Skip to content

Commit

Permalink
containers.conf: Set a different default ip subnet for qm containers
Browse files Browse the repository at this point in the history
Otherwise both host and qm containers have the same range and things get
confused.

Signed-off-by: Alexander Larsson <[email protected]>
  • Loading branch information
alexlarsson committed Mar 5, 2025
1 parent 6e15f6c commit 38374ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions containers.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ cgroup_conf=[
# OOMScoreAdjust=500
#
oom_score_adj = 750

[network]
# The default is 10.88.0.0, but we need qm containers to have a
# different ip address range or routing becomes confused
default_subnet="10.89.0.0/16"

0 comments on commit 38374ff

Please sign in to comment.