This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 196
"vagrant up fedora" does not work on Ubuntu 20.04 host #3942
Labels
Comments
wainersm
added
bug
Incorrect behaviour
needs-review
Needs to be assessed by the team.
area/vagrant-local-ci
labels
Sep 3, 2021
Removing need-reveiw and assigning to @wainersm |
wainersm
added a commit
to wainersm/kc-tests
that referenced
this issue
Sep 13, 2021
Fixes kata-containers#3942 Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
wainersm
added a commit
to wainersm/kc-tests
that referenced
this issue
Sep 13, 2021
Fixes kata-containers#3942 Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
wainersm
added a commit
to wainersm/kc-tests
that referenced
this issue
Sep 13, 2021
Fixes kata-containers#3942 Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
wainersm
added a commit
to wainersm/kc-tests
that referenced
this issue
Sep 14, 2021
Added on README.md a table with the combinations of tested host versus guest so developers are aware of what is (or not) expected to work. Fixes kata-containers#3942 Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
wainersm
added a commit
to wainersm/kc-tests
that referenced
this issue
Sep 20, 2021
Added on README.md a table with the combinations of tested host versus guest so developers are aware of what is (or not) expected to work. Fixes kata-containers#3942 Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
wainersm
added a commit
to wainersm/kc-tests
that referenced
this issue
Oct 27, 2021
Added on README.md a table with the combinations of tested host versus guest so developers are aware of what is (or not) expected to work. Fixes kata-containers#3942 Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
wainersm
added a commit
to wainersm/kc-tests
that referenced
this issue
Oct 28, 2021
Added on README.md a table with the combinations of tested host versus guest so developers are aware of what is (or not) expected to work. Fixes kata-containers#3942 Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
wainersm
added a commit
to wainersm/kc-tests
that referenced
this issue
Nov 4, 2021
Added on README.md a table with the combinations of tested host versus guest so developers are aware of what is (or not) expected to work. Fixes kata-containers#3942 Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The
vagrant up fedora
command fails on Ubuntu 20.04 with the following error:@Jakob-Naucke reported the issue here: #3923 (comment)
Currently it is required to configure the Fedora guest with cgroups v1 and that requires a reboot. Vagrant on Ubuntu host seems unable to reboot guests (whether Fedora or Ubuntu guests doesn't matter, it still fails).
vagrant up ubuntu
on Ubuntu host works fine as it doesn't require reboot.Possible solutions:
vagrant up fedora
on Ubuntu host is not supported.The text was updated successfully, but these errors were encountered: