]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: adjust arguments for 'ceph-volume raw activate'
authorSage Weil <sage@newdream.net>
Sat, 20 Nov 2021 15:19:36 +0000 (10:19 -0500)
committerSage Weil <sage@newdream.net>
Mon, 29 Nov 2021 16:58:38 +0000 (11:58 -0500)
commitafd8be7eac5e996c3bd07656601a4534053e2516
tree6afcfb6fee304162bd0da55eaabcb137af71d657
parentf0a0c70d5c8c150abd0590ea23be83c7e53f9a10
ceph-volume: adjust arguments for 'ceph-volume raw activate'

Take a list of devices, so that we can selectively activate a raw osd
with db/wal.

Remove the argument type kludge introduced in 2c228a9a409176c0f1679f176443fd3ead219c7a
since it is no longer needed.

Note that we're making this change because (1) it allows db/wal and (2)
because there are no known users of 'raw activate'.  The only known user
is via 'ceph-volume activate' and we've fixed that caller in this commit.

Signed-off-by: Sage Weil <sage@newdream.net>
src/ceph-volume/ceph_volume/activate/main.py
src/ceph-volume/ceph_volume/devices/raw/activate.py
src/ceph-volume/ceph_volume/devices/raw/list.py