Skip to content

Commit e44e1e4

Browse files
authored
Merge pull request ceph#62709 from kshtsk/wip-another-brxnet-by-default
tasks/cephfs/mount: use 192.168.144.0.0/20 for brxnet Reviewed-by: Venky Shankar <[email protected]>
2 parents c308de9 + 460a62b commit e44e1e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/tasks/cephfs/mount.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def __init__(self, ctx, test_dir, client_id, client_remote,
8888
self._netns_name = None
8989
self.nsid = -1
9090
if brxnet is None:
91-
self.ceph_brx_net = '192.168.0.0/16'
91+
self.ceph_brx_net = '192.168.144.0/20'
9292
else:
9393
self.ceph_brx_net = brxnet
9494

0 commit comments

Comments
 (0)