diff options
author | Venky Shankar <vshankar@redhat.com> | 2024-06-04 09:18:49 +0200 |
---|---|---|
committer | Venky Shankar <vshankar@redhat.com> | 2024-11-29 11:51:21 +0100 |
commit | 65acd39d190cebac4d2797dacb8b5181cc0f447a (patch) | |
tree | 5c8913319850e1206e9243a8824099786abd6c06 /PendingReleaseNotes | |
parent | qa: test to verify `MDS_ESTIMATED_REPLAY_TIME` warning (diff) | |
download | ceph-65acd39d190cebac4d2797dacb8b5181cc0f447a.tar.xz ceph-65acd39d190cebac4d2797dacb8b5181cc0f447a.zip |
PendingReleaseNotes: add note for replay completion warning
Signed-off-by: Venky Shankar <vshankar@redhat.com>
Diffstat (limited to 'PendingReleaseNotes')
-rw-r--r-- | PendingReleaseNotes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 146cab64d6f..c43dfcb1528 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -324,6 +324,8 @@ CephFS: Disallow delegating preallocated inode ranges to clients. Config * NFS: The export create/apply of CephFS based exports will now have a additional parameter `cmount_path` under the FSAL block, which specifies the path within the CephFS to mount this export on. If this and the other `EXPORT { FSAL {} }` options are the same between multiple exports, those exports will share a single CephFS client. If not specified, the default is `/`. +* CephFS: MDS emits a warning with estimated replay completion time when replay + runs for more than 30 seconds. >=18.0.0 |