From 54ce97973a5c626b7463a7cf5a7708e9977b7c1f Mon Sep 17 00:00:00 2001 From: Igor Golikov Date: Tue, 18 Feb 2025 11:36:10 +0000 Subject: [PATCH] PendingReleaseNotes: add note on client/mds error codes Signed-off-by: Igor Golikov Fixes: https://tracker.ceph.com/issues/64611 --- PendingReleaseNotes | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.39.5