From 936cdb2563fbe6c5fddfdc0ddf4e070d22fe6448 Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Wed, 13 Jul 2022 14:19:34 +0000 Subject: sysctl: T3714: Change priority for sysctl custom options Sysctl options should be applied after interface tunnel As some options exists only after tunnel creating --- templates/system/sysctl/custom/node.def | 2 +- templates/system/sysctl/custom/node.tag/value/node.def | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/system/sysctl/custom/node.def b/templates/system/sysctl/custom/node.def index a072b2ba..8a5bb46a 100644 --- a/templates/system/sysctl/custom/node.def +++ b/templates/system/sysctl/custom/node.def @@ -1,5 +1,5 @@ tag: -priority: 318 +priority: 410 type: txt help: Define specific sysctl options to modify val_help: ; Name of sysctl option you want to modify diff --git a/templates/system/sysctl/custom/node.tag/value/node.def b/templates/system/sysctl/custom/node.tag/value/node.def index 08a5f5a3..5f932106 100644 --- a/templates/system/sysctl/custom/node.tag/value/node.def +++ b/templates/system/sysctl/custom/node.tag/value/node.def @@ -1,4 +1,4 @@ -priority: 319 # Failure barrier only - no ordering constraints +priority: 411 # Failure barrier only - no ordering constraints type: txt help: Configure sysctl option -- cgit v1.2.3