Skip to content

Commit 54ce979

Browse files
committed
PendingReleaseNotes: add note on client/mds error codes
Signed-off-by: Igor Golikov <[email protected]> Fixes: https://tracker.ceph.com/issues/64611
1 parent 98fc589 commit 54ce979

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

PendingReleaseNotes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,3 +623,9 @@ It is also adding 2 new mon commands, to notify monitor about the gateway creati
623623
- nvme-gw create
624624
- nvme-gw delete
625625
Relevant tracker: https://tracker.ceph.com/issues/64777
626+
627+
* MDS now uses host errors, as defined in errno.cc, for current platform.
628+
errorcode32_t is converting, internally, the error code from host to ceph, when encoding, and vice versa,
629+
when decoding, resulting having LINUX codes on the wire, and HOST code on the receiver.
630+
All CEPHFS_E* defines have been removed across Ceph (including the python binding).
631+
Relevant tracker: https://tracker.ceph.com/issues/64611

0 commit comments

Comments
 (0)