-
-
Notifications
You must be signed in to change notification settings - Fork 223
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
Added ability for user to specify the macvlan mode using the mode key… #1258
Merged
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
stgraber
approved these changes
Sep 27, 2024
Signed-off-by: Francois Prowse <[email protected]>
Signed-off-by: Stéphane Graber <[email protected]>
Signed-off-by: Stéphane Graber <[email protected]>
tmeijn
pushed a commit
to tmeijn/dotfiles
that referenced
this pull request
Oct 17, 2024
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [lxc/incus](https://github.com/lxc/incus) | minor | `v6.5.0` -> `v6.6.0` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>lxc/incus (lxc/incus)</summary> ### [`v6.6.0`](https://github.com/lxc/incus/releases/tag/v6.6.0): Incus 6.6 [Compare Source](lxc/incus@v6.5.0...v6.6.0) ### Announcement https://discuss.linuxcontainers.org/t/incus-6-6-has-been-released/21762 #### What's Changed - Fix capitalization in `incus network list` by [@​stgraber](https://github.com/stgraber) in lxc/incus#1191 - incusd/storage/drivers/lvm: Cache VG extent size by [@​stgraber](https://github.com/stgraber) in lxc/incus#1192 - incusd/network/ovn: LSP dynamic allocation can't be done per protocol by [@​stgraber](https://github.com/stgraber) in lxc/incus#1195 - incusd/instance/qemu: Always re-generate the nvram symlink by [@​stgraber](https://github.com/stgraber) in lxc/incus#1193 - incusd/instance/qemu: Set O_DIRECT when passing in FDs by [@​stgraber](https://github.com/stgraber) in lxc/incus#1196 - Translations update from Hosted Weblate by [@​weblate](https://github.com/weblate) in lxc/incus#1194 - incusd/apparmor: Only initialize with the daemon by [@​stgraber](https://github.com/stgraber) in lxc/incus#1197 - Various fixes by [@​stgraber](https://github.com/stgraber) in lxc/incus#1198 - doc: Fix limits.memory default value unit by [@​kznrluk](https://github.com/kznrluk) in lxc/incus#1199 - incusd/storage/zfs: Make sure the zvol is a block device by [@​stgraber](https://github.com/stgraber) in lxc/incus#1204 - incusd/apparmor: Don't attempt unloading profiles when apparmor is di… by [@​stgraber](https://github.com/stgraber) in lxc/incus#1206 - Translations update from Hosted Weblate by [@​weblate](https://github.com/weblate) in lxc/incus#1208 - Translations update from Hosted Weblate by [@​weblate](https://github.com/weblate) in lxc/incus#1212 - doc/installing: Add Rocky Linux 9 by [@​sspencerwire](https://github.com/sspencerwire) in lxc/incus#1213 - Translations update from Hosted Weblate by [@​weblate](https://github.com/weblate) in lxc/incus#1219 - Fix storage volume snapshot listings by [@​stgraber](https://github.com/stgraber) in lxc/incus#1218 - internal/server/instance/drivers: Disable 9p and vsock for Windows VMs by [@​gibmat](https://github.com/gibmat) in lxc/incus#1217 - Add qcow2 and vmdk support to incus-migrate by [@​gibmat](https://github.com/gibmat) in lxc/incus#1214 - scripts: fix empty-incus.sh instances delete by [@​itviewer](https://github.com/itviewer) in lxc/incus#1222 - doc/installing: Add link to Arch Wiki for Incus by [@​simos](https://github.com/simos) in lxc/incus#1227 - Properly handle `--project` in CLI error messages by [@​bensmrs](https://github.com/bensmrs) in lxc/incus#1230 - Allow VMs to pull console history similar to containers by [@​gibmat](https://github.com/gibmat) in lxc/incus#1228 - incus/console: Add completion by [@​stgraber](https://github.com/stgraber) in lxc/incus#1231 - Various bugfixes by [@​stgraber](https://github.com/stgraber) in lxc/incus#1236 - Don't return an error if console log file doesn't exist by [@​gibmat](https://github.com/gibmat) in lxc/incus#1241 - incusd/instance/qemu: Properly plumb I/O limits by [@​stgraber](https://github.com/stgraber) in lxc/incus#1242 - cleanup: Replace use of os.IsNotExist(err) with errors.Is(err, fs.ErrNotExist) by [@​gibmat](https://github.com/gibmat) in lxc/incus#1245 - Allow to use `dns.search` when only IPv4 is enabled by [@​pmoranga](https://github.com/pmoranga) in lxc/incus#1244 - apparmor: Allow all mounts in unprivileged containers by [@​stgraber](https://github.com/stgraber) in lxc/incus#1243 - doc: add note for Nvidia usage when building from source in OpenSUSE by [@​javiertoledos](https://github.com/javiertoledos) in lxc/incus#1232 - Add operating system details to instance state by [@​gibmat](https://github.com/gibmat) in lxc/incus#1234 - Translations update from Hosted Weblate by [@​weblate](https://github.com/weblate) in lxc/incus#1247 - tests: Don't over-provision test volumes by [@​stgraber](https://github.com/stgraber) in lxc/incus#1246 - cmd/incus-migrate: Don't copy converted VM image by [@​gibmat](https://github.com/gibmat) in lxc/incus#1248 - doc: add prerequisites section for building documentation by [@​javiertoledos](https://github.com/javiertoledos) in lxc/incus#1233 - Fix cross-cluster image transfer by [@​stgraber](https://github.com/stgraber) in lxc/incus#1249 - Translations update from Hosted Weblate by [@​weblate](https://github.com/weblate) in lxc/incus#1250 - Add OVN load balancer state API by [@​stgraber](https://github.com/stgraber) in lxc/incus#1251 - Add missing placement scriptlet calls by [@​stgraber](https://github.com/stgraber) in lxc/incus#1254 - VM console log fixes by [@​gibmat](https://github.com/gibmat) in lxc/incus#1255 - Fix alias handling by [@​stgraber](https://github.com/stgraber) in lxc/incus#1256 - incusd/instance/qemu: Fix issues with old NVRAM by [@​stgraber](https://github.com/stgraber) in lxc/incus#1257 - Added ability for user to specify the macvlan mode using the mode key… by [@​farsonic](https://github.com/farsonic) in lxc/incus#1258 - Translations update from Hosted Weblate by [@​weblate](https://github.com/weblate) in lxc/incus#1269 - Allows the VM's limits.memory configuration to be set to a percentage value by [@​itviewer](https://github.com/itviewer) in lxc/incus#1270 - incusd/network/ovn: Fix CIDR size check by [@​stgraber](https://github.com/stgraber) in lxc/incus#1271 - incusd/instance/lxc: Mount /run if the path exists by [@​stgraber](https://github.com/stgraber) in lxc/incus#1275 - Run cluster evacuate and restore in parallel by [@​gibmat](https://github.com/gibmat) in lxc/incus#1262 - Documentation fixes by [@​stgraber](https://github.com/stgraber) in lxc/incus#1276 - client: Capture original OCI image identifier by [@​stgraber](https://github.com/stgraber) in lxc/incus#1277 - docs: mention alpine edge repository in alpine installation by [@​thebigbone](https://github.com/thebigbone) in lxc/incus#1260 - Change incus file delete operation to sftp by [@​HassanAlsamahi](https://github.com/HassanAlsamahi) in lxc/incus#1266 - Translations update from Hosted Weblate by [@​weblate](https://github.com/weblate) in lxc/incus#1279 - Allow fully creating LVM cluster pools through the API by [@​gibmat](https://github.com/gibmat) in lxc/incus#1278 - Allow adding external interfaces to an OVN network by [@​SpiffyEight77](https://github.com/SpiffyEight77) in lxc/incus#1263 - Fix VM race conditions by [@​stgraber](https://github.com/stgraber) in lxc/incus#1280 - Various bugfixes by [@​stgraber](https://github.com/stgraber) in lxc/incus#1283 #### New Contributors - [@​kznrluk](https://github.com/kznrluk) made their first contribution in lxc/incus#1199 - [@​sspencerwire](https://github.com/sspencerwire) made their first contribution in lxc/incus#1213 - [@​gibmat](https://github.com/gibmat) made their first contribution in lxc/incus#1217 - [@​itviewer](https://github.com/itviewer) made their first contribution in lxc/incus#1222 - [@​pmoranga](https://github.com/pmoranga) made their first contribution in lxc/incus#1244 - [@​javiertoledos](https://github.com/javiertoledos) made their first contribution in lxc/incus#1232 - [@​farsonic](https://github.com/farsonic) made their first contribution in lxc/incus#1258 - [@​thebigbone](https://github.com/thebigbone) made their first contribution in lxc/incus#1260 **Full Changelog**: lxc/incus@v6.5.0...v6.6.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
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.
Currently the Incus code is hard coded to configure MACVLAN interfaces with a mode of "bridge". This change allows the user to specify the mode as either bridge, vepa, passthru or private. If nothing is entered then a default setting of bridge (as it is currently) is defined.
Developer Certificate of Origin
Version 1.1
Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
660 York Street, Suite 102,
San Francisco, CA 94110 USA
Everyone is permitted to copy and distribute verbatim copies of this
license document, but changing it is not allowed.
Developer's Certificate of Origin 1.1
By making a contribution to this project, I certify that:
(a) The contribution was created in whole or in part by me and I
have the right to submit it under the open source license
indicated in the file; or
(b) The contribution is based upon previous work that, to the best
of my knowledge, is covered under an appropriate open source
license and I have the right under that license to submit that
work with modifications, whether created in whole or in part
by me, under the same open source license (unless I am
permitted to submit under a different license), as indicated
in the file; or
(c) The contribution was provided directly to me by some other
person who certified (a), (b) or (c) and I have not modified
it.
(d) I understand and agree that this project and the contribution
are public and that a record of the contribution (including all
personal information I submit with it, including my sign-off) is
maintained indefinitely and may be redistributed consistent with
this project or the open source license(s) involved.