]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
filestore: make disk format upgrade warning less scary, more informative
authorSage Weil <sage@inktank.com>
Mon, 18 Jun 2012 21:07:20 +0000 (14:07 -0700)
committerSage Weil <sage@inktank.com>
Mon, 18 Jun 2012 21:07:20 +0000 (14:07 -0700)
Signed-off-by: Sage Weil <sage@inktank.com>
Reviewed-by: Sam Just <sam.just@inktank.com>
src/os/FileStore.cc

index 0a9aca2ea3f90c254f5c2a4eda7e6ab354f6aded..41433e7683977334acd207a18c9ddc702b3f409b 100644 (file)
@@ -1679,8 +1679,7 @@ int FileStore::mount()
       derr << "FileStore::mount : stale version stamp detected: "
           << version_stamp 
           << ". Proceeding, do_update "
-          << "is set, DO NOT USE THIS OPTION IF YOU DO NOT KNOW WHAT IT DOES."
-          << " More details can be found on the wiki."
+          << "is set, performing disk format upgrade."
           << dendl;
     } else {
       ret = -EINVAL;