blob: f9d1cf3c381c4d025c476eb2942bd2c0a2491e3d (
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
|