[Devel] [PATCH RHEL COMMIT] configs: Add more our dm configs

Konstantin Khorenko khorenko at virtuozzo.com
Wed Sep 22 14:44:55 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 c133d685d4476427a5b64889fb7fa825a4c56307
Author: Kirill Tkhai <ktkhai at virtuozzo.com>
Date:   Wed Sep 22 14:44:55 2021 +0300

    configs: Add more our dm configs
    
    CONFIG_DM_PUSH_BACKUP, CONFIG_DM_TRACKING, CONFIG_DM_QCOW2
    
    Signed-off-by: Kirill Tkhai <ktkhai at virtuozzo.com>
---
 redhat/configs/custom-overrides/generic/CONFIG_DM_PUSH_BACKUP | 1 +
 redhat/configs/custom-overrides/generic/CONFIG_DM_QCOW2       | 1 +
 redhat/configs/custom-overrides/generic/CONFIG_DM_TRACKING    | 1 +
 3 files changed, 3 insertions(+)

diff --git a/redhat/configs/custom-overrides/generic/CONFIG_DM_PUSH_BACKUP b/redhat/configs/custom-overrides/generic/CONFIG_DM_PUSH_BACKUP
new file mode 100644
index 000000000000..6b65524b8aa0
--- /dev/null
+++ b/redhat/configs/custom-overrides/generic/CONFIG_DM_PUSH_BACKUP
@@ -0,0 +1 @@
+CONFIG_DM_PUSH_BACKUP=m
diff --git a/redhat/configs/custom-overrides/generic/CONFIG_DM_QCOW2 b/redhat/configs/custom-overrides/generic/CONFIG_DM_QCOW2
new file mode 100644
index 000000000000..6b406e02db16
--- /dev/null
+++ b/redhat/configs/custom-overrides/generic/CONFIG_DM_QCOW2
@@ -0,0 +1 @@
+CONFIG_DM_QCOW2=m
diff --git a/redhat/configs/custom-overrides/generic/CONFIG_DM_TRACKING b/redhat/configs/custom-overrides/generic/CONFIG_DM_TRACKING
new file mode 100644
index 000000000000..a6957ce4998a
--- /dev/null
+++ b/redhat/configs/custom-overrides/generic/CONFIG_DM_TRACKING
@@ -0,0 +1 @@
+CONFIG_DM_TRACKING=m


More information about the Devel mailing list