commit | eea553c21fbfa486978c82525ee8256239d4f921 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Thu Jan 31 02:09:50 2013 -0800 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Tue Feb 12 03:19:23 2013 -0800 |
tree | 45b6b0b51fd59806aa1e8836a1f563918b02eab4 | |
parent | bc1b69ed22a704fb1cc83d75b2eb46508a06c820 [diff] |
ceph: Only allow mounts in the initial network namespace Today ceph opens tcp sockets from a delayed work callback. Delayed work happens from kernel threads which are always in the initial network namespace. Therefore fail early if someone attempts to mount a ceph filesystem from something other than the initial network namespace. Cc: Sage Weil <sage@inktank.com> Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>