Project

General

Profile

Actions

Bug #2286

closed

mon: different full/near_full values on different monitors

Added by Greg Farnum about 12 years ago. Updated about 12 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Monitor
Target version:
-
% Done:

0%

Source:
Development
Tags:
Backport:
Regression:
Severity:
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

If you run vstart, you get

gregf@kai:~/ceph/src [wip-oc-perf]$ ./ceph pg dump -m 192.168.106.225:6789
dumped all in format plain
version 47
last_osdmap_epoch 5
last_pg_scan 1
full_ratio 0.95
nearfull_ratio 0.85

out of mon.0, but out of mon.1 and mon.2 you get
gregf@kai:~/ceph/src [wip-oc-perf]$ ./ceph pg dump -m 192.168.106.225:6791
dumped all in format plain
version 47
last_osdmap_epoch 5
last_pg_scan 1
full_ratio 0.8
nearfull_ratio 0.9

That's not so good, especially when you notice that full_ratio is lower than nearfull_ratio!

Actions

Also available in: Atom PDF