]> git.proxmox.com Git - ceph.git/blob - ceph/PendingReleaseNotes
9715be569968d000ec450e60e0b26c5d217897df
[ceph.git] / ceph / PendingReleaseNotes
1 15.2.9
2 ------
3 * MGR: progress module can now be turned on/off, using the commands:
4 ``ceph progress on`` and ``ceph progress off``.
5
6 15.2.8
7 ------
8 * $pid expansion in config paths like `admin_socket` will now properly expand
9 to the daemon pid for commands like `ceph-mds` or `ceph-osd`. Previously only
10 `ceph-fuse`/`rbd-nbd` expanded `$pid` with the actual daemon pid.
11
12 * ceph-volume: The ``lvm batch` subcommand received a major rewrite. This closed
13 a number of bugs and improves usability in terms of size specification and
14 calculation, as well as idempotency behaviour and disk replacement process.
15 Please refer to https://docs.ceph.com/en/latest/ceph-volume/lvm/batch/ for
16 more detailed information.
17
18 * MON: The cluster log now logs health detail every ``mon_health_to_clog_interval``,
19 which has been changed from 1hr to 10min. Logging of health detail will be
20 skipped if there is no change in health summary since last known.
21
22 * The ``ceph df`` command now lists the number of pgs in each pool.
23
24 * The ``bluefs_preextend_wal_files`` option has been removed.
25
26 * It is now possible to specify the initial monitor to contact for Ceph tools
27 and daemons using the ``mon_host_override`` config option or
28 ``--mon-host-override <ip>`` command-line switch. This generally should only
29 be used for debugging and only affects initial communication with Ceph's
30 monitor cluster.