]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
tasks/cephfs/mount: use 192.168.144.0.0/20 for brxnet 62709/head
authorKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Wed, 19 Mar 2025 17:04:39 +0000 (18:04 +0100)
committerKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Mon, 7 Apr 2025 15:55:46 +0000 (17:55 +0200)
Most of wifi routers are using 192.168.0.0/16 network by default,
as well as in many lab setup this is most popular network range..
If someone tries and establish libvirt based teuthology setup
at home pc or laptop, for example, using downburst, they may
experience unnecessary troubles with executing tests which use
ceph-fuse tasks and cephfs/mount code.

It is better to use some unique range to avoid conflicts and
extra configuration of network environment.

Fixes: https://tracker.ceph.com/issues/70817
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
qa/tasks/cephfs/mount.py

index edd8896205add36a63e9813a74fee84175874bc0..5d9df1dc282448367adb20843b7d8c3f4213e8e2 100644 (file)
@@ -88,7 +88,7 @@ class CephFSMountBase(object):
         self._netns_name = None
         self.nsid = -1
         if brxnet is None:
-            self.ceph_brx_net = '192.168.0.0/16'
+            self.ceph_brx_net = '192.168.144.0/20'
         else:
             self.ceph_brx_net = brxnet