commit | 5a2efd24fb19ae8338a57805d172a8ced58533b1 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Fri Aug 14 15:10:51 2015 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Fri Aug 14 15:10:51 2015 +0200 |
tree | 1c3408fc56f7bc6cd9c1a1c95b4ebcd82fbac3f3 | |
parent | 7dfd5d4a3bcbee23e6666a5b6c7ff50be27dfb81 [diff] |
Use nobootwait as default mount option
diff --git a/glusterfs/client.sls b/glusterfs/client.sls index b4a20aa..9d7732b 100644 --- a/glusterfs/client.sls +++ b/glusterfs/client.sls
@@ -15,7 +15,7 @@ - device: {{ volume.server }}:/{{ name }} - fstype: glusterfs - mkmnt: true - - opts: {{ volume.get('opts', 'defaults') }} + - opts: {{ volume.get('opts', 'defaults,nobootwait') }} - require: - pkg: glusterfs_client_packages