]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rbd-nbd: allow user to specify cookie at map
authorPrasanna Kumar Kalever <prasanna.kalever@redhat.com>
Wed, 11 Aug 2021 10:02:25 +0000 (15:32 +0530)
committerPrasanna Kumar Kalever <prasanna.kalever@redhat.com>
Tue, 26 Oct 2021 13:54:13 +0000 (19:24 +0530)
commit16404dede832f3908d48fc36c7714891bfcfde20
treeae358ee000fa26bd664eeacaa1f7d9a1855e5199
parent6df06c7a62bdd6e9ce61b26c738dcd1509e68273
rbd-nbd: allow user to specify cookie at map

Allow user to specify cookie of choice at the time of map

$ rbd device attach rbd-pool/image --device /dev/nbd0 \
--cookie 6f85d970-10b2-456b-8baf-676aa4d782e4 --options try-netlink

Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
doc/man/8/rbd.rst
src/test/cli/rbd/help.t
src/tools/rbd/action/Device.cc
src/tools/rbd/action/Nbd.cc
src/tools/rbd_nbd/rbd-nbd.cc