blob: 4b2b8ed9427a455a5a3cd89a812046d734a6ac9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
.. _ceph-volume-drive-group:
``drive-group``
===============
The drive-group subcommand allows for passing :ref:'drivegroups' specifications
straight to ceph-volume as json. ceph-volume will then attempt to deploy this
drive groups via the batch subcommand.
The specification can be passed via a file, string argument or on stdin.
See the subcommand help for further details::
# ceph-volume drive-group --help
|