commit | 430afbadd6c885557ef2fb8c454bd5bba23a9850 | [log] [tgz] |
---|---|---|
author | Yan, Zheng <zyan@redhat.com> | Fri Jul 08 11:25:38 2016 +0800 |
committer | Ilya Dryomov <idryomov@gmail.com> | Thu Jul 28 03:00:40 2016 +0200 |
tree | 68aea0fc952a0a928ff6d409423d970a6057ddc6 | |
parent | 0cabbd94ff52c4803fc0ad9ad0ad5e43df493ab0 [diff] |
ceph: mount non-default filesystem by name To mount non-default filesytem, user currently needs to provide mds namespace ID. This is inconvenience. This patch makes user be able to mount filesystem by name. If user wants to mount non-default filesystem. Client first subscribes to fsmap.user. Subscribe to mdsmap.<ID> after getting ID of filesystem. Signed-off-by: Yan, Zheng <zyan@redhat.com>