Skip to content

Commit

Permalink
Remove 'ignore-owners' when deleting snapshots (#1672)
Browse files Browse the repository at this point in the history
* removing ignore-owners flag

* removing another ref

* undoing changes to generated files
  • Loading branch information
emmahardison authored Jul 22, 2024
1 parent 0c66b13 commit 55d8064
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion storage_drivers/ontap/api/ontap_zapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -2212,7 +2212,6 @@ func (c Client) SnapshotDelete(snapshotName, volumeName string) (*azgo.SnapshotD
response, err := azgo.NewSnapshotDeleteRequest().
SetVolume(volumeName).
SetSnapshot(snapshotName).
SetIgnoreOwners(true).
ExecuteUsing(c.zr)
return response, err
}
Expand Down

0 comments on commit 55d8064

Please sign in to comment.