]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: add raw support for db/wal for list and activate
authorSage Weil <sage@newdream.net>
Fri, 19 Nov 2021 20:15:18 +0000 (15:15 -0500)
committerAdam King <adking@redhat.com>
Thu, 2 Jun 2022 21:57:20 +0000 (17:57 -0400)
commit8242ec16e5dd0bdabbb4bb6f39dbc0fa1e515713
tree7907dd82f593b765b039ddb01c0b3253badb68e2
parent40883f98db4341bc30f6fe13217d7c6dced47151
ceph-volume: add raw support for db/wal for list and activate

Currently 'prepare' doesn't support db/wal, but we want it in list and
activate because 'ceph-volume activate ...' tries raw before lvm.

Note that I'm not sure we really want to accept --block.db and --block.wal
here at all.

Fixes: 3d7ceec684b0ac5b83fae4c397b134236fac485e
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit f0a0c70d5c8c150abd0590ea23be83c7e53f9a10)
src/ceph-volume/ceph_volume/devices/raw/activate.py
src/ceph-volume/ceph_volume/devices/raw/list.py