]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks/vstart_runner.py: disable the ns unsharing if using localhost 34842/head
authorXiubo Li <xiubli@redhat.com>
Wed, 10 Jun 2020 09:25:30 +0000 (05:25 -0400)
committerXiubo Li <xiubli@redhat.com>
Thu, 12 Nov 2020 00:54:57 +0000 (08:54 +0800)
commit871ac6b3764f02791798f6d5b01f5ee85957e1eb
tree3bc754aa08c8b237b90db09b8b45a2c83e0da15f
parentd2769ff180a3fff311d21d08f5d68e9c5d6bb8d8
qa/tasks/vstart_runner.py: disable the ns unsharing if using localhost

If the -l option is specified in :

$ MDS=3 MON=3 MGR=1 OSD=3 ../src/vstart.sh -n -l

The ceph cluster will use the localhost IP address as the mon host,
and then in the network namespace container the ceph-fuse daemon
couldn't connect to it.

Fixes: https://tracker.ceph.com/issues/45342
Signed-off-by: Xiubo Li <xiubli@redhat.com>
qa/tasks/vstart_runner.py