-
-
Notifications
You must be signed in to change notification settings - Fork 234
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
Import LXD changes #191
Merged
Merged
Import LXD changes #191
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Alexander Mikhalitsyn <[email protected]>
Network interface name must be double-quoted to avoid collisions with the nftables syntax. For example a bridge network called `rt` will cause the following error prior to this commit: ``` Error: syntax error, unexpected rt iifname rt jump acl.rt ^^ ``` when trying to set ACL: `incus network set rt security.acls="rt-acl"` because `rt` is a restricted token in the nftables syntax: https://wiki.nftables.org/wiki-nftables/index.php/Quick_reference-nftables_in_10_minutes#Rt Signed-off-by: Rafal Borczuch <[email protected]>
…Permanently Signed-off-by: Simon Deziel <[email protected]>
…sMovedPermanently Signed-off-by: Simon Deziel <[email protected]>
…sUnauthorized Signed-off-by: Simon Deziel <[email protected]>
Signed-off-by: Mark Laing <[email protected]>
Signed-off-by: Thomas Hipp <[email protected]>
Signed-off-by: Din Music <[email protected]>
Signed-off-by: Simon Deziel <[email protected]>
Signed-off-by: Simon Deziel <[email protected]>
Signed-off-by: Simon Deziel <[email protected]>
You can specify an initial volume configuration for the root disk device when creating an instance. We have documentation for that, but it's hard to find. Therefore, add a link to it from the instance creation howto. Signed-off-by: Ruth Fuchss <[email protected]>
…` for cgroups Cgroup storage limits are not applied when the container starts up. That is because `IsRunning` returns `false` during the container startup. This commits fixes this issue by relying on `InitPID` instead of `IsRunning`. The former will return a positive integer if the container is running even if the container is not fully set up yet. Fixes #12343 Signed-off-by: Thomas Hipp <[email protected]>
…groupRules Signed-off-by: Thomas Hipp <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.