]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
unshare-ns-mount: add isolating netns for mount helper support
authorXiubo Li <xiubli@redhat.com>
Tue, 25 Feb 2020 09:49:31 +0000 (04:49 -0500)
committerXiubo Li <xiubli@redhat.com>
Tue, 14 Apr 2020 11:47:02 +0000 (07:47 -0400)
commite7f3cf34973df029a257581f80c86b0caf651b41
tree395b427aff853cf5902122b698786bd60c0da7f8
parentfc8a6a296ec10e052d4798fd52e107b7a9c9db90
unshare-ns-mount: add isolating netns for mount helper support

This helper script will help to unshare the network namespace from
the os and with its own private veth interface, IP, iptable rules,etc.

It could help us to simulate some test case like client node crash.

Fixes: https://tracker.ceph.com/issues/44044
Signed-off-by: Xiubo Li <xiubli@redhat.com>
qa/cephfs/unshare_ns_mount.sh [new file with mode: 0755]