mirror of
https://github.com/ceph/ceph
synced 2025-02-19 08:57:27 +00:00
add -f flag for btrfs mkfs
This commit is contained in:
parent
67b6e4a5f7
commit
fb3246b593
@ -134,6 +134,8 @@ MOUNT_OPTIONS = dict(
|
||||
|
||||
MKFS_ARGS = dict(
|
||||
btrfs=[
|
||||
# btrfs requires -f, for the same reason as xfs (see comment below)
|
||||
'-f',
|
||||
'-m', 'single',
|
||||
'-l', '32768',
|
||||
'-n', '32768',
|
||||
|
Loading…
Reference in New Issue
Block a user