summaryrefslogtreecommitdiffstats
path: root/extras/Ubuntu/mounting-glusterfs.conf
diff options
context:
space:
mode:
authorLouis Zuckerman <me@louiszuckerman.com>2013-12-28 00:34:47 -0500
committerVijay Bellur <vbellur@redhat.com>2014-01-01 16:58:24 -0800
commitbf770361e9e7121f2ba1524ba02f41fbf12d44e8 (patch)
tree28bfc140804d17fbf420689896a5207839961bfe /extras/Ubuntu/mounting-glusterfs.conf
parentb2ee85b3e452678c330c25bf32c522090bb320fc (diff)
Updating extras/Ubuntu with latest upstart configs (BUG: 1047007)
Change-Id: Ia769589f6af1d7ca3577185fd4c56eb9f43b3e2e BUG: 1047007 Signed-off-by: Louis Zuckerman <me@louiszuckerman.com> Reviewed-on: http://review.gluster.org/6611 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Vijay Bellur <vbellur@redhat.com> Reviewed-on: http://review.gluster.org/6622
Diffstat (limited to 'extras/Ubuntu/mounting-glusterfs.conf')
-rw-r--r--extras/Ubuntu/mounting-glusterfs.conf5
1 files changed, 2 insertions, 3 deletions
diff --git a/extras/Ubuntu/mounting-glusterfs.conf b/extras/Ubuntu/mounting-glusterfs.conf
index 3c59c0f635e..786ef16df04 100644
--- a/extras/Ubuntu/mounting-glusterfs.conf
+++ b/extras/Ubuntu/mounting-glusterfs.conf
@@ -1,7 +1,6 @@
author "Louis Zuckerman <me@louiszuckerman.com>"
-description "Block the mounting event for glusterfs filesystems until glusterd is running"
+description "Block the mounting event for glusterfs filesystems until the network interfaces are running"
start on mounting TYPE=glusterfs
task
-exec start wait-for-state WAIT_FOR=glusterd WAITER=mounting-glusterfs
-
+exec start wait-for-state WAIT_FOR=static-network-up WAITER=mounting-glusterfs