Open luolanzone opened 3 months ago
According to sysctl man page /
is also accepted:
PARAMETERS
variable
The name of a key to read from. An example is kernel.ostype. The '/' separator is also accepted in place of a '.'.,
so I all tried net/ipv4/conf/antrea-ext.10/rp_filter=2
but also failed with following errors:
2024-08-07 03:23:49,609 INFO tuned.daemon.daemon: stopping tuning
2024-08-07 03:23:49,610 INFO tuned.daemon.daemon: Running in automatic mode, checking what profile is recommended for your configuration.
2024-08-07 03:23:49,610 INFO tuned.daemon.daemon: Using 'openshift-antrea' profile
2024-08-07 03:23:49,611 INFO tuned.profiles.loader: loading profile: openshift-antrea
2024-08-07 03:23:49,611 INFO tuned.daemon.daemon: starting tuning
2024-08-07 03:23:49,612 ERROR tuned.utils.commands: Error when reading file '/proc/sys/net.ipv4.conf.antrea-ext/10.rp_filter': '[Errno 2] No such file or directory: '/proc/sys/net.ipv4.conf.antrea-ext/10.rp_filter''
2024-08-07 03:23:49,612 ERROR tuned.plugins.plugin_sysctl: sysctl option net/ipv4/conf/antrea-ext.10/rp_filter will not be set, failed to read the original value.
2024-08-07 03:23:49,612 INFO tuned.plugins.plugin_sysctl: reapplying system sysctl
2024-08-07 03:23:49,614 INFO tuned.daemon.daemon: static tuning from profile 'openshift-antrea' applied
Issues go stale after 90d of inactivity.
Mark the issue as fresh by commenting /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen
.
If this issue is safe to close now please do so with /close
.
/lifecycle stale
Hi I checked this document and tried to update rp_filter of a sub-interface named 'antrea-ext.10' with the following manifest:
I tried both ways with '\\' or double quote but none of them work.
The version of OCP I tried is v4.16.