[Devel] [PATCH RHEL COMMIT] configs: add/enable options for overlayfs paths absolute resolution

Konstantin Khorenko khorenko at virtuozzo.com
Mon Oct 4 20:39:05 MSK 2021


The commit is pushed to "branch-rh9-5.14.vz9.1.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git
after ark-5.14
------>
commit d8106ac0b3a4ac466cda156848af2420081e0803
Author: Konstantin Khorenko <khorenko at virtuozzo.com>
Date:   Mon Oct 4 20:39:05 2021 +0300

    configs: add/enable options for overlayfs paths absolute resolution
    
    +OVERLAY_FS_DYNAMIC_RESOLVE_PATH_OPTIONS=y
    +OVERLAY_FS_PATH_OPTIONS_MNT_ID=y
    
    https://jira.sw.ru/browse/PSBM-58614
    
    Signed-off-by: Konstantin Khorenko <khorenko at virtuozzo.com>
    
    (cherry picked from vz8 commit 1ddb5feca1689e0d280fb94a4d6463ce4bd7bdfe)
    Signed-off-by: Andrey Zhadchenko <andrey.zhadchenko at virtuozzo.com>
---
 .../generic/CONFIG_OVERLAY_FS_DYNAMIC_RESOLVE_PATH_OPTIONS               | 1 +
 .../custom-overrides/generic/CONFIG_OVERLAY_FS_PATH_OPTIONS_MNT_ID       | 1 +
 2 files changed, 2 insertions(+)

diff --git a/redhat/configs/custom-overrides/generic/CONFIG_OVERLAY_FS_DYNAMIC_RESOLVE_PATH_OPTIONS b/redhat/configs/custom-overrides/generic/CONFIG_OVERLAY_FS_DYNAMIC_RESOLVE_PATH_OPTIONS
new file mode 100644
index 000000000000..ac04608d05be
--- /dev/null
+++ b/redhat/configs/custom-overrides/generic/CONFIG_OVERLAY_FS_DYNAMIC_RESOLVE_PATH_OPTIONS
@@ -0,0 +1 @@
+CONFIG_OVERLAY_FS_DYNAMIC_RESOLVE_PATH_OPTIONS=y
diff --git a/redhat/configs/custom-overrides/generic/CONFIG_OVERLAY_FS_PATH_OPTIONS_MNT_ID b/redhat/configs/custom-overrides/generic/CONFIG_OVERLAY_FS_PATH_OPTIONS_MNT_ID
new file mode 100644
index 000000000000..07ac1f89a236
--- /dev/null
+++ b/redhat/configs/custom-overrides/generic/CONFIG_OVERLAY_FS_PATH_OPTIONS_MNT_ID
@@ -0,0 +1 @@
+CONFIG_OVERLAY_FS_PATH_OPTIONS_MNT_ID=y


More information about the Devel mailing list