]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rbd: Removed device_name argument from wnbd unmap
authorStefan Chivu <schivu@cloudbasesolutions.com>
Tue, 4 Oct 2022 14:02:14 +0000 (14:02 +0000)
committerStefan Chivu <stefan.chivu1@yahoo.com>
Fri, 7 Oct 2022 08:54:01 +0000 (08:54 +0000)
commit79127642eb66bd878a1bb6fbf402d695af5bac63
tree79d8292b65b078f0803c53699a0ffff68bcbfecf
parentefe8ceb5398e52418ae9ac8c3e227d8bd66a65ff
rbd: Removed device_name argument from wnbd unmap

Right now, rbd-wnbd doesn't actually use disk path
identifiers such as "/dev/*" or "\\.\PhysicalDrive*".

So instead of accepting two arguments that are basically
handled more or less the same, we're dropping the device_name
argument and sticking to the image spec.

Signed-off-by: Stefan Chivu <schivu@cloudbasesolutions.com>
src/tools/rbd/action/Wnbd.cc