]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
msg: drop pointless specification of supported features
authorSage Weil <sage@redhat.com>
Fri, 3 Mar 2017 17:09:11 +0000 (11:09 -0600)
committerSage Weil <sage@redhat.com>
Fri, 3 Mar 2017 17:09:11 +0000 (11:09 -0600)
commit5fd15bd5beb599c167c96c9001858d8f24e84e4e
treeb8645f627d48cd942852d296737226057162ea10
parent3b8162f3d94a32db3a58f6e155b0640a21294d01
msg: drop pointless specification of supported features

Whatever we specify is OR'd onto CEPH_FEATURE_SUPPORTED_DEFAULT (which is
all features) in the Policy() ctor.  This argument is pointless.

Signed-off-by: Sage Weil <sage@redhat.com>
src/ceph_mds.cc
src/ceph_mon.cc
src/ceph_osd.cc
src/test/mon/test_mon_workloadgen.cc