]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crush: remove scary message string
authorLoic Dachary <loic@dachary.org>
Sun, 8 Dec 2013 21:39:18 +0000 (22:39 +0100)
committerLoic Dachary <loic@dachary.org>
Mon, 9 Dec 2013 20:10:29 +0000 (21:10 +0100)
The string is no longer used and can be removed.

Signed-off-by: Loic Dachary <loic@dachary.org>
src/tools/crushtool.cc

index 7ae9bae6618c802f9dd85e18cd080fd70acd6dc0..14ac9c89a7e619b589e67cb94b627ac33793e4d0 100644 (file)
@@ -664,9 +664,6 @@ int main(int argc, const char **argv)
     modified = true;
   }
 
-  const char *scary_tunables_message =
-    "** tunables are DANGEROUS and NOT YET RECOMMENDED.  DO NOT USE without\n"
-    "** confirming with developers that your use-case is safe and correct.";
   if (choose_local_tries >= 0) {
     crush.set_choose_local_tries(choose_local_tries);
     modified = true;