Looks good to me.
Dyweni
On 2015-05-29 17:08, Loic Dachary wrote:
Hi,
On 28/05/2015 05:13, Dyweni - Ceph-Users wrote:
Hi Guys,
Running the install-deps.sh script on Debian Squeeze results in the
package 'cryptsetup-bin' not being found (and 'cryptsetup' not being
used).
This is due to the pipe character being deleted.
To fix this, I replaced this line:
-e 's/\|//g;' \
with this line:
-e 's/\s*\|\s*/\\\|/g;' \
Nice catch :-) Does that look right ?
https://github.com/ceph/ceph/pull/4799/files#diff-47a21b3706c13e08943e223c12323aa1L45
it would be great if you could try it, for instance with
wget -O loic-install-deps.sh
https://raw.githubusercontent.com/dachary/ceph/wip-install-deps/install-deps.sh
bash -x install-deps.sh
Cheers
Thought you'd like to include this into the main line code.
(FYI, This is somewhat related to this bug:
http://tracker.ceph.com/issues/4943)
Thanks,
Dyweni
_______________________________________________
ceph-users mailing list
ceph-users@xxxxxxxxxxxxxx
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
--
Loïc Dachary, Artisan Logiciel Libre
_______________________________________________
ceph-users mailing list
ceph-users@xxxxxxxxxxxxxx
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com