mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
A common set of supported FS across distros.
This commit is contained in:
parent
e00cfbfb75
commit
8e81edf6e2
@ -23,7 +23,8 @@
|
||||
|
||||
# Options for formatting DATABLOCKS
|
||||
# - SUPPORTED_FS: comma separated list with every supported file system.
|
||||
# You may want to update :support_fs: in sunstoner_sever.conf.
|
||||
# - FS_OPTS_<FS>: if special options needs to be set to create specific file
|
||||
# system the corresponding FS_OPTS_<FS> needs to be defines
|
||||
# (e.g FS_OPTS_ext4="-b 16384"). If not set default MKFS options are used.
|
||||
SUPPORTED_FS="cramfs,ext3,fat,msdos,reiserfs,bfs,exfat,ext4,jfs,nilfs2,vfat,btrfs,ext2,f2fs,minix,ntfs,xfs"
|
||||
SUPPORTED_FS="ext2,ext3,ext4,xfs"
|
||||
|
@ -268,20 +268,7 @@
|
||||
|
||||
#support filesystem
|
||||
:support_fs:
|
||||
- cramfs
|
||||
- ext3
|
||||
- fat
|
||||
- msdos
|
||||
- reiserfs
|
||||
- bfs
|
||||
- exfat
|
||||
- ext4
|
||||
- jfs
|
||||
- nilfs2
|
||||
- vfat
|
||||
- btrfs
|
||||
- ext3
|
||||
- ext2
|
||||
- f2fs
|
||||
- minix
|
||||
- ntfs
|
||||
- xfs
|
||||
- xfs
|
||||
|
Loading…
x
Reference in New Issue
Block a user