]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon/OSDMonitor: remove ambiguous type case for 'osd pool set' value 24374/head
authorSage Weil <sage@redhat.com>
Fri, 3 Aug 2018 17:20:48 +0000 (12:20 -0500)
committerNathan Cutler <ncutler@suse.com>
Tue, 2 Oct 2018 18:57:23 +0000 (20:57 +0200)
commitc838a0096d98d461f83c79c3acdc0ee69464e473
tree3f8513358d1834f125e2a03ef37d7f518d2ad765
parent759c36ecd502af7841ade04c5c91539abf428888
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>
(cherry picked from commit efd9de4983c44cb31dccdd046b352a45c29e467b)

Conflicts:
src/mon/OSDMonitor.cc
src/mon/OSDMonitor.cc