Description: TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. . glusterfs (3.3.2-ubuntu1~precise1+lliurex2) precise; urgency=low . * UNRELEASED Author: Raul Rodrigo Segura --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- /dev/null +++ glusterfs-3.3.2/install-client/usr/share/glusterfs/upstart/mounting-glusterfs.conf @@ -0,0 +1,7 @@ +author "Louis Zuckerman " +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=static-network-up WAITER=mounting-glusterfs +