From 8e81edf6e2fdc295993a0615de0454d950437b70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Gonz=C3=A1lez?= Date: Tue, 16 Feb 2021 18:05:38 +0100 Subject: [PATCH] F #4989: Reduce number of supported FSs (#816) A common set of supported FS across distros. --- src/datastore_mad/remotes/datastore.conf | 3 ++- src/sunstone/etc/sunstone-server.conf | 17 ++--------------- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/src/datastore_mad/remotes/datastore.conf b/src/datastore_mad/remotes/datastore.conf index 6f91a9a326..e553db925d 100644 --- a/src/datastore_mad/remotes/datastore.conf +++ b/src/datastore_mad/remotes/datastore.conf @@ -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_: if special options needs to be set to create specific file # system the corresponding FS_OPTS_ 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" diff --git a/src/sunstone/etc/sunstone-server.conf b/src/sunstone/etc/sunstone-server.conf index b744eba46a..4dfca45610 100644 --- a/src/sunstone/etc/sunstone-server.conf +++ b/src/sunstone/etc/sunstone-server.conf @@ -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 \ No newline at end of file + - xfs