-
Notifications
You must be signed in to change notification settings - Fork 935
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backports (stable-5.21) #14015
Backports (stable-5.21) #14015
Conversation
@simondeziel something weird going on with the godeps test, this passes locally on my machine:
But it complains about the sha3 dep on GH, but if I remove that line and run it locally it complains if its missing:
Any idea whats going on here? |
e2e5283
to
64a83f2
Compare
Signed-off-by: Stéphane Graber <[email protected]> (cherry picked from commit c239189ef9a583c4e14bb7dcaef22babc6054612) Signed-off-by: Wesley Hershberger <[email protected]> License: Apache-2.0
Closes lxc/incus#339 Signed-off-by: Stéphane Graber <[email protected]> (cherry picked from commit 1e2843d53bccb8f4516e01c93fa584d841a12b21) Signed-off-by: Wesley Hershberger <[email protected]> License: Apache-2.0
Signed-off-by: Stéphane Graber <[email protected]> (cherry picked from commit f9c119dccd6804f134dd10269a87bb911b12a21b) Signed-off-by: Wesley Hershberger <[email protected]> License: Apache-2.0
Signed-off-by: Stéphane Graber <[email protected]> (cherry picked from commit 280e5c473ebc80d1dc5a8e25ff781b66fc7e4bae) Signed-off-by: Wesley Hershberger <[email protected]> License: Apache-2.0
Signed-off-by: Wesley Hershberger <[email protected]>
This applies the same approach of generating device IDs for dir passthrough devices to physical PCI and GPU devices. This avoids issues with duplicate device IDs due to QEMU's internal trimming of the device ID. Also supports using `/` in physical GPU and PCI device names. Signed-off-by: hamistao <[email protected]>
Signed-off-by: hamistao <[email protected]>
Signed-off-by: Kadin Sayani <[email protected]>
…ring in call to fmt.Errorf (govet)` Signed-off-by: Gabriel Mougard <[email protected]>
Update some wordings to make things clearer. Signed-off-by: Ruth Fuchss <[email protected]>
Signed-off-by: Ruth Fuchss <[email protected]>
And correct doc block. Signed-off-by: Thomas Parrott <[email protected]>
Signed-off-by: Thomas Parrott <[email protected]>
…ction to update snapshot config Signed-off-by: Thomas Parrott <[email protected]>
Signed-off-by: Max Asnaashari <[email protected]>
And use s.ServerClustered as an indicator that the server is clustered. Signed-off-by: Thomas Parrott <[email protected]>
As it was replaced by patchStorageZfsUnsetInvalidBlockSettingsV2. Signed-off-by: Thomas Parrott <[email protected]>
Signed-off-by: Thomas Parrott <[email protected]>
…o remote pools Signed-off-by: Thomas Parrott <[email protected]>
Entitlements required for network forward APIs use the `network` entity type. Therefore deleting a network forward is equivalent to editing the network, not deleting the network. Signed-off-by: Mark Laing <[email protected]>
Signed-off-by: Julian Pelizäus <[email protected]>
Signed-off-by: Julian Pelizäus <[email protected]>
Signed-off-by: Din Music <[email protected]>
Signed-off-by: Din Music <[email protected]>
A new AppArmor includes security fixes and our ruleset become stricter, while the source code remains unchanged. procfs was always available for unprivileged containers because of AppArmor bugs like [1]. Let's now allow it back by explicit rule. [1] https://bugs.launchpad.net/apparmor/+bug/1597017 Signed-off-by: Alexander Mikhalitsyn <[email protected]>
This is a workaround for AppArmor 4.0+ and new unconfined profile feature. It was found [1] that the new unconfined profile mode is not fully permissive. Some things are forbidden for no reason. We need this change to prevent breakage of LXD when we eventually enable a new unconfined mode for lxd-support plug in snapd. This change is absolutely safe in general and there is no reason to put it under "if" condition. [2] [1] https://bugs.launchpad.net/apparmor/+bug/2077413 [2] https://gitlab.com/apparmor/apparmor/-/merge_requests/1310 Signed-off-by: Alexander Mikhalitsyn <[email protected]>
lxc storage bucket create already has support for creation from a yaml configuration file, but the same wasn't printed in the usage information of the command. This commit updates `lxc storage bucket create` to include an example. Signed-off-by: Vishesh Agrawal <[email protected]> (cherry picked from commit 930f00892116ef9baec537884d45abbed0f09c49) Signed-off-by: Gabriel Mougard <[email protected]> License: Apache-2.0
Signed-off-by: Stéphane Graber <[email protected]> (cherry picked from commit 47310d37446077f9606705a6736952fae1ae5869) Signed-off-by: Mark Bolton <[email protected]> License: Apache-2.0
Signed-off-by: Simon Deziel <[email protected]>
Signed-off-by: Mark Bolton <[email protected]>
Signed-off-by: Stéphane Graber <[email protected]> (cherry picked from commit 4f5efd6132a263fe56e98ad1262a70159f8f8934) Signed-off-by: Wesley Hershberger <[email protected]> License: Apache-2.0
Signed-off-by: Vishesh Agrawal <[email protected]> (cherry picked from commit 7455f5aee63045fcd3a28f73aaf7ea5f5561ec14) Signed-off-by: Gabriel Mougard <[email protected]> License: Apache-2.0
Signed-off-by: Gabriel Mougard <[email protected]>
A new AppArmor includes security fixes and our ruleset become stricter, while the source code remains unchanged. sysfs was always available for unprivileged containers because of AppArmor bugs like [1]. Let's now allow it back by explicit rule. [1] https://bugs.launchpad.net/apparmor/+bug/1597017 Signed-off-by: Alexander Mikhalitsyn <[email protected]>
Signed-off-by: Simon Deziel <[email protected]>
Signed-off-by: Thomas Parrott <[email protected]>
Signed-off-by: Thomas Parrott <[email protected]>
Signed-off-by: Thomas Parrott <[email protected]>
Signed-off-by: Thomas Parrott <[email protected]>
Signed-off-by: Simon Deziel <[email protected]>
Signed-off-by: Simon Deziel <[email protected]>
Signed-off-by: Simon Deziel <[email protected]>
Signed-off-by: Simon Deziel <[email protected]>
Until pending testing on the new version is completed. Signed-off-by: Thomas Parrott <[email protected]>
64a83f2
to
4813faf
Compare
That's something you get with |
I think we need to use the min go version not latest |
No description provided.