Merge ~canonical-kernel-team/+git/overlay-shiftfs-tests:refresh-latest-stable into ~canonical-kernel-team/+git/overlay-shiftfs-tests:main

Proposed by Po-Hsu Lin
Status: Merged
Merged at revision: e4dcc5166f11fe86f3a55119c5573ee6d2263ce1
Proposed branch: ~canonical-kernel-team/+git/overlay-shiftfs-tests:refresh-latest-stable
Merge into: ~canonical-kernel-team/+git/overlay-shiftfs-tests:main
Diff against target: 13 lines (+1/-1)
1 file modified
install-deps (+1/-1)
Reviewer Review Type Date Requested Status
Francis Ginther Approve
Review via email: mp+451772@code.launchpad.net

Commit message

BugLink: https://bugs.launchpad.net/bugs/2036861

On Jammy, the preloaded 5.0 stable lxd is too old for 6.5 ZFS. And thus
causing this issue even with the presence of zpool command:
  Error: Required tool zpool is missing

Fix this by refreshing the snap with with latest/stable channel.

Description of the change

Tested on:
 * m/linux
 * l/linux
 * j/linux
 * j/hwe-6.2
 * j/oem-6.5
 * f/linux
 * f/hwe-5.15
 * b/hwe-5.4 (we just run smoke test on Bionic)

This patch didn't cause any regression. And it can fix the issue for j-oem-6.5 as expected.

To post a comment you must log in.
Revision history for this message
Francis Ginther (fginther) wrote :

+1

review: Approve
Revision history for this message
Francis Ginther (fginther) wrote :

Applied and pushed

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/install-deps b/install-deps
2index a041d68..4e91bf8 100755
3--- a/install-deps
4+++ b/install-deps
5@@ -10,7 +10,7 @@ if [[ $DISTRO -ge 2004 ]]; then
6 sudo apt-get install -y bc docker.io snapd zfsutils-linux
7
8 sudo snap install lxd
9- sudo snap refresh lxd
10+ sudo snap refresh lxd --channel=latest/stable
11 else
12 echo "Not installing anything for release < Focal"
13 fi

Subscribers

People subscribed via source and target branches

to all changes: