Created
December 7, 2018 11:56
-
-
Save gowatana/3ed5dec20ea550c117211dc03ac26d41 to your computer and use it in GitHub Desktop.
Oracle Linux 7 KVM の vDisk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<disk type="file" device="disk"> | |
<driver name="qemu" type="qcow2"/> | |
<source file="/var/lib/libvirt/images/vm01.qcow2"/> | |
<backingStore/> | |
<target dev="vda" bus="virtio"/> | |
<alias name="virtio-disk0"/> | |
<address type="pci" domain="0x0000" bus="0x00" slot="0x07" function="0x0"/> | |
</disk> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
コマンドは、