Skip to content

Commit 5d0d359

Browse files
Raunak Kumarraunakkumar
authored andcommitted
- remove use of opts(config) for snapshot groups
Signed-off-by: Raunak Kumar <[email protected]>
1 parent a87b14c commit 5d0d359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storageprovider/csp/container_storage_provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,10 +271,10 @@ func (provider *ContainerStorageProvider) CreateSnapshotGroup(name, sourceVolume
271271
response := &model.SnapshotGroup{}
272272
var errorResponse *ErrorsPayload
273273

274+
// TODO: convert opts to any parameters needed for snapshotGroup
274275
snapshot_group := &model.SnapshotGroup{
275276
Name: name,
276277
SourceVolumeGroupID: sourceVolumeGroupID,
277-
Config: opts,
278278
}
279279

280280
// Create the snapshot group on the array

0 commit comments

Comments
 (0)