File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ sections:
124
124
- question : |
125
125
Is there a cost associated to perform disaster recovery drills/test failover?
126
126
answer: |
127
- There isn't any separate cost for disaster recovery drill. There is compute charges after the virtual machine is created after the test failover.
127
+ There isn't any separate cost for disaster recovery drill. There are compute charges after the virtual machine is created after the test failover.
128
128
129
129
130
130
- name : Security
@@ -331,10 +331,10 @@ sections:
331
331
echo "Usage: $0 [--pre | --post]"
332
332
exit 1
333
333
elif [ "$1" == "--pre" ]; then
334
- echo "Freezing app IO"
335
- exit 0
334
+ echo "Freezing app IO" ##command to freeze the application
335
+ exit 0
336
336
elif [ "$1" == "--post" ]; then
337
- echo "Thawed app IO"
337
+ echo "Thawed app IO" ##command to unfreeze the application
338
338
exit 0
339
339
fi
340
340
```
You can’t perform that action at this time.
0 commit comments