* main - aux: add configuration for thin_restore and check_restore
@ 2023-06-23 16:09 Zdenek Kabelac
0 siblings, 0 replies; only message in thread
From: Zdenek Kabelac @ 2023-06-23 16:09 UTC (permalink / raw)
To: lvm-devel
Gitweb: https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=a1d5fba666ccc6f3189d492ba01896f79cf6176f
Commit: a1d5fba666ccc6f3189d492ba01896f79cf6176f
Parent: aed91e49aec64f8375583c7e0febd7b689e69e29
Author: Zdenek Kabelac <zkabelac@redhat.com>
AuthorDate: Fri Jun 23 14:43:36 2023 +0200
Committer: Zdenek Kabelac <zkabelac@redhat.com>
CommitterDate: Fri Jun 23 18:06:22 2023 +0200
aux: add configuration for thin_restore and check_restore
---
test/lib/aux.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/test/lib/aux.sh b/test/lib/aux.sh
index 966707f23..6e4a1d74e 100644
--- a/test/lib/aux.sh
+++ b/test/lib/aux.sh
@@ -1552,6 +1552,7 @@ global/abort_on_internal_errors = 1
global/cache_check_executable = "$LVM_TEST_CACHE_CHECK_CMD"
global/cache_dump_executable = "$LVM_TEST_CACHE_DUMP_CMD"
global/cache_repair_executable = "$LVM_TEST_CACHE_REPAIR_CMD"
+global/cache_restore_executable = "$LVM_TEST_CACHE_RESTORE_CMD"
global/detect_internal_vg_cache_corruption = 1
global/fallback_to_local_locking = 0
global/etc = "$LVM_SYSTEM_DIR"
@@ -1561,6 +1562,7 @@ global/si_unit_consistency = 1
global/thin_check_executable = "$LVM_TEST_THIN_CHECK_CMD"
global/thin_dump_executable = "$LVM_TEST_THIN_DUMP_CMD"
global/thin_repair_executable = "$LVM_TEST_THIN_REPAIR_CMD"
+global/thin_restore_executable = "$LVM_TEST_THIN_RESTORE_CMD"
global/use_lvmpolld = $LVM_TEST_LVMPOLLD
global/use_lvmlockd = $LVM_TEST_LVMLOCKD
log/activation = 1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-06-23 16:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-23 16:09 main - aux: add configuration for thin_restore and check_restore Zdenek Kabelac
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.