mirror of
https://github.com/ceph/ceph
synced 2025-01-01 00:22:25 +00:00
ceph-volume lvm.batch add --osds-per-device flag, defaulting to 1
Signed-off-by: Alfredo Deza <adeza@redhat.com>
This commit is contained in:
parent
0551d0e14b
commit
fe7c5e0129
@ -206,6 +206,12 @@ class Batch(object):
|
||||
action='store_true',
|
||||
help='Skip creating and enabling systemd units and starting OSD services',
|
||||
)
|
||||
parser.add_argument(
|
||||
'--osds-per-device',
|
||||
type=int,
|
||||
default=1,
|
||||
help='Provision more than 1 (the default) OSD per device',
|
||||
)
|
||||
args = parser.parse_args(self.argv)
|
||||
|
||||
if not args.devices:
|
||||
|
Loading…
Reference in New Issue
Block a user