Skip to content
Snippets Groups Projects
Commit e5d07f3a authored by Igor Ivanov's avatar Igor Ivanov Committed by k8s-ci-robot
Browse files

use force umount when reset cluster (#3672)

reset role hang and can't umount PersistenceVolume (ceph cluster)
parent fb9155c4
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@
- mounts
- name: reset | unmount kubelet dirs
command: umount {{item}}
command: umount -f {{item}}
with_items: '{{ mounted_dirs.stdout_lines }}'
register: umount_dir
retries: 4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment