Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Commit

Permalink
Remove left over directory
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnGarbutt committed Sep 2, 2019
1 parent 6ddafdf commit cd60c4c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fs-ansible/roles/lustre/tasks/unmount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
path: /lustre/{{ fs_name }}/OST
state: absent

- name: Remove OST mount dir
file:
path: /lustre/{{ fs_name }}
state: absent

- name: Stop MGS
block:
- name: umount MGS
Expand Down

0 comments on commit cd60c4c

Please sign in to comment.