use force umount when reset cluster (#3672)

reset role hang and can't umount PersistenceVolume (ceph cluster)
This commit is contained in:
Igor Ivanov 2018-11-09 13:30:55 +03:00 committed by k8s-ci-robot
parent fb9155c450
commit e5d07f3a3d

View file

@ -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