commit | 737cc81ead34bcef0b1f6ea8322228e4378cf21a | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@gmail.com> | Thu May 26 00:05:01 2016 +0200 |
committer | Ilya Dryomov <idryomov@gmail.com> | Thu May 26 01:15:30 2016 +0200 |
tree | a26128bc9f5e20fe90863c76b7f36b45e4ad1022 | |
parent | 7cca78c9dcd1afa243e46edc31896730df85d2b5 [diff] [blame] |
libceph: support for subscribing to "mdsmap.<id>" maps Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
diff --git a/net/ceph/debugfs.c b/net/ceph/debugfs.c index 6e434c7..e77b04c 100644 --- a/net/ceph/debugfs.c +++ b/net/ceph/debugfs.c
@@ -128,6 +128,7 @@ CEPH_SUBSCRIBE_ONETIME ? "" : "+")); seq_putc(s, '\n'); } + seq_printf(s, "fs_cluster_id %d\n", monc->fs_cluster_id); for (rp = rb_first(&monc->generic_request_tree); rp; rp = rb_next(rp)) { __u16 op;