change VolumeGroupSnapshotContentName to VolumeGroupSnapshotHandle in snapshot content status

This commit is contained in:
Raunak Pradip Shah
2023-11-08 11:51:59 +05:30
parent 1bf2305d28
commit 42151b59aa
6 changed files with 15 additions and 15 deletions

View File

@@ -453,7 +453,7 @@ func (ctrl *csiSnapshotSideCarController) createGroupSnapshotWrapper(groupSnapsh
SourceVolumeMode: nil,
},
Status: &crdv1.VolumeSnapshotContentStatus{
VolumeGroupSnapshotContentName: &groupSnapshotContent.Name,
VolumeGroupSnapshotHandle: &groupSnapshotContent.Name,
},
}