From b195b67568de6255741996f8bbee2a2ba4712f8a Mon Sep 17 00:00:00 2001 From: Thomas Parrott Date: Wed, 7 Feb 2024 14:54:42 +0000 Subject: [PATCH] lxd: Cherry-pick upstream bugfixes Includes fixes from https://github.com/canonical/lxd/pull/12829 Signed-off-by: Thomas Parrott --- snapcraft.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snapcraft.yaml b/snapcraft.yaml index 3fd5c4bd3..0b64d5d31 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1403,6 +1403,8 @@ parts: git cherry-pick -x b737ae50e2590c7aa367254237f89ddc4d388ffb # lxd/storage/drivers/ceph: Restore the VM block filesystem volume too git cherry-pick -x b61ffddda691d553eab3fbf23fb25ef2185ed6de # lxd/storage/drivers/lvm: Restore the VM block filesystem volume for thin-pools too git cherry-pick -x 59cdc0a758b627083f729cd4b81dbb69035cb04d # lxd/storage/drivers/ceph: Double check the volumes content type + git cherry-pick -x 3681d5e54649fcc2fc9375b6820c1133f140228d # shared/simplestreams/products: Fix regression in parsing version files + git cherry-pick -x 56364f5a97373155d5e6a5a6b10d06d16a25fb3c # shared/simplestreams/simplestreams: Improve error messages # Setup build environment export GOPATH=$(realpath ./.go)