我刚刚在我的主机 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,它将看到一个新的附加磁盘,它将能够格式化和使用