]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Revert "os/FileStore: require upgrade to hammer before moving beyond"
authorSage Weil <sage@redhat.com>
Wed, 14 Oct 2015 13:44:06 +0000 (09:44 -0400)
committerSage Weil <sage@redhat.com>
Fri, 16 Oct 2015 18:08:42 +0000 (14:08 -0400)
This reverts commit 10cb507d9d52464b2fd28b3cc84a92328944e462.

src/os/FileStore.cc

index b2d80fc9edf2c0c46e3938673c55fad529801702..3e8bb29fcc4e1331141b711c2fd652697a4b614c 100644 (file)
@@ -1212,8 +1212,8 @@ int FileStore::upgrade()
   if (r == 1)
     return 0;
 
-  if (version < 4) {
-    derr << "ObjectStore is old at version " << version << ".  Please upgrade to hammer v0.94.x first."  << dendl;
+  if (version < 3) {
+    derr << "ObjectStore is old at version " << version << ".  Please upgrade to firefly v0.80.x, convert your store, and then upgrade."  << dendl;
     return -EINVAL;
   }