]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Boot even if /var/lib partition won't mount
authorZack Cerza <zack@redhat.com>
Mon, 13 Nov 2017 22:08:33 +0000 (15:08 -0700)
committerZack Cerza <zack@redhat.com>
Mon, 13 Nov 2017 22:42:20 +0000 (15:42 -0700)
Signed-off-by: Zack Cerza <zack@redhat.com>
roles/testnode/tasks/var_lib.yml

index be95e4aa0dbeb6f03f32b07a5ef2b147096d0905..0781903e3b4a6f07c485dfe072100a2697e6a8b6 100644 (file)
@@ -18,4 +18,6 @@
     path: "/var/lib/ceph"
     src: "{{ var_lib_partition }}"
     fstype: xfs
+    # Don't fail to boot if the mount fails
+    opts: defaults,nofail
     state: mounted