]> git.proxmox.com Git - ceph.git/blob - ceph/PendingReleaseNotes
import 15.2.5
[ceph.git] / ceph / PendingReleaseNotes
1 >=15.2.5
2 --------
3
4 * CephFS: Automatic static subtree partitioning policies may now be configured
5 using the new distributed and random ephemeral pinning extended attributes on
6 directories. See the documentation for more information:
7 https://docs.ceph.com/docs/master/cephfs/multimds/
8
9 * Monitors now have a config option ``mon_osd_warn_num_repaired``, 10 by default.
10 If any OSD has repaired more than this many I/O errors in stored data a
11 ``OSD_TOO_MANY_REPAIRS`` health warning is generated.
12
13 * Now when noscrub and/or nodeep-scrub flags are set globally or per pool,
14 scheduled scrubs of the type disabled will be aborted. All user initiated
15 scrubs are NOT interrupted.