-14.2.16
+14.2.17
-------
-* The structured output of ``ceph status`` or ``ceph -s`` is now more
- concise, particularly the ``mgrmap`` and ``monmap`` sections, and the
- structure of the ``osdmap`` section has been cleaned up.
-
-* MON: The cluster log now logs health detail every ``mon_health_to_clog_interval``,
- which has been changed from 1hr to 10min. Logging of health detail will be
- skipped if there is no change in health summary since last known.
-
-
-14.2.15
--------
-
-* MGR: progress module can now be turned on/off, using the commands:
- ``ceph progress on`` and ``ceph progress off``.
-
-
-14.2.13
--------
-
-* This release fixes a regression introduced in 14.2.12 which broke deployments
- that referred to MON hosts using DNS names instead of IP addresses in the
- ``mon_host`` parameter in ``/etc/ceph/ceph.conf``.
+* $pid expansion in config paths like `admin_socket` will now properly expand
+ to the daemon pid for commands like `ceph-mds` or `ceph-osd`. Previously only
+ `ceph-fuse`/`rbd-nbd` expanded `$pid` with the actual daemon pid.
}
{
- g_ceph_context->_conf.finalize_reexpand_meta();
common_init_finish(g_ceph_context);
-
+
init_async_signal_handler();
register_async_signal_handler(SIGHUP, sighup_handler);
global_init_postfork_start(g_ceph_context);
}
- g_ceph_context->_conf.finalize_reexpand_meta();
common_init_finish(g_ceph_context);
global_init_chdir(g_ceph_context);