[Bugs] [Bug 1191176] Since 3.6.2: failed to get the 'volume file' from server

bugzilla at redhat.com bugzilla at redhat.com
Wed Jul 29 18:42:33 UTC 2015


https://bugzilla.redhat.com/show_bug.cgi?id=1191176



--- Comment #12 from André Bauer <monotek23 at gmail.com> ---
Imho this also affects 3.7.3. Could not find anything in the postinst script of
the deb packages which is about volume rename.

The postinst script of deb packages should get something like:

#!/bin/bash
VOL_DIR="/var/lib/glusterd/vols"
for VOLUME in $(find ${VOL_DIR} -iname *-fuse.vol); do
    cp ${VOLUME} ${VOLUME}.dpkg-pre3.6.2
    mv ${VOLUME} $(echo ${VOLUME} | sed -e 's/-fuse.vol/.tcp-fuse.vol/g')
done

This is untested, cause im still on 3.5.
Don't know if gluster restart or something else is needed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Bugs mailing list