连接到Windows Guest池池存储目录KVM

我刚刚在我的主机KVM中创build了一个存储池目录

# 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上看到它。我还能做什么?

谢谢

游泳池是你应该放置图像的地方。 你不会看到它形成的虚拟机,因为什么虚拟机可以看到的图像,磁盘,而不是池中的图像分组。

如果你进入池中,并在那里创build一个卷,并将该卷附加到VM,它将看到一个新的连接磁盘,它将能够格式化和使用