* Improved save/restore support * Option to view and change disk cache mode * Configurable VNC keygrab sequence (Michal Novotny) - Update to virtinst 0.500.4 * New virt-install --console option for specifying virtio console device * New virt-install --channel option for specifying guest communication channel * New virt-install --boot option. Allows setting post-install boot order, direct kernel/initrd boot, and enabling boot device menu. * New virt-install --initrd-inject option, which enables installation using a _local_ kickstart file (Colin Walters) OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=37
14 lines
642 B
Diff
14 lines
642 B
Diff
Index: virtinst-0.500.4/virtinst/Storage.py
|
|
===================================================================
|
|
--- virtinst-0.500.4.orig/virtinst/Storage.py
|
|
+++ virtinst-0.500.4/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)
|