4ad8024558
* SPICE support (requires spice-gtk) (Marc-André Lureau) * Option to configure CPU model * Option to configure CPU topology * Save and migration cancellation (Wen Congyang) * Save and migration progress reporting * Option to enable bios boot menu * Option to configure direct kernel/initrd boot - Update to virtinst 0.500.5 * New virt-install --cpu option for configuring CPU model/features * virt-install --vcpus option can not specify topology and maxvcpus * New virt-install --graphics option to unify --vnc, --sdl, spice config * New virt-install --print-xml option to skip install and print XML OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=48
14 lines
642 B
Diff
14 lines
642 B
Diff
Index: virtinst-0.500.5/virtinst/Storage.py
|
|
===================================================================
|
|
--- virtinst-0.500.5.orig/virtinst/Storage.py
|
|
+++ virtinst-0.500.5/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)
|