Skip to content

Commit 5789095

Browse files
committed
Added support for deleting a volume with an S3 Access Point.
1 parent b4d4d74 commit 5789095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Management-Utilities/fsx-ontap-aws-cli-scripts/delete_fsxn_filesystem

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ numSvms=$(jq '.StorageVirtualMachines | length' $svmsFile)
176176
if [ $numVolumes -gt 0 -o $numSvms -gt 0 ]; then
177177
echo "Here are the current contents of the '$fileSystemName'($fsid) file system you have indicated you want to delete:"
178178
displayFileSystemContents $fsid
179-
read -p "Are you sure you want to delete this file system, with all the above volumes and any associated s3 endpoints (yes/no)? " response
179+
read -p "Are you sure you want to delete this file system, with all the volumes listed above and any attached s3 Access Points (yes/no)? " response
180180
if [ "$response" != "yes" ]; then
181181
echo "Aborted."
182182
exit 1

0 commit comments

Comments
 (0)