Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
virt-manager
virtinst-storage-ocfs2.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File virtinst-storage-ocfs2.patch of Package virt-manager
Enhancement to add ocfs2 as a supported FS type Index: virt-manager-1.4.0/virtinst/storage.py =================================================================== --- virt-manager-1.4.0.orig/virtinst/storage.py +++ virt-manager-1.4.0/virtinst/storage.py @@ -459,7 +459,7 @@ class StoragePool(_StorageObject): def list_formats(self): if self.type == self.TYPE_FS: return ["auto", "ext2", "ext3", "ext4", "ufs", "iso9660", "udf", - "gfs", "gfs2", "vfat", "hfs+", "xfs"] + "gfs", "gfs2", "vfat", "hfs+", "xfs", "ocfs2"] if self.type == self.TYPE_NETFS: return ["auto", "nfs", "glusterfs"] if self.type == self.TYPE_DISK:
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor