From: Sage Weil Date: Wed, 10 Feb 2010 22:51:18 +0000 (-0800) Subject: cmon: suggest mkcephfs when 'whoami' not in monfs X-Git-Tag: v0.19~60 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2feea3cb56f8b05f6129d6d08ed936988bdfa3a5;p=ceph.git cmon: suggest mkcephfs when 'whoami' not in monfs --- diff --git a/src/cmon.cc b/src/cmon.cc index 9c49a423ac17..40cf121592d7 100644 --- a/src/cmon.cc +++ b/src/cmon.cc @@ -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");