Skip to content

Commit 50155f1

Browse files
committed
Added support for Gen2 and scale-out.
1 parent 20b8774 commit 50155f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ done
160160
if is_in "$throughput" "${throughputValuesGen1[@]}"; then
161161
if [ $availType == "single" ]; then
162162
azType="SINGLE_AZ_1"
163-
elif [ $availType="multi" ]; then
163+
elif [ $availType == "multi" ]; then
164164
azType="MULTI_AZ_1"
165165
else
166166
echo "Error, unknown availability type '$availType'."

0 commit comments

Comments
 (0)