mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
rbd: remove extra logging from createBackingImage
we are already logging the rbd image details and the snapshot details after creating the clone. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
8c9105f09e
commit
549bfedc94
@ -637,7 +637,6 @@ func (cs *ControllerServer) createBackingImage(
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
log.DebugLog(ctx, "created volume %s from snapshot %s", rbdVol.RequestName, rbdSnap.RbdSnapName)
|
||||
case parentVol != nil:
|
||||
if err = cs.OperationLocks.GetCloneLock(parentVol.VolID); err != nil {
|
||||
log.ErrorLog(ctx, err.Error())
|
||||
|
Loading…
Reference in New Issue
Block a user