carcablop19 | Hello everyone!. I have the following error when I run vagrant up: "There was an error while executing `VBoxManage`, a CLI used by Vagrant | 01:20 |
---|---|---|
carcablop19 | for controlling VirtualBox. The command and stderr is shown below. | 01:20 |
carcablop19 | Command: ["startvm", "44709c0b-5a5f-416d-9d18-b05c408a14a4", "--type", "headless"] | 01:20 |
carcablop19 | Stderr: VBoxManage: error: The machine 'vagrant_default_1617922874921_55282' is already locked by a session (or being locked or unlocked) | 01:20 |
carcablop19 | VBoxManage: error: Details: code VBOX_E_INVALID_OBJECT_STATE (0x80bb0007), component MachineWrap, interface IMachine, callee nsISupports | 01:20 |
carcablop19 | VBoxManage: error: Context: "LaunchVMProcess(a->session, sessionType.raw(), ComSafeArrayAsInParam(aBstrEnv), progress.asOutParam())" at line 726 of file VBoxManageMisc.cpp ". I would like to know if someone has presented the same problem as me, and if this type of error is because I have prepared a virtual machine with Ubuntu installed. That is, to start with Openstack and contribute, I decided to install a | 01:20 |
carcablop19 | virtual machine and install an ubuntu 20.04.?, And if with Vagrant (installing vagrant and virtualbox inside that virtual machine) it is giving me a conflict problem between virtual machines .. I appreciate your contributions. Thanks a lot | 01:20 |
*** spotz has quit IRC | 01:36 | |
*** rh-jelabarre has quit IRC | 02:24 | |
*** carcablop19 has quit IRC | 02:44 | |
*** gcheresh has joined #openstack-kuryr | 04:58 | |
gryf | eh. staying on irc for an hour or so doesn't work :/ | 05:41 |
*** gcheresh has quit IRC | 05:48 | |
*** ltomasbo has joined #openstack-kuryr | 06:22 | |
*** gcheresh has joined #openstack-kuryr | 07:34 | |
*** ChanServ has quit IRC | 07:58 | |
*** darshna has quit IRC | 07:59 | |
*** maysams has quit IRC | 07:59 | |
*** ccamposr__ has quit IRC | 07:59 | |
*** gmann has quit IRC | 07:59 | |
*** zigo has quit IRC | 07:59 | |
*** tbarron has quit IRC | 07:59 | |
*** mnaser has quit IRC | 07:59 | |
*** ltomasbo has quit IRC | 07:59 | |
*** openstackgerrit has quit IRC | 07:59 | |
*** dulek has quit IRC | 07:59 | |
*** yoctozepto has quit IRC | 07:59 | |
*** dmellado has quit IRC | 07:59 | |
*** gcheresh has quit IRC | 07:59 | |
*** f0o has quit IRC | 07:59 | |
*** ccamposr__ has joined #openstack-kuryr | 08:04 | |
*** ChanServ has joined #openstack-kuryr | 08:04 | |
*** verne.freenode.net sets mode: +o ChanServ | 08:04 | |
*** darshna has joined #openstack-kuryr | 08:04 | |
*** maysams has joined #openstack-kuryr | 08:04 | |
*** gcheresh has joined #openstack-kuryr | 08:05 | |
*** f0o has joined #openstack-kuryr | 08:05 | |
*** dmellado has joined #openstack-kuryr | 08:05 | |
*** oanson has joined #openstack-kuryr | 08:05 | |
*** gmann has joined #openstack-kuryr | 08:06 | |
*** zigo has joined #openstack-kuryr | 08:06 | |
*** tbarron has joined #openstack-kuryr | 08:06 | |
*** mnaser has joined #openstack-kuryr | 08:06 | |
*** ltomasbo has joined #openstack-kuryr | 08:06 | |
*** openstackgerrit has joined #openstack-kuryr | 08:06 | |
openstackgerrit | Roman Dobosz proposed openstack/kuryr-kubernetes master: [WIP] Use kubeadm for installing kubernetes on devstack. https://review.opendev.org/c/openstack/kuryr-kubernetes/+/779250 | 08:26 |
*** dulek has joined #openstack-kuryr | 08:49 | |
*** yoctozepto has joined #openstack-kuryr | 08:49 | |
*** yoctozepto has quit IRC | 08:50 | |
*** yoctozepto has joined #openstack-kuryr | 08:50 | |
*** yoctozepto has quit IRC | 08:53 | |
*** yoctozepto has joined #openstack-kuryr | 08:53 | |
*** digitalsimboja has joined #openstack-kuryr | 11:22 | |
*** gcheresh has quit IRC | 11:29 | |
*** digitalsimboja has quit IRC | 11:48 | |
*** digitalsimboja has joined #openstack-kuryr | 12:10 | |
*** rh-jelabarre has joined #openstack-kuryr | 12:15 | |
digitalsimboja | Hi All | 13:00 |
digitalsimboja | Please take a look and help me to understand what is going on here | 13:00 |
digitalsimboja | http://paste.openstack.org/show/804341/ | 13:00 |
digitalsimboja | Thanks | 13:00 |
maysams | hello digitalsimboja | 13:09 |
maysams | have you checked the kuryr-cni and controller logs? | 13:09 |
maysams | if you create another pod on another namespace, does it work fine? | 13:14 |
digitalsimboja | Let me try that | 13:15 |
digitalsimboja | for the logs, see here | 13:15 |
digitalsimboja | vagrant@devstack:~$ kubectl logs -f demo-6cb99dfd4d-qqg7h -n kube-system | 13:16 |
digitalsimboja | Error from server (BadRequest): container "demo" in pod "demo-6cb99dfd4d-qqg7h" is waiting to start: ContainerCreating | 13:16 |
digitalsimboja | vagrant@devstack:~$ | 13:16 |
digitalsimboja | vagrant@devstack:~$ kubectl get pods -n kube-system | 13:17 |
digitalsimboja | NAME READY STATUS RESTARTS AGE | 13:17 |
digitalsimboja | demo-6cb99dfd4d-qqg7h 0/1 ContainerCreating 0 32h | 13:17 |
digitalsimboja | vagrant@devstack:~$ | 13:17 |
maysams | logs of the kuryr-controller and cni | 13:17 |
maysams | did you run with the containerized mode? | 13:18 |
*** digitalsimboja has quit IRC | 13:28 | |
*** Mohona has joined #openstack-kuryr | 13:29 | |
*** Mohona has quit IRC | 13:29 | |
*** digitalsimboja has joined #openstack-kuryr | 13:35 | |
digitalsimboja | I created a pod using kubectl create deployment --image busybox test -- sleep 3600 | 13:39 |
*** oanson has quit IRC | 13:40 | |
maysams | ok, and is it up and running? the other one you pasted was the demo one | 13:43 |
digitalsimboja | yeah | 13:55 |
digitalsimboja | SO back to how I can reproduce this | 13:56 |
digitalsimboja | https://bugs.launchpad.net/kuryr-kubernetes/+bug/1918708 | 13:56 |
openstack | Launchpad bug 1918708 in kuryr-kubernetes "Include proper log when Kuryr cannot reach Octavia API" [Undecided,New] | 13:56 |
digitalsimboja | Is there a way of seeing the history of pods created and probably clean up or something like that? | 13:57 |
*** digitalsimboja has quit IRC | 14:04 | |
*** digitalsimboja has joined #openstack-kuryr | 14:15 | |
maysams | digitalsimboja: not sure I follow. The pods running on the cluster can be retrieved with kubectl get po -A | 14:17 |
maysams | note that kuryr supports the kuryr-controller and cni running as Pods, but also as services | 14:17 |
maysams | if it's running as pods you can see them with kubectl get po -A | 14:18 |
digitalsimboja | okay | 14:19 |
maysams | this is the config that would need to not be comment for it to run on POds https://github.com/openstack/kuryr-kubernetes/blob/master/devstack/local.conf.sample#L182 | 14:19 |
maysams | if it's not, then it's a systemd service and you can check the status with journalctl -u <service-name> | 14:19 |
*** gcheresh has joined #openstack-kuryr | 14:25 | |
digitalsimboja | so I need to check my local.conf to be certain this is not commented out? | 14:32 |
digitalsimboja | from me check, http://paste.openstack.org/show/804345/ | 14:34 |
maysams | okay, kuryr is running on containers (KURYR_K8S_CONTAINERIZED_DEPLOYMENT=True) | 14:38 |
digitalsimboja | understood | 14:39 |
*** gcheresh has quit IRC | 14:42 | |
digitalsimboja | @Maysams: any hint about how I can reproduce this issue here | 15:09 |
digitalsimboja | where can I tweek Octavia to return this response or make Kyrur fail to reach it? | 15:10 |
maysams | that would be on the octavia code | 15:10 |
maysams | I'm not sure how to replicate that | 15:11 |
maysams | but you can add protection for that case = | 15:11 |
maysams | based on the traceback that is pasted on launchpad | 15:11 |
digitalsimboja | Got that | 15:18 |
ltomasbo | perhaps stopping the octavia api service at devstack can replicate it? | 15:20 |
*** gcheresh has joined #openstack-kuryr | 15:20 | |
ltomasbo | and then restarting the kuryr-controller | 15:20 |
ltomasbo | digitalsimboja, maysams ^ ?? | 15:21 |
digitalsimboja | Is there a command to stop the octavia service at devstack? | 15:22 |
maysams | ltomasbo maybe | 15:22 |
ltomasbo | yep, systemctl stop devstack@o-api (or something similar) | 15:22 |
ltomasbo | you can check the systemctl | grep devstack, and then identify which one is the octavia one (I don't remember if it was o-api) | 15:23 |
digitalsimboja | Okay | 15:39 |
*** gcheresh has quit IRC | 16:01 | |
*** digitalsimboja has quit IRC | 16:19 | |
darshna | I am getting this same error, my ./stack.sh is not able to run properly. http://paste.openstack.org/show/804346/ Can please anyone help me ? | 16:23 |
*** ltomasbo has quit IRC | 16:33 | |
*** gcheresh has joined #openstack-kuryr | 17:41 | |
*** gcheresh has quit IRC | 17:53 | |
*** gcheresh has joined #openstack-kuryr | 17:55 | |
openstackgerrit | Sarka Scavnicka proposed openstack/kuryr-kubernetes master: Fixing bug, Kuryr-Controller crashes when it's missing the status https://review.opendev.org/c/openstack/kuryr-kubernetes/+/783645 | 18:37 |
*** spotz has joined #openstack-kuryr | 18:41 | |
*** gcheresh has quit IRC | 18:57 | |
*** digitalsimboja has joined #openstack-kuryr | 19:35 | |
*** digitalsimboja has quit IRC | 19:42 | |
*** digitalsimboja has joined #openstack-kuryr | 19:42 | |
*** darshna has quit IRC | 20:05 | |
*** darshna has joined #openstack-kuryr | 20:06 | |
*** digitalsimboja has quit IRC | 20:26 | |
*** maysams is now known as maysams-afk | 20:36 | |
*** digitalsimboja has joined #openstack-kuryr | 21:01 | |
openstackgerrit | Sunday Mgbogu proposed openstack/kuryr-kubernetes master: Include proper log when Kuryr cannot reach Octavia API https://review.opendev.org/c/openstack/kuryr-kubernetes/+/785734 | 21:04 |
*** digitalsimboja has quit IRC | 21:17 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!