mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfstest: confirm mkfs.gfs[2] in test 032
mkfs.gfs[2] asks for confirmation before mkfs'ing; without this test 032 hangs when mkfs.gfs2 is present. Also, mkfs.gfs needs a few more args to make it go. Merge of master-melb:xfs-cmds:32510a by kenmcd. confirm mkfs.gfs[2] in test 032
This commit is contained in:
@@ -43,6 +43,8 @@ do
|
||||
[ $fs = vfat ] && postargs=2000
|
||||
# these folks prompt before writing
|
||||
[ $fs = jfs ] && preop="echo Y |"
|
||||
[ $fs = gfs ] && preop="echo y |" && preargs="-p lock_nolock -j 1"
|
||||
[ $fs = gfs2 ] && preop="echo y |"
|
||||
[ $fs = reiserfs ] && preop="echo y |" && preargs="-f"
|
||||
# cramfs mkfs requires a directory argument
|
||||
[ $fs = cramfs ] && preargs=/proc/fs/xfs
|
||||
|
||||
Reference in New Issue
Block a user