]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon/OSDMonitor: remove ambiguous type case for 'osd pool set' value 23243/head
authorSage Weil <sage@redhat.com>
Fri, 3 Aug 2018 17:20:48 +0000 (12:20 -0500)
committerSage Weil <sage@redhat.com>
Sun, 5 Aug 2018 02:55:07 +0000 (21:55 -0500)
commitefd9de4983c44cb31dccdd046b352a45c29e467b
tree9bc8ec285dabbdb3c1cd309a8b48e7fa26980c09
parentbd565bca3f42d7946c392b2833bb3d9982a8ac5d
mon/OSDMonitor: remove ambiguous type case for 'osd pool set' value

This was there for compatibility with very old monitors.  Modern mons are
always taking a JSON string (which may in turn contain a string, int, or
float).

Signed-off-by: Sage Weil <sage@redhat.com>
src/mon/OSDMonitor.cc