From: Ilya Dryomov Date: Thu, 22 Jan 2026 09:24:53 +0000 (+0100) Subject: Merge branch 'wip-fix-schedule-start-time' of https://github.com/ajarr/ceph into... X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1074a56c7ce6a2ed9f758a39180fc4f0b78a9be2;p=ceph-ci.git Merge branch 'wip-fix-schedule-start-time' of https://github.com/ajarr/ceph into HEAD --- 1074a56c7ce6a2ed9f758a39180fc4f0b78a9be2 diff --cc PendingReleaseNotes index 446297dad61,23227d1d1fd..c31459817d9 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@@ -17,15 -15,12 +17,20 @@@ and the scrubbing process is delayed between each read in order to avoid monopolizing the I/O capacity of the OSD. The default stride size (``osd_deep_scrub_stride``) was 512 KBytes, and is now 4 MBytes. + * RBD: Fixed incorrect behavior of the "start-time" argument for mirror + snapshot and trash purge schedules, where it previously offset the schedule + anchor instead of defining it. The argument now requires an ISO 8601 + date-time. The `schedule ls` output displays the start time in UTC, including + the date and time in the format "%Y-%m-%d %H:%M:00". +* CephFS: The offline CephFS tools (cephfs-data-scan, cephfs-journal-tool, + and cephfs-table-tool) now include progress tracking with ETA (Estimated Time of + Arrival) for long-running operations. Progress updates are displayed automatically + at regular intervals, showing completion percentage, processed items, and time + estimates. This feature is enabled by default for relevant commands including + scan_extents, scan_inodes, and other state-changing operations. + Related Tracker: https://tracker.ceph.com/issues/63191 + >=20.0.0 * RADOS: The lead Monitor and stretch mode status are now displayed by `ceph status`.