virt-manager/virtinst-storage-ocfs2.diff
Charles Arnold f059e04d7b - bnc#588391 - Send Key in virt-viewer does not work with Netware
VM's 

- Don't automatically connect to xen in the virt-manager.desktop
  file.  This results in an error dialog when only KVM is installed 

- bnc#588215 - virt-manager/vminstall can't install new KVM Guests 

- bnc#585990 - Fix add/remove device for active Xen guests.
  virtman-device-flags.diff
- cleanup spec
  * norootforbuild
  * sort TAGS
- some rpmlint stuff
  * configfile

    existing interfaces. Provision new bridge, bond, and vlan
    devices.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=18
2010-03-19 17:23:36 +00:00

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)