mirror of https://github.com/ceph/ceph-ansible.git
tests: remove debug log verbosity
This was added for debugging purpose.
It's generating very large log output, let's remove this now.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 01f6dd52b3
)
pull/4493/head
parent
a3988887d2
commit
4f806786da
|
@ -3,11 +3,6 @@
|
||||||
"global": {
|
"global": {
|
||||||
"osd_pool_default_pg_num": 12,
|
"osd_pool_default_pg_num": 12,
|
||||||
"osd_pool_default_size": 1,
|
"osd_pool_default_size": 1,
|
||||||
"debug_ms": 20
|
|
||||||
},
|
|
||||||
"osd": {
|
|
||||||
"debug_bluefs": 20,
|
|
||||||
"debug_bluestore": 20
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"cephfs_pools": [
|
"cephfs_pools": [
|
||||||
|
|
Loading…
Reference in New Issue