[Devel] [PATCH RHEL7 COMMIT] config.OpenVZ: enable modules for in-kernel fast path for vStorage

Konstantin Khorenko khorenko at virtuozzo.com
Mon Feb 19 14:53:09 MSK 2018


The commit is pushed to "branch-rh7-3.10.0-693.17.1.vz7.45.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git
after rh7-3.10.0-693.17.1.vz7.45.1
------>
commit d755ade6da087e72715dd0342e7a5fa6fb4f76c9
Author: Konstantin Khorenko <khorenko at virtuozzo.com>
Date:   Mon Feb 19 14:47:47 2018 +0300

    config.OpenVZ: enable modules for in-kernel fast path for vStorage
    
    +CONFIG_FUSE_KIO_NOOP=m
    +CONFIG_FUSE_KIO_NULLIO=m
    +CONFIG_FUSE_KIO_PCS=m
    
    Enabled in config.OpenVZ and debug kernel - as modules,
    in minimal kernel config - compiled-in.
    
    https://jira.sw.ru/browse/PSBM-80680
    
    Signed-off-by: Konstantin Khorenko <khorenko at virtuozzo.com>
---
 configs/kernel-3.10.0-x86_64-debug.config   | 4 ++++
 configs/kernel-3.10.0-x86_64-minimal.config | 7 +++----
 configs/kernel-3.10.0-x86_64.config         | 4 ++++
 3 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/configs/kernel-3.10.0-x86_64-debug.config b/configs/kernel-3.10.0-x86_64-debug.config
index aeb3c27c813e..555d43a0ace0 100644
--- a/configs/kernel-3.10.0-x86_64-debug.config
+++ b/configs/kernel-3.10.0-x86_64-debug.config
@@ -6094,6 +6094,10 @@ CONFIG_NETFILTER_XT_MATCH_WDOG_TMO=m
 
 CONFIG_VE_IP_NF_VZPRIVNET=m
 
+CONFIG_FUSE_KIO_NOOP=m
+CONFIG_FUSE_KIO_NULLIO=m
+CONFIG_FUSE_KIO_PCS=m
+
 #
 # User resources
 #
diff --git a/configs/kernel-3.10.0-x86_64-minimal.config b/configs/kernel-3.10.0-x86_64-minimal.config
index 3759c907e2d0..151ad23bea3d 100644
--- a/configs/kernel-3.10.0-x86_64-minimal.config
+++ b/configs/kernel-3.10.0-x86_64-minimal.config
@@ -1,7 +1,3 @@
-#
-# Automatically generated file; DO NOT EDIT.
-# Linux/x86 3.10.0-693.17.1.ovz.43.5 Kernel Configuration
-#
 CONFIG_64BIT=y
 CONFIG_X86_64=y
 CONFIG_X86=y
@@ -3381,6 +3377,9 @@ CONFIG_QUOTACTL_COMPAT=y
 CONFIG_AUTOFS4_FS=y
 CONFIG_FUSE_FS=y
 # CONFIG_CUSE is not set
+CONFIG_FUSE_KIO_NOOP=y
+CONFIG_FUSE_KIO_NULLIO=y
+CONFIG_FUSE_KIO_PCS=y
 CONFIG_OVERLAY_FS=y
 CONFIG_GENERIC_ACL=y
 
diff --git a/configs/kernel-3.10.0-x86_64.config b/configs/kernel-3.10.0-x86_64.config
index 4f9e3e14fe94..2da496c48d45 100644
--- a/configs/kernel-3.10.0-x86_64.config
+++ b/configs/kernel-3.10.0-x86_64.config
@@ -6067,6 +6067,10 @@ CONFIG_NETFILTER_XT_MATCH_WDOG_TMO=m
 
 CONFIG_VE_IP_NF_VZPRIVNET=m
 
+CONFIG_FUSE_KIO_NOOP=m
+CONFIG_FUSE_KIO_NULLIO=m
+CONFIG_FUSE_KIO_PCS=m
+
 #
 # User resources
 #


More information about the Devel mailing list