Skip to content

Commit

Permalink
lxd: Cherry-picks
Browse files Browse the repository at this point in the history
  - Fix for Oracular unprivileged containers from canonical/lxd#13820
  - Fix snapshot importing from canonical/lxd#13899
  - Fix Dell Powerflex migrations from canonical/lxd#13934

Signed-off-by: Thomas Parrott <[email protected]>
  • Loading branch information
tomponline committed Aug 20, 2024
1 parent 46c439c commit 7b7d90c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1474,6 +1474,12 @@ parts:
git config user.name "LXD snap builder"
git cherry-pick -x eee1a0408d503b518523554969e5657ae2bd6e1f # lxd/instance/drivers/driver/common: Fix crash when device doesn't return run config when being live updated
git cherry-pick -x 79b83bba26795d98e1cf37eb53242962e1d849a0 # lxd/apparmor/feature_check: add infastructure to check AppArmor features
git cherry-pick -x bd2e4ed14e580eaea7d34fb72063ea1efdf04d84 # lxd/apparmor/instance_lxc: allow nosymfollow mount flag
git cherry-pick -x 83d0d7bf4d952c76a7beb1ddad00d824c04d10ee # lxd/apparmor/instance_lxc: allow nosymfollow mount flag in more cases
git cherry-pick -x d3f044ba23e9ef633e7c99e8c2468678a6a58e5a # lxd/storage/backend/lxd: Pass full snapshot name when validating import in CreateInstanceFromBackup
git cherry-pick -x c0cfe64000c4b7c658347cf4b2833594ae0e6fc3 # lxd/instance/instance/utils: Don't allow snapshots named ".." in ValidName
git cherry-pick -x 8415f4ada4800e547c7c8764f28d83e7b6cab6a0 # lxd/instance: if storage location is remote, make cluster self healing available, and vm can migrate when src member is offline also
# Setup build environment
export GOPATH="$(realpath ./.go)"
Expand Down

0 comments on commit 7b7d90c

Please sign in to comment.