From 56f5b065aeee69ecb79ff906be06f74a71ffee0f Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 16 Feb 2017 18:12:43 -0500 Subject: [PATCH] init-ceph: fix ceph user args Broken by 299b7d06ac18c5cd30b8b65c7d25df9fc00287db Signed-off-by: Sage Weil --- src/init-ceph.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/init-ceph.in b/src/init-ceph.in index e9158d68ff4..9a0f95c65bd 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" -- 2.47.3