Skip to content

Commit

Permalink
remove btrfs leaf size
Browse files Browse the repository at this point in the history
Differential Revision: D55038841

fbshipit-source-id: 6ca52c0576fab0d71aebf110a67d9c5473e759bd
  • Loading branch information
Sweet Tea Dorminy authored and facebook-github-bot committed Mar 18, 2024
1 parent 7a8b222 commit 76109bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/fb_storage/libraries/storage_handlers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ def default_format_options(type)
when 'xfs'
'-i size=2048'
when 'btrfs'
'-l 16K -n 16K'
'-n 16K'
when 'ext4'
''
end
Expand Down

0 comments on commit 76109bb

Please sign in to comment.