Skip to content

Commit 3e9a947

Browse files
author
Matt Bargenquast
committed
OSDOCS-4202 correct typo in grace-period usage
1 parent 0910bf9 commit 3e9a947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/storage-multi-attach-error.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you encounter a multi-attach error message with an RWO volume, force delete t
3535
+
3636
[source,terminal]
3737
----
38-
$ oc delete pod <old_pod> --force=true --grace-period=0s
38+
$ oc delete pod <old_pod> --force=true --grace-period=0
3939
----
4040
+
4141
This command deletes the volumes stuck on shutdown or crashed nodes after six minutes.

0 commit comments

Comments
 (0)