mirror of
https://github.com/ceph/ceph
synced 2025-03-30 07:19:14 +00:00
qa/standalone/ceph-helpers: more osd debug
debug_ms=1 debug_monc=20 Hunting down http://tracker.ceph.com/issues/40666 Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
f4733364ae
commit
0d0759531a
@ -646,6 +646,8 @@ function run_osd() {
|
||||
ceph_args+=" --run-dir=$dir"
|
||||
ceph_args+=" --admin-socket=$(get_asok_path)"
|
||||
ceph_args+=" --debug-osd=20"
|
||||
ceph_args+=" --debug-ms=1"
|
||||
ceph_args+=" --debug-monc=20"
|
||||
ceph_args+=" --log-file=$dir/\$name.log"
|
||||
ceph_args+=" --pid-file=$dir/\$name.pid"
|
||||
ceph_args+=" --osd-max-object-name-len=460"
|
||||
@ -699,6 +701,8 @@ function run_osd_filestore() {
|
||||
ceph_args+=" --run-dir=$dir"
|
||||
ceph_args+=" --admin-socket=$(get_asok_path)"
|
||||
ceph_args+=" --debug-osd=20"
|
||||
ceph_args+=" --debug-ms=1"
|
||||
ceph_args+=" --debug-monc=20"
|
||||
ceph_args+=" --log-file=$dir/\$name.log"
|
||||
ceph_args+=" --pid-file=$dir/\$name.pid"
|
||||
ceph_args+=" --osd-max-object-name-len=460"
|
||||
|
Loading…
Reference in New Issue
Block a user