]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/ceph_mon.cc
update sources to v12.1.2
[ceph.git] / ceph / src / ceph_mon.cc
index 400c8989545cf1994c9182a8f16cf90427f77d3d..3663bb04e4b3c3e71dc20bace01969fcb92eb7ee 100644 (file)
@@ -203,10 +203,10 @@ int main(int argc, const char **argv)
   // We need to specify some default values that may be overridden by the
   // user, that are specific to the monitor.  The options we are overriding
   // are also used on the OSD (or in any other component that uses leveldb),
-  // so changing them directly in common/config_opts.h is not an option.
+  // so changing the global defaults is not an option.
   // This is not the prettiest way of doing this, especially since it has us
-  // having a different place than common/config_opts.h defining default
-  // values, but it's not horribly wrong enough to prevent us from doing it :)
+  // having a different place defining default values, but it's not horribly
+  // wrong enough to prevent us from doing it :)
   //
   // NOTE: user-defined options will take precedence over ours.
   //