diff --git a/internal/rbd/controllerserver.go b/internal/rbd/controllerserver.go index 50bb8a4cc..7f6cb93e7 100644 --- a/internal/rbd/controllerserver.go +++ b/internal/rbd/controllerserver.go @@ -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 // expand the image if the requested size is greater than the current size