From: Sage Weil Date: Wed, 14 Oct 2015 13:43:44 +0000 (-0400) Subject: Revert "ceph-objectstore-tool: require hammer upgrade" X-Git-Tag: v9.2.0~6^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=eed3137189b6fb00edb191fe6573da4fb88ac4e4;p=ceph.git Revert "ceph-objectstore-tool: require hammer upgrade" This reverts commit b474991df74ab4d31b011bb6c5973fcd3c2e0179. --- diff --git a/src/tools/ceph_objectstore_tool.cc b/src/tools/ceph_objectstore_tool.cc index e833bf9c7d9b..b978a6cee676 100644 --- a/src/tools/ceph_objectstore_tool.cc +++ b/src/tools/ceph_objectstore_tool.cc @@ -2240,12 +2240,6 @@ int main(int argc, char **argv) ret = -EINVAL; goto out; } - if (!superblock.compat_features.incompat.contains(CEPH_OSD_FEATURE_INCOMPAT_PGMETA)) { - derr << "OSD store does not have PGMETA feature." << dendl; - derr << "You must first upgrade to hammer, or use an older ceph-objectstore-tool." << dendl; - ret = -EINVAL; - goto out; - } if (op != "list" && vm.count("object")) { // Special case: Create pgmeta_oid if empty string specified