From: Igor Golikov Date: Tue, 18 Feb 2025 11:36:10 +0000 (+0000) Subject: PendingReleaseNotes: add note on client/mds error codes X-Git-Tag: v20.0.0~120^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=54ce97973a5c626b7463a7cf5a7708e9977b7c1f;p=ceph.git PendingReleaseNotes: add note on client/mds error codes Signed-off-by: Igor Golikov Fixes: https://tracker.ceph.com/issues/64611 --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 5b0412bf018..24a8182eb28 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -623,3 +623,9 @@ It is also adding 2 new mon commands, to notify monitor about the gateway creati - nvme-gw create - nvme-gw delete Relevant tracker: https://tracker.ceph.com/issues/64777 + +* MDS now uses host errors, as defined in errno.cc, for current platform. +errorcode32_t is converting, internally, the error code from host to ceph, when encoding, and vice versa, +when decoding, resulting having LINUX codes on the wire, and HOST code on the receiver. +All CEPHFS_E* defines have been removed across Ceph (including the python binding). +Relevant tracker: https://tracker.ceph.com/issues/64611