[Devel] [PATCH RHEL7 COMMIT] config.OpenVZ: enable NBD module

Konstantin Khorenko khorenko at virtuozzo.com
Mon Oct 5 07:30:21 PDT 2015


The commit is pushed to "branch-rh7-3.10.0-229.7.2.vz7.8.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git
after rh7-3.10.0-229.7.2.vz7.8.3
------>
commit a3bbedc65f79d3346191cc14e8e3ef0c733a9d1e
Author: Konstantin Khorenko <khorenko at virtuozzo.com>
Date:   Mon Oct 5 18:23:42 2015 +0400

    config.OpenVZ: enable NBD module
    
    +CONFIG_BLK_DEV_NBD=m
    
    NBD is useful for c2v migration implementation and QEMU utilities.
    
    https://jira.sw.ru/browse/PSBM-31858
    
    Signed-off-by: Konstantin Khorenko <khorenko at virtuozzo.com>
---
 configs/kernel-3.10.0-x86_64-debug.config | 2 ++
 configs/kernel-3.10.0-x86_64.config       | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/configs/kernel-3.10.0-x86_64-debug.config b/configs/kernel-3.10.0-x86_64-debug.config
index 567258c..1a79386 100644
--- a/configs/kernel-3.10.0-x86_64-debug.config
+++ b/configs/kernel-3.10.0-x86_64-debug.config
@@ -5404,6 +5404,8 @@ CONFIG_LOGO_ODIN_CLUT224=y
 
 CONFIG_BLK_DEV_CBT=y
 
+CONFIG_BLK_DEV_NBD=m
+
 #
 # User resources
 #
diff --git a/configs/kernel-3.10.0-x86_64.config b/configs/kernel-3.10.0-x86_64.config
index 88f6e32..9be9d4e 100644
--- a/configs/kernel-3.10.0-x86_64.config
+++ b/configs/kernel-3.10.0-x86_64.config
@@ -5342,6 +5342,8 @@ CONFIG_CHECKPOINT_RESTORE=y
 
 CONFIG_QUOTA_COMPAT=y
 
+CONFIG_BLK_DEV_NBD=m
+
 #
 # OpenVZ
 #



More information about the Devel mailing list