From eed3137189b6fb00edb191fe6573da4fb88ac4e4 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 14 Oct 2015 09:43:44 -0400 Subject: [PATCH] Revert "ceph-objectstore-tool: require hammer upgrade" This reverts commit b474991df74ab4d31b011bb6c5973fcd3c2e0179. --- src/tools/ceph_objectstore_tool.cc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/tools/ceph_objectstore_tool.cc b/src/tools/ceph_objectstore_tool.cc index e833bf9c7d9bd..b978a6cee6761 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 -- 2.39.5