]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon/OSDMonitor: squelch 'id' arg errors 20042/head
authorSage Weil <sage@redhat.com>
Wed, 17 Jan 2018 17:23:39 +0000 (11:23 -0600)
committerKefu Chai <kchai@redhat.com>
Mon, 22 Jan 2018 02:59:06 +0000 (10:59 +0800)
commit2260f03b360e8226bf5875c5840dabc07080d174
tree7e6db6d489de04dce53fe61efff598e05bef1948
parente07090345249bba6d3720bff62ab13641b1a9c38
mon/OSDMonitor: squelch 'id' arg errors

Several commands use 'id' but for other types (e.g., vector<int64_t>).

Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 0580f0125bc014e5d97b8317a1bd53a3495f03bf)

Conflicts:
src/mon/OSDMonitor.cc: pass g_ceph_context instead of cct to
cmd_getval() to be consistent with other callsites of this function. we
can do the s/g_ceph_context/cct/ in another commit, if it turns out to
be a critical fix.
src/mon/OSDMonitor.cc