Skip to content

Commit 5e76a46

Browse files
authored
Merge pull request #50898 from mrbarge/osdocs-4202
OSDOCS-4202: correct typo in grace-period usage
2 parents 06cdc73 + 3e9a947 commit 5e76a46

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)