mirror of
https://github.com/ceph/ceph
synced 2025-01-08 12:10:20 +00:00
22de626220
The inital PR was implementing those new commands only adds the man page and not the online documentation. Fixes: https://tracker.ceph.com/issues/51814 Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
12 lines
339 B
ReStructuredText
12 lines
339 B
ReStructuredText
.. _ceph-volume-lvm-newdb:
|
|
|
|
``new-db``
|
|
===========
|
|
|
|
Attaches the given logical volume to OSD as a DB.
|
|
Logical volume name format is vg/lv. Fails if OSD has already got attached DB.
|
|
|
|
Attach vgname/lvname as a DB volume to OSD 1::
|
|
|
|
ceph-volume lvm new-db --osd-id 1 --osd-fsid 55BD4219-16A7-4037-BC20-0F158EFCC83D --target vgname/new_db
|