Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 3dac020

Browse files
[issue-1240] rmapbt as default option
Signed-off-by: Katarzyna Kulpa <katarzyna.kulpa@dell.com>
1 parent d8c2877 commit 3dac020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/base/linuxutils/fs/fs_helper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const (
5050
// MkFSCmdTmpl mkfs command template
5151
MkFSCmdTmpl = "mkfs.%s %s %s" // args: 1 - fs type, 2 - device/path, 3 - fs uuid option
5252
// XfsUUIDOption option to set uuid for mkfs.xfs
53-
XfsUUIDOption = "-m uuid=%s"
53+
XfsUUIDOption = "-m uuid=%s -m rmapbt=0"
5454
// ExtUUIDOption option to set uuid for mkfs.ext3(4)
5555
ExtUUIDOption = "-U %s"
5656
// SpeedUpFsCreationOpts options that could be used for speeds up creation of ext3 and ext4 FS

0 commit comments

Comments
 (0)