-
Notifications
You must be signed in to change notification settings - Fork 603
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
templates: remove vz
, vmnet
, etc. in favor of the limactl CLI args
#2736
Conversation
Sorry, I was confused by other stuff being merged to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, LGTM
This comment was marked as resolved.
This comment was marked as resolved.
559edd0
to
d3e683d
Compare
Failure:
See also ansible/ansible#80108 |
What should we do with this? |
No, it is not. If re-running the test gets rid of the error, then let's merge this. |
Green, but took 52 mins (usually 20 mins) |
- `experimental/vz`: Merged into the default template in Lima v1.0. See also <https://lima-vm.io/docs/config/vmtype/>. - `vmnet`: Removed in Lima v1.0. Use `limactl create --network=lima:shared template://default` instead. See also <https://lima-vm.io/docs/config/network/>. - `experimental/net-user-v2`: Removed in Lima v1.0. Use `limactl create --network=lima:user-v2 template://default` instead. See also <https://lima-vm.io/docs/config/network/>. - `experimental/9p`: Removed in Lima v1.0. Use `limactl create --vm-type=qemu --mount-type=9p template://default` instead. See also <https://lima-vm.io/docs/config/mount/>. - `experimental/virtiofs-linux`: Removed in Lima v1.0. Use `limactl create --mount-type=virtiofs template://default` instead. See also <https://lima-vm.io/docs/config/mount/>. Signed-off-by: Akihiro Suda <[email protected]>
Decoupled |
experimental/vz
: Merged into the default template in Lima v1.0. See also https://lima-vm.io/docs/config/vmtype/.vmnet
: Removed in Lima v1.0. Uselimactl create --network=lima:shared template://default
instead. See also https://lima-vm.io/docs/config/network/.experimental/net-user-v2
: Removed in Lima v1.0. Uselimactl create --network=lima:user-v2 template://default
instead. See also https://lima-vm.io/docs/config/network/.experimental/9p
: Removed in Lima v1.0. Uselimactl create --vm-type=qemu --mount-type=9p template://default
instead. See also https://lima-vm.io/docs/config/mount/.experimental/virtiofs-linux
: Removed in Lima v1.0. Uselimactl create --mount-type=virtiofs template://default
instead. See also https://lima-vm.io/docs/config/mount/.