]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rbd: fix rbd-wnbd log messages
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Tue, 23 Feb 2021 12:37:59 +0000 (12:37 +0000)
committerJason Dillaman <dillaman@redhat.com>
Tue, 23 Feb 2021 15:08:35 +0000 (10:08 -0500)
commitf4d71ec1dbc248d2d7b1681a42aa2da7ad3fdb7c
treedb141685130c27c7f826448e897a1024cc79d279
parent4f212b93600ade3dc8601ea5d02495bc8ce00687
rbd: fix rbd-wnbd log messages

Previously, rbd-wnbd was called "rbd-nbd" as it was using NBD
to communicate with the driver.

The tool was then renamed to "rbd-wnbd" but some messages were
not updated.

This patch will simply replace "rbd-nbd" with "rbd-wnbd" in some
log messages.

Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
(cherry picked from commit 108f4363ae31e94928792e7ab3ae1a2cbd5e3c41)
src/tools/rbd_wnbd/rbd_wnbd.cc