diff --git a/internal/rbd/nodeserver.go b/internal/rbd/nodeserver.go index 4a5593cf8..a35a28966 100644 --- a/internal/rbd/nodeserver.go +++ b/internal/rbd/nodeserver.go @@ -394,8 +394,8 @@ func (ns *NodeServer) stageTransaction( } transaction.devicePath = devicePath - log.DebugLog(ctx, "rbd image: %s/%s was successfully mapped at %s\n", - req.GetVolumeId(), volOptions.Pool, devicePath) + log.DebugLog(ctx, "rbd image: %s was successfully mapped at %s\n", + volOptions, devicePath) // userspace mounters like nbd need the device path as a reference while // restarting the userspace processes on a nodeplugin restart. For kernel