Commit 1a3695b1 authored by nanahira's avatar nanahira

xanmod still has problems

parent abe838aa
Pipeline #2873 failed with stage
in 9 seconds
......@@ -24,7 +24,7 @@ vm_agents_status: present
customization: true
nvidia_driver_version: null
cloud_kernel: auto # or enabled / disabled
xanmod: true
xanmod: false
railgun:
destination: chnroute
remoteGatewayId: 31
......@@ -34,7 +34,14 @@
name: net.core.default_qdisc
value: fq
sysctl_set: true
when: ansible_kernel.startswith("5.") or ansible_kernel.startswith("4.9.") or (ansible_kernel.startswith("4.1") and not ansible_kernel.startswith("4.1."))
when: ansible_kernel.startswith("5.") or ansible_kernel.startswith("4.9.") or (ansible_kernel.startswith("4.1") and not ansible_kernel.startswith("4.1.")) and not xanmod
- name: TCP BBR with xanmod
become: true
sysctl:
name: net.core.default_qdisc
value: fq
sysctl_set: true
when: xanmod
- name: TCP BBR
become: true
sysctl:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment