]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
PendingReleaseNotes: add note on client/mds error codes
authorIgor Golikov <igolikov@ibm.com>
Tue, 18 Feb 2025 11:36:10 +0000 (11:36 +0000)
committerIgor Golikov <igolikov@ibm.com>
Tue, 18 Feb 2025 11:36:10 +0000 (11:36 +0000)
Signed-off-by: Igor Golikov <igolikov@ibm.com>
Fixes: https://tracker.ceph.com/issues/64611
PendingReleaseNotes

index 5b0412bf0182e5d790f0c9d5b76df565fb109684..24a8182eb284c55342a341735c6c955615b9ad1c 100644 (file)
@@ -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