]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mon/PGMonitor: EOPNOTSUPP for old pgmon commands
authorSage Weil <sage@redhat.com>
Thu, 13 Jul 2017 17:59:26 +0000 (13:59 -0400)
committerSage Weil <sage@redhat.com>
Thu, 13 Jul 2017 17:59:26 +0000 (13:59 -0400)
commit34e2ce5852389fc54241fb09d55254b3f446c1ed
treec3c3f195a8b262959712856f8f8f8fc5b047981b
parentb844dfb3423a419edd199ae5ecabb3299586a220
mon/PGMonitor: EOPNOTSUPP for old pgmon commands

This includes 'pg set_full_ratio', which we have only for the upgrade, but
goes away afterwards.

Also, return true to either swallow the request or indicate it has been
processed.

Fixes: http://tracker.ceph.com/issues/20600
Signed-off-by: Sage Weil <sage@redhat.com>
src/mon/PGMonitor.cc