]> git.proxmox.com Git - ceph.git/blob - ceph/src/rocksdb/tools/advisor/test/input_files/rules_err2.ini
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / rocksdb / tools / advisor / test / input_files / rules_err2.ini
1 [Rule "normal-rule"]
2 suggestions=inc-bg-flush:inc-write-buffer
3 conditions=missing-source
4
5 [Condition "missing-source"]
6 source=
7 regex=Stopping writes because we have \d+ immutable memtables \(waiting for flush\), max_write_buffer_number is set to \d+
8
9 [Suggestion "inc-bg-flush"]
10 option=DBOptions.max_background_flushes
11 action=increase
12
13 [Suggestion "inc-write-buffer"]
14 option=CFOptions.max_write_buffer_number
15 action=increase