diff --git a/src/ceph-disk b/src/ceph-disk index bb819582c10..31ce22159c5 100755 --- a/src/ceph-disk +++ b/src/ceph-disk @@ -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',