]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cmon: suggest mkcephfs when 'whoami' not in monfs
authorSage Weil <sage@newdream.net>
Wed, 10 Feb 2010 22:51:18 +0000 (14:51 -0800)
committerSage Weil <sage@newdream.net>
Wed, 10 Feb 2010 23:00:57 +0000 (15:00 -0800)
src/cmon.cc

index 9c49a423ac17391ec679ea2b766e77f9e235775c..40cf121592d781730df2f678ae7ce9b9cc56439e 100644 (file)
@@ -86,7 +86,7 @@ int main(int argc, const char **argv)
 
   // whoami?
   if (!store.exists_bl_ss("whoami")) {
-    cerr << "mon fs missing 'whoami'" << std::endl;
+    cerr << "mon fs missing 'whoami'.. did you run mkcephfs?" << std::endl;
     exit(1);
   }
   int w = store.get_int("whoami");