Linux
將池儲存目錄 KVM 附加到 Windows 客戶機
我剛剛在我的主機 KVM 中創建了一個儲存池目錄
# virsh pool-list --all Name State Autostart ----------------------------------------- guest_images_dir active yes
和資訊:
# virsh pool-info guest_images_dir Name: guest_images_dir UUID: 720c6735-9ca0-e7c2-18cf-396c729a512e State: running Persistent: yes Autostart: yes Capacity: 920.54 GB Allocation: 23.02 GB Available: 897.51 GB
這是XML
# cat /etc/libvirt/storage/autostart/guest_images_dir.xml <pool type='dir'> <name>guest_images_dir</name> <uuid>720c6735-9ca0-e7c2-18cf-396c729a512e</uuid> <capacity>0</capacity> <allocation>0</allocation> <available>0</available> <source> </source> <target> <path>/home/virtuals/shared_dir_kvm</path> <permissions> <mode>0700</mode> <owner>-1</owner> <group>-1</group> </permissions> </target> </pool>
但我在我的客戶 Windows 2008 上看不到它。我還能做什麼?
謝謝
池是您應該放置圖像的地方。您不會從 VM 中看到它,因為 VM 可以看到的是映像(如磁碟),而不是池中映像的分組。
如果您進入池,並在那裡創建一個卷,並將該卷附加到 VM,它將看到一個新附加的磁碟,它將能夠格式化和使用