ae026a575b
* Merged code with python-virtinst. virtinst is no longer public * Port from GTK2 to GTK3 (Daniel Berrange, Cole Robinson) * Port from gconf to gsettings * Port from autotools to python distutils * Remove virt-manager-tui * Remove HAL support * IPv6 and static route virtual network support (Gene Czarcinski) * virt-install: Add –cpu host-passthrough (Ken ICHIKAWA, Hu Tao) OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=129
14 lines
648 B
Diff
14 lines
648 B
Diff
Index: virt-manager-0.10.0/virtinst/Storage.py
|
|
===================================================================
|
|
--- virt-manager-0.10.0.orig/virtinst/Storage.py
|
|
+++ virt-manager-0.10.0/virtinst/Storage.py
|
|
@@ -539,7 +539,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)
|