add -f flag for btrfs mkfs

This commit is contained in:
Darrell Enns 2016-01-13 11:44:40 -08:00
parent 67b6e4a5f7
commit fb3246b593

View File

@ -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',