Browse Source

hosted_registry: clean up tmp mount point and fstab

Fixes #6004
Dusty Mabe 7 years ago
parent
commit
faf425ca8a
1 changed files with 2 additions and 9 deletions
  1. 2 9
      roles/openshift_hosted/tasks/storage/glusterfs.yml

+ 2 - 9
roles/openshift_hosted/tasks/storage/glusterfs.yml

@@ -79,14 +79,7 @@
       - REGISTRY_STORAGE_MAINTENANCE_READONLY_ENABLED: 'true'
   when: openshift.hosted.registry.storage.glusterfs.swap
 
-- name: Unmount registry volume
+- name: Unmount registry volume and clean up mount point/fstab
   mount:
-    state: unmounted
-    name: "{{ mktemp.stdout }}"
-
-- name: Delete temp mount directory
-  file:
-    dest: "{{ mktemp.stdout }}"
     state: absent
-  changed_when: False
-  check_mode: no
+    name: "{{ mktemp.stdout }}"