]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: handle case where mon_globalid_prealloc > max_global_id 6010/head
authorSage Weil <sage@redhat.com>
Mon, 19 Jan 2015 00:49:20 +0000 (16:49 -0800)
committerSage Weil <sage@redhat.com>
Mon, 21 Sep 2015 18:01:04 +0000 (14:01 -0400)
commit6d82eb165fdc91851f702a463022b26c50f5094b
tree6b8594f3187dde8594240ec65cf022e89744e2a6
parentf545a0f430bf6f1e26983fc0ff20a645697f017c
mon: handle case where mon_globalid_prealloc > max_global_id

This triggers with the new larger mon_globalid_prealloc value.  It didn't
trigger on the existing cluster I tested on because it already had a very
large max.

Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit bbaf582e5bb54ae35327ffd234e4ccf0f07317db)
src/mon/AuthMonitor.cc