- Name
-
sync_cplane
- Default
-
1
- Minimum
-
0
- Maximum
-
2
- Scope
- per-process
When this option is set to 2
Onload will force a sync of control plane information from the kernel when a stack is created. This can help to ensure up to date information is used where a stack is created immediately following interface configuration.
If this option is set to 1
then Onload will perform a lightweight sync of control plane information without performing a full dump. It is the default mode.
Setting this option to 0
will disable forced sync. Synchronizing data from the kernel will continue to happen periodically.
Sync operation time is limited by cplane_init_timeout
onload module option.