mirror of
https://github.com/ceph/ceph
synced 2024-12-18 01:16:55 +00:00
init-ceph: fix ceph user args
Broken by 299b7d06ac
Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
a785b00be3
commit
56f5b065ae
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user