mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
rbd: correct logging in createBackingImage
after creating the rbd image log the image details corresponding for the request along with the request name. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
549bfedc94
commit
9499e73b93
@ -655,7 +655,7 @@ func (cs *ControllerServer) createBackingImage(
|
||||
}
|
||||
}
|
||||
|
||||
log.DebugLog(ctx, "created volume %s backed by image %s", rbdVol.RequestName, rbdVol.RbdImageName)
|
||||
log.DebugLog(ctx, "created image %s backed for request name %s", rbdVol, rbdVol.RequestName)
|
||||
|
||||
defer func() {
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user