Fix typos

This commit is contained in:
Raunak Pradip Shah
2023-05-01 01:10:11 +05:30
parent 1a93d9f551
commit 21acc924d7
5 changed files with 150 additions and 135 deletions

View File

@@ -1165,6 +1165,7 @@ func (ctrl *csiSnapshotCommonController) updateSnapshotStatus(snapshot *crdv1.Vo
updated = true
} else {
newStatus = snapshotObj.Status.DeepCopy()
klog.Infof("Raunak 1 %s", newStatus.VolumeGroupSnapshotName)
if newStatus.BoundVolumeSnapshotContentName == nil {
newStatus.BoundVolumeSnapshotContentName = &boundContentName
updated = true