Skip to content

Commit 2c379d2

Browse files
committed
docs: documentation updates
1 parent 9dc04f5 commit 2c379d2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/user-guide/shutdown-startup.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This procedure powers down all services and nodes in a controlled sequence using
1515
This command runs an Ansible playbook to remove all running stacks, which also handles the unmounting of CIFS volumes.
1616

1717
```bash
18-
task ansible:teardown
18+
task ansible:teardown -- -K
1919
```
2020

2121
> **Note:** This step can take 10-15 minutes as it waits for network volumes to unmount cleanly.
@@ -25,15 +25,15 @@ task ansible:teardown
2525
This task runs a playbook to unmount all configured OCFS2 filesystems on all nodes.
2626

2727
```bash
28-
task ansible:ocfs2:umount
28+
task ansible:ocfs2:umount -- -K
2929
```
3030

3131
**Step 3: Disconnect iSCSI Storage**
3232

3333
This task logs out from the iSCSI targets on all nodes.
3434

3535
```bash
36-
task ansible:iscsi:logout
36+
task ansible:iscsi:logout -- -K
3737
```
3838

3939
**Step 4: Shut Down Cluster Nodes**
@@ -42,11 +42,11 @@ Shut down the workers first, then the managers, by passing the inventory group n
4242

4343
1. Shut down **worker** nodes:
4444
```bash
45-
task ansible:nodes:shutdown -- workers
45+
task ansible:nodes:shutdown -- workers -K
4646
```
4747
2. Shut down **manager** nodes:
4848
```bash
49-
task ansible:nodes:shutdown -- managers
49+
task ansible:nodes:shutdown -- managers -K
5050
```
5151

5252
**Step 5: Shut Down the NAS**

0 commit comments

Comments
 (0)