[Devel] [PATCH RH10] config: Add more options for dm-qcow2 and	fuse_kio_pcs to config.vz10.minimal
    Pavel Tikhomirov 
    ptikhomirov at virtuozzo.com
       
    Fri Oct 10 10:09:10 MSK 2025
    
    
  
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>
---
 config.vz10.minimal | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/config.vz10.minimal b/config.vz10.minimal
index 67a95f9ce252..03f2fb662498 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
-- 
2.43.5
    
    
More information about the Devel
mailing list