Skip to content

Commit 5b16367

Browse files
authored
Merge pull request ceph#60286 from salieri11/igolikov-wip-bug-64611
mds: enforce usage of host error in cephfs, use errorcode32_t in MClientReply message Fixes: https://tracker.ceph.com/issues/64611
2 parents 213b2d8 + 7055fa5 commit 5b16367

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1438
-1498
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)