]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: send delegated_inos in openc response 31817/head
authorJeff Layton <jlayton@redhat.com>
Mon, 14 Oct 2019 16:13:56 +0000 (12:13 -0400)
committerJeff Layton <jlayton@redhat.com>
Mon, 13 Jan 2020 17:37:19 +0000 (12:37 -0500)
commit2bcf4b62643b5dd0b50ea77dbdfb46e3a93dce67
tree21dfe4fa6793593ded178af25211a5928a448551
parentdb62102689227da6514b30f5a437beba7093ada2
mds: send delegated_inos in openc response

If the client supports octopus cephfs features, then hand it a set of
inode numbers in the first create reply. The client code is similarly
changed to expect a trailing set of inode numbers in that case, though
the userland client doesn't do anything with them yet.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
src/client/Client.cc
src/client/Client.h
src/common/options.cc
src/mds/Server.cc
src/mds/cephfs_features.h
src/messages/MClientReply.h