]> git.apps.os.sepia.ceph.com Git - ceph-ci.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)
committerSage Weil <sage@newdream.net>
Mon, 29 Nov 2021 16:58:38 +0000 (11:58 -0500)
commitf0a0c70d5c8c150abd0590ea23be83c7e53f9a10
treeb1cb1aae3ef4e157745d03216087b4893d386f7f
parent515af762bb148d07a241f6fae7fa91085c098b43
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>
src/ceph-volume/ceph_volume/devices/raw/activate.py
src/ceph-volume/ceph_volume/devices/raw/list.py