From 27c1bc96af6acbd01c96ccf852f4ee3f6ddcb555 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 28 Aug 2024 16:25:23 +0800 Subject: [PATCH] sanlock: upgrade 3.9.3 -> 3.9.4 Changelog: =========== - fix time calculations for dead host - change paxos_acquire error for initial host state - fix for lver that was abandoned in dblock - terminate helper path and args - fix freeing lvb after io timeout - add sysusers file - rem_lockspace EBUSY when orphans exist - fix SANLK_ACQUIRE_ORPHAN_ONLY Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../sanlock/{sanlock_3.9.3.bb => sanlock_3.9.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/sanlock/{sanlock_3.9.3.bb => sanlock_3.9.4.bb} (97%) diff --git a/meta-oe/recipes-extended/sanlock/sanlock_3.9.3.bb b/meta-oe/recipes-extended/sanlock/sanlock_3.9.4.bb similarity index 97% rename from meta-oe/recipes-extended/sanlock/sanlock_3.9.3.bb rename to meta-oe/recipes-extended/sanlock/sanlock_3.9.4.bb index 3b558cafcb..9e879ff384 100644 --- a/meta-oe/recipes-extended/sanlock/sanlock_3.9.3.bb +++ b/meta-oe/recipes-extended/sanlock/sanlock_3.9.4.bb @@ -17,7 +17,7 @@ SRC_URI = "git://pagure.io/sanlock.git;protocol=http;branch=master \ file://0001-sanlock-Replace-cp-a-with-cp-R-no-dereference-preser.patch \ file://0001-add-missing-system-header-string.h.patch \ " -SRCREV = "79b35bba8298f4444923c15e11bed38380cb18ee" +SRCREV = "e077f1a99a07c32ef460db89ed395b441f5e8b03" S = "${WORKDIR}/git"