Skip to content

Commit

Permalink
[issue-1240] space allocation fix (#1261)
Browse files Browse the repository at this point in the history
Signed-off-by: Katarzyna Kulpa <[email protected]>
  • Loading branch information
katarzynakulpa authored Jan 10, 2025
1 parent cae19cb commit 0a8f4d1
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 0a8f4d1

Please sign in to comment.