ceph: add a note explaining session reject error string
authorIlya Dryomov <idryomov@gmail.com>
Tue, 15 Sep 2020 19:11:30 +0000 (21:11 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 12 Oct 2020 13:29:26 +0000 (15:29 +0200)
commit4bb926e83f1e2d80409cc8b45336f5f303d49315
treee1b7d49d9edab7319665263f43c6253b30564114
parent1b05fae7f29db4c41864aed903865086e070fa89
ceph: add a note explaining session reject error string

error_string key in the metadata map of MClientSession message
is intended for humans, but unfortunately became part of the on-wire
format with the introduction of recover_session=clean mode in commit
131d7eb4faa1 ("ceph: auto reconnect after blacklisted").

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
fs/ceph/mds_client.c