Skip to content

Commit

Permalink
Merge pull request ceph#234 from gbregman/devel
Browse files Browse the repository at this point in the history
Set default block size in create_bdev CLI to 512 instead of 4K.
  • Loading branch information
gbregman authored Sep 19, 2023
2 parents e2e7bd3 + 13f4b81 commit 6d9109a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def connect(self, host, port, client_key, client_cert, server_cert):
"--block-size",
help="Block size",
type=int,
default=4096),
default=512),
])
def create_bdev(self, args):
"""Creates a bdev from an RBD image."""
Expand Down

0 comments on commit 6d9109a

Please sign in to comment.