mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 06:10:22 +00:00
rbd: correct logging for clone
log the rbdVolume and the rbdSnapshot after creating the clone from snapshot. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
210f95de04
commit
c6b288779a
@ -596,7 +596,7 @@ func (cs *ControllerServer) createVolumeFromSnapshot(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
log.DebugLog(ctx, "create volume %s from snapshot %s", rbdVol.RequestName, rbdSnap.RbdSnapName)
|
log.DebugLog(ctx, "create volume %s from snapshot %s", rbdVol, rbdSnap)
|
||||||
|
|
||||||
// resize the volume if the size is different
|
// resize the volume if the size is different
|
||||||
// expand the image if the requested size is greater than the current size
|
// expand the image if the requested size is greater than the current size
|
||||||
|
Loading…
Reference in New Issue
Block a user