]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rbd: Use the right device type on Windows
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Thu, 30 Apr 2020 07:11:16 +0000 (07:11 +0000)
committerLucian Petrut <lpetrut@cloudbasesolutions.com>
Wed, 18 Nov 2020 10:31:24 +0000 (10:31 +0000)
commit833a09e8aedbf54ef71d578898a0b9aa1053b808
treed0ec15b67fa59745dc963205bf38755d74038a56
parent4af1ae2093c6dfc915b043afb2e53a67d2ee1e0d
rbd: Use the right device type on Windows

"wnbd" will be the only supported device type on Windows, for now.
We'll update the "rbd" wrapper accordingly.

Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
src/common/compat.cc
src/include/compat.h
src/tools/rbd/CMakeLists.txt
src/tools/rbd/action/Device.cc
src/tools/rbd/action/Wnbd.cc [new file with mode: 0644]