[Devel] [PATCH RHEL10 COMMIT] config: Add more options for dm-qcow2 and fuse_kio_pcs to config.vz10.minimal

Konstantin Khorenko khorenko at virtuozzo.com
Fri Oct 10 19:24:08 MSK 2025


The commit is pushed to "branch-rh10-6.12.0-55.13.1.2.x.vz10-ovz" and will appear at git at bitbucket.org:openvz/vzkernel.git
after rh10-6.12.0-55.13.1.2.10.vz10
------>
commit 07c2076b993fa1c5d9abd53dd8bd864d1aecf915
Author: Pavel Tikhomirov <ptikhomirov at virtuozzo.com>
Date:   Fri Oct 10 15:09:10 2025 +0800

    config: Add more options for dm-qcow2 and fuse_kio_pcs to config.vz10.minimal
    
    Qcow2 image loading requires zero-rq target, which was not loaded, so
    let's add it with:
    
    ./scripts/config --enable CONFIG_DM_ZERO
    
    While on it there are some new CONFIG_FUSE_* options let's resolve them
    same as in full config:
    
    ./scripts/config --disable CONFIG_FUSE_KIO_NOOP
    ./scripts/config --disable CONFIG_FUSE_KIO_NULLIO
    ./scripts/config --enable CONFIG_FUSE_KIO_PCS
    
    https://virtuozzo.atlassian.net/browse/VSTOR-117049
    Signed-off-by: Pavel Tikhomirov <ptikhomirov at virtuozzo.com>
    
    Feature: internal
---
 config.vz10.minimal | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/config.vz10.minimal b/config.vz10.minimal
index 67a95f9ce2529..03f2fb662498f 100644
--- a/config.vz10.minimal
+++ b/config.vz10.minimal
@@ -2287,7 +2287,7 @@ CONFIG_DM_DEBUG=y
 # CONFIG_DM_CLONE is not set
 # CONFIG_DM_MIRROR is not set
 # CONFIG_DM_RAID is not set
-# CONFIG_DM_ZERO is not set
+CONFIG_DM_ZERO=y
 CONFIG_DM_MULTIPATH=y
 # CONFIG_DM_MULTIPATH_QL is not set
 # CONFIG_DM_MULTIPATH_ST is not set
@@ -6392,3 +6392,6 @@ CONFIG_INT_POW_TEST=y
 CONFIG_RHEL_DIFFERENCES=y
 CONFIG_RH_KABI_SIZE_ALIGN_CHECKS=y
 # end of Red Hat options
+# CONFIG_FUSE_KIO_NOOP is not set
+# CONFIG_FUSE_KIO_NULLIO is not set
+CONFIG_FUSE_KIO_PCS=y


More information about the Devel mailing list