6f98a7f2bd
* Allow renaming an offline VM * Spice password support (Marc-André Lureau) * Allow editting NIC <virtualport> settings (Gerhard Stenzel) * Allow enabling/disabling individual CPU features * Allow easily changing graphics type between VNC and SPICE for existing VM * Allow easily changing network source device for existing VM - Update to virtinst 0.500.6 * virt-install: --graphics spice now enables spicevmc and qxl * virt-install: New --disk parameter io=native|threads OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=51
14 lines
642 B
Diff
14 lines
642 B
Diff
Index: virtinst-0.500.6/virtinst/Storage.py
|
|
===================================================================
|
|
--- virtinst-0.500.6.orig/virtinst/Storage.py
|
|
+++ virtinst-0.500.6/virtinst/Storage.py
|
|
@@ -523,7 +523,7 @@ class FilesystemPool(StoragePool):
|
|
get_volume_class = staticmethod(get_volume_class)
|
|
|
|
formats = [ "auto", "ext2", "ext3", "ext4", "ufs", "iso9660", "udf",
|
|
- "gfs", "gfs2", "vfat", "hfs+", "xfs" ]
|
|
+ "gfs", "gfs2", "vfat", "hfs+", "xfs", "ocfs2" ]
|
|
|
|
# Register applicable property methods from parent class
|
|
perms = property(StorageObject.get_perms, StorageObject.set_perms)
|