]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
init-ceph: fix ceph user args 13467/head
authorSage Weil <sage@redhat.com>
Thu, 16 Feb 2017 23:12:43 +0000 (18:12 -0500)
committerSage Weil <sage@redhat.com>
Thu, 16 Feb 2017 23:22:00 +0000 (18:22 -0500)
Broken by 299b7d06ac18c5cd30b8b65c7d25df9fc00287db

Signed-off-by: Sage Weil <sage@redhat.com>
src/init-ceph.in

index e9158d68ff4a422fb475dd2ac460e364e6ebae37..9a0f95c65bda4f29f4f41e84c7d13d33ededcca0 100755 (executable)
@@ -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"