mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
cleanup: log the image name and pool name
instead of logging the volumeID and the pool name. log the poolname and image name for better debugging. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
5c59a89b02
commit
51998a5f4a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user