]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph.in: add $CEPH_PRELOAD_LIBCXX to LD_PRELOAD if specified 41498/head
authorKefu Chai <kchai@redhat.com>
Mon, 24 May 2021 09:45:53 +0000 (17:45 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 24 May 2021 09:52:09 +0000 (17:52 +0800)
commit1518b272920737c2a8eb47a0fe8f72c1d10a5721
tree54b350bbd8b31b1009879dfeb319c7ecdd5edaf1
parent76e3ad0157d054ffa5eb333d34c4d1bec6f8e01c
ceph.in: add $CEPH_PRELOAD_LIBCXX to LD_PRELOAD if specified

so use can start the vstart cluster like:

CEPH_PRELOAD_LIBCXX=/usr/lib/x86_64-linux-gnu/libstdc++.so.6 MDS=0 MGR=1 OSD=3 MON=1 ../src/vstart.sh -n -x

as a workaround of https://github.com/google/sanitizers/issues/934

Fixes: https://tracker.ceph.com/issues/50948
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/ceph.in