Skip to content

Commit

Permalink
[issue-1240] adding rmapbt=0 (#1242)
Browse files Browse the repository at this point in the history
  • Loading branch information
katarzynakulpa authored Nov 26, 2024
1 parent 62f2606 commit b0fa277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/base/linuxutils/fs/fs_helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const (
// MkFSCmdTmpl mkfs command template
MkFSCmdTmpl = "mkfs.%s %s %s" // args: 1 - fs type, 2 - device/path, 3 - fs uuid option
// XfsUUIDOption option to set uuid for mkfs.xfs
XfsUUIDOption = "-m uuid=%s"
XfsUUIDOption = "-m uuid=%s -m rmapbt=0"
// ExtUUIDOption option to set uuid for mkfs.ext3(4)
ExtUUIDOption = "-U %s"
// SpeedUpFsCreationOpts options that could be used for speeds up creation of ext3 and ext4 FS
Expand Down

0 comments on commit b0fa277

Please sign in to comment.