mirror of
https://github.com/ceph/ceph
synced 2024-12-27 14:03:25 +00:00
Merge pull request #945 from dachary/wip-6981
ceph-disk: zap needs at least one device Reviewed-by: Sage Weil <sage@inktank.com>
This commit is contained in:
commit
caf5963565
@ -2384,7 +2384,7 @@ def parse_args():
|
||||
zap_parser.add_argument(
|
||||
'dev',
|
||||
metavar='DEV',
|
||||
nargs='*',
|
||||
nargs='+',
|
||||
help='path to block device',
|
||||
)
|
||||
zap_parser.set_defaults(
|
||||
|
Loading…
Reference in New Issue
Block a user