commit | 0743304d871559cb4c7c066357de2caa60e94c2f | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Wed Nov 18 16:50:41 2009 -0800 |
committer | Sage Weil <sage@newdream.net> | Fri Nov 20 14:24:27 2009 -0800 |
tree | 546510a84c1bda27e71a8a8229544d99f5624252 | |
parent | cfea1cf42b614583c02727d5bffd5a2384e92bda [diff] |
ceph: fix debugfs entry, simplify fsid checks We may first learn our fsid from any of the mon, osd, or mds maps (whichever the monitor sends first). Consolidate checks in a single helper. Initialize the client debugfs entry then, since we need the fsid (and global_id) for the directory name. Also remove dead mount code. Signed-off-by: Sage Weil <sage@newdream.net>