]> git-server-git.apps.pok.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)
committerKonstantin Shalygin <k0ste@k0ste.ru>
Mon, 17 Oct 2022 08:47:42 +0000 (15:47 +0700)
commitdd2d440374a2ed72a0f8a43cf66915b7ff7df220
tree922b7783e4daa5c55431c0d439c508ee810f9d5d
parentad718316361c8f7255c21f314d6daffaf9b60ac9
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>
(cherry picked from commit 79127642eb66bd878a1bb6fbf402d695af5bac63)
src/tools/rbd/action/Wnbd.cc