]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
tasks/cephfs/mount: use 192.168.144.0.0/20 for brxnet
authorKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Wed, 19 Mar 2025 17:04:39 +0000 (18:04 +0100)
committerKyr Shatskyy <kyrylo.shatskyy@gmail.com>
Tue, 6 May 2025 12:20:25 +0000 (14:20 +0200)
commit45b522ac1640d22c5195406f54e12e9a31d9edb8
tree86c0e9ff220642b67c4025e67630b3a2bd6ab5df
parent8edfa942f262301edc8d0efba28b9e1c9a03469d
tasks/cephfs/mount: use 192.168.144.0.0/20 for brxnet

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>
(cherry picked from commit 460a62b3be6e29a7c83be3014b7cda70a1f3cc83)
qa/tasks/cephfs/mount.py