Package: glusterfs-server
Version: 3.3.1-1
Severity: important
Hi,
the debian initscript for glusterfs-server tries to start the daemon
using the following line:
start_daemon -p $PIDFILE $DAEMON -f $CONFIGFILE
The initscript however does not set the variable $CONFIGFILE and it's
thus empty, resulting in the iniscripts start action and the
installation of the package being broken.
glusterd complains about -f requiring an option and fails.
For my local gluster testbed I fixed the issue with dropping the
$CONFIGFILE variable and replacing it with:
start_daemon -p $PIDFILE $DAEMON -f /etc/glusterfs/glusterd.vol
I suggest doing the same for the debian package or as an alternative
introduce a /etc/defaults/glusterfs-server config file in which one can
specify which $CONFIGFILE to use.
Thanks
Tobias
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]