]> git.proxmox.com Git - ceph.git/blob - ceph/PendingReleaseNotes
ac1a79f6d468d6e839d3b4d3de68656276387178
[ceph.git] / ceph / PendingReleaseNotes
1 >= 12.1.2
2 ---------
3 * When running 'df' on a CephFS filesystem comprising exactly one data pool,
4 the result now reflects the file storage space used and available in that
5 data pool (fuse client only).
6 * Added new commands "pg force-recovery" and "pg-force-backfill". Use them
7 to boost recovery or backfill priority of specified pgs, so they're
8 recovered/backfilled before any other. Note that these commands don't
9 interrupt ongoing recovery/backfill, but merely queue specified pgs
10 before others so they're recovered/backfilled as soon as possible.
11 New commands "pg cancel-force-recovery" and "pg cancel-force-backfill"
12 restore default recovery/backfill priority of previously forced pgs.
13