From: Sage Weil Date: Thu, 16 Feb 2017 23:12:43 +0000 (-0500) Subject: init-ceph: fix ceph user args X-Git-Tag: v12.0.1~359^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=56f5b065aeee69ecb79ff906be06f74a71ffee0f;p=ceph.git init-ceph: fix ceph user args Broken by 299b7d06ac18c5cd30b8b65c7d25df9fc00287db Signed-off-by: Sage Weil --- diff --git a/src/init-ceph.in b/src/init-ceph.in index e9158d68ff4a..9a0f95c65bda 100755 --- a/src/init-ceph.in +++ b/src/init-ceph.in @@ -362,7 +362,7 @@ for name in $what; do [ -n "$TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES" ] && tcmalloc="TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=$TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES" - cmd="$files $tcmalloc $wrap $cmd --cluster $cluster ${SET_CEPHUSER_ARGS} ceph $runmode" + cmd="$files $tcmalloc $wrap $cmd --cluster $cluster ${SET_CEPHUSER_ARGS} $runmode" if [ $dofsmount -eq 1 ] && [ -n "$fs_devs" ]; then get_conf pre_mount "true" "pre mount command"