Comment 6 for bug 1268064

Revision history for this message
Kaleb S. KEITHLEY (kkeithleatredhat) wrote :

> I've noticed this problem with the 3.6 and 3.7 PPA packages at:
> https://launchpad.net/~gluster/+archive/ubuntu/glusterfs-3.6
> https://launchpad.net/~gluster/+archive/ubuntu/glusterfs-3.7
>
> Do you know if there are plans to include this change in those too?

I'm not an expert at Debian packages, but looking at the packaging bits in git that were used to create the 3.6 .debs -- both in semiosis' old git repo and the new one at github.com:gluster/glusterfs-debian.git -- it looks to me like the upstart bits are in the 3.6 .debs but not in the 3.7 .debs. Here's an excerpt of the vivid 3.6 rules file, same as 3.5:

...
override_dh_installinit:
        dh_installinit -pglusterfs-client --upstart-only --no-start --name=mounting-glusterfs
        dh_installinit -pglusterfs-server --upstart-only
...

I'll add them to the 3.7 builds. How they were not included is certainly a mystery to me.