12 lines
557 B
Diff
12 lines
557 B
Diff
|
--- virtinst-0.500.2.orig/virtinst/Storage.py Tue Feb 23 13:54:26 2010 +0800
|
||
|
+++ virtinst-0.500.2/virtinst/Storage.py Tue Feb 23 13:58:59 2010 +0800
|
||
|
@@ -519,7 +519,7 @@
|
||
|
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)
|