Friday, 2021-04-09

carcablop19Hello everyone!. I have the following error when I run vagrant up: "There was an error while executing `VBoxManage`, a CLI used by Vagrant01:20
carcablop19for controlling VirtualBox. The command and stderr is shown below.01:20
carcablop19Command: ["startvm", "44709c0b-5a5f-416d-9d18-b05c408a14a4", "--type", "headless"]01:20
carcablop19Stderr: VBoxManage: error: The machine 'vagrant_default_1617922874921_55282' is already locked by a session (or being locked or unlocked)01:20
carcablop19VBoxManage: error: Details: code VBOX_E_INVALID_OBJECT_STATE (0x80bb0007), component MachineWrap, interface IMachine, callee nsISupports01:20
carcablop19VBoxManage: 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 a01:20
carcablop19virtual 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 lot01:20
*** spotz has quit IRC01:36
*** rh-jelabarre has quit IRC02:24
*** carcablop19 has quit IRC02:44
*** gcheresh has joined #openstack-kuryr04:58
gryfeh. staying on irc for an hour or so doesn't work :/05:41
*** gcheresh has quit IRC05:48
*** ltomasbo has joined #openstack-kuryr06:22
*** gcheresh has joined #openstack-kuryr07:34
*** ChanServ has quit IRC07:58
*** darshna has quit IRC07:59
*** maysams has quit IRC07:59
*** ccamposr__ has quit IRC07:59
*** gmann has quit IRC07:59
*** zigo has quit IRC07:59
*** tbarron has quit IRC07:59
*** mnaser has quit IRC07:59
*** ltomasbo has quit IRC07:59
*** openstackgerrit has quit IRC07:59
*** dulek has quit IRC07:59
*** yoctozepto has quit IRC07:59
*** dmellado has quit IRC07:59
*** gcheresh has quit IRC07:59
*** f0o has quit IRC07:59
*** ccamposr__ has joined #openstack-kuryr08:04
*** ChanServ has joined #openstack-kuryr08:04
*** verne.freenode.net sets mode: +o ChanServ08:04
*** darshna has joined #openstack-kuryr08:04
*** maysams has joined #openstack-kuryr08:04
*** gcheresh has joined #openstack-kuryr08:05
*** f0o has joined #openstack-kuryr08:05
*** dmellado has joined #openstack-kuryr08:05
*** oanson has joined #openstack-kuryr08:05
*** gmann has joined #openstack-kuryr08:06
*** zigo has joined #openstack-kuryr08:06
*** tbarron has joined #openstack-kuryr08:06
*** mnaser has joined #openstack-kuryr08:06
*** ltomasbo has joined #openstack-kuryr08:06
*** openstackgerrit has joined #openstack-kuryr08:06
openstackgerritRoman Dobosz proposed openstack/kuryr-kubernetes master: [WIP] Use kubeadm for installing kubernetes on devstack.  https://review.opendev.org/c/openstack/kuryr-kubernetes/+/77925008:26
*** dulek has joined #openstack-kuryr08:49
*** yoctozepto has joined #openstack-kuryr08:49
*** yoctozepto has quit IRC08:50
*** yoctozepto has joined #openstack-kuryr08:50
*** yoctozepto has quit IRC08:53
*** yoctozepto has joined #openstack-kuryr08:53
*** digitalsimboja has joined #openstack-kuryr11:22
*** gcheresh has quit IRC11:29
*** digitalsimboja has quit IRC11:48
*** digitalsimboja has joined #openstack-kuryr12:10
*** rh-jelabarre has joined #openstack-kuryr12:15
digitalsimbojaHi All13:00
digitalsimbojaPlease take a look and help me to understand what is going on here13:00
digitalsimboja http://paste.openstack.org/show/804341/13:00
digitalsimbojaThanks13:00
maysamshello digitalsimboja13:09
maysamshave you checked the kuryr-cni and controller logs?13:09
maysamsif you create another pod on another namespace, does it work fine?13:14
digitalsimbojaLet me try that13:15
digitalsimbojafor the logs, see here13:15
digitalsimbojavagrant@devstack:~$ kubectl logs -f demo-6cb99dfd4d-qqg7h  -n kube-system13:16
digitalsimbojaError from server (BadRequest): container "demo" in pod "demo-6cb99dfd4d-qqg7h" is waiting to start: ContainerCreating13:16
digitalsimbojavagrant@devstack:~$13:16
digitalsimbojavagrant@devstack:~$ kubectl get pods -n kube-system13:17
digitalsimbojaNAME                    READY   STATUS              RESTARTS   AGE13:17
digitalsimbojademo-6cb99dfd4d-qqg7h   0/1     ContainerCreating   0          32h13:17
digitalsimbojavagrant@devstack:~$13:17
maysamslogs of the kuryr-controller and cni13:17
maysamsdid you run with the containerized mode?13:18
*** digitalsimboja has quit IRC13:28
*** Mohona has joined #openstack-kuryr13:29
*** Mohona has quit IRC13:29
*** digitalsimboja has joined #openstack-kuryr13:35
digitalsimbojaI created a pod using  kubectl create deployment --image busybox test -- sleep 360013:39
*** oanson has quit IRC13:40
maysamsok, and is it up and running? the other one you pasted was the demo one13:43
digitalsimbojayeah13:55
digitalsimbojaSO back to how I can reproduce this13:56
digitalsimbojahttps://bugs.launchpad.net/kuryr-kubernetes/+bug/191870813:56
openstackLaunchpad bug 1918708 in kuryr-kubernetes "Include proper log when Kuryr cannot reach Octavia API" [Undecided,New]13:56
digitalsimbojaIs there a way of seeing the history of pods created and probably clean up or something like that?13:57
*** digitalsimboja has quit IRC14:04
*** digitalsimboja has joined #openstack-kuryr14:15
maysamsdigitalsimboja: not sure I follow. The pods running on the cluster can be retrieved with kubectl get po -A14:17
maysamsnote that kuryr supports the kuryr-controller and cni running as Pods, but also as services14:17
maysamsif it's running as pods you can see them with kubectl get po -A14:18
digitalsimbojaokay14:19
maysamsthis 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#L18214:19
maysamsif 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-kuryr14:25
digitalsimbojaso I need to check my local.conf to be certain this is not commented out?14:32
digitalsimbojafrom me check, http://paste.openstack.org/show/804345/14:34
maysamsokay, kuryr is running on containers (KURYR_K8S_CONTAINERIZED_DEPLOYMENT=True)14:38
digitalsimbojaunderstood14:39
*** gcheresh has quit IRC14:42
digitalsimboja@Maysams: any hint about how I can reproduce this issue here15:09
digitalsimbojawhere can I tweek Octavia to return this response or make Kyrur fail to reach it?15:10
maysamsthat would be on the octavia code15:10
maysamsI'm not sure how to replicate that15:11
maysamsbut you can add protection for that case =15:11
maysamsbased on the traceback that is pasted on launchpad15:11
digitalsimbojaGot that15:18
ltomasboperhaps stopping the octavia api service at devstack can replicate it?15:20
*** gcheresh has joined #openstack-kuryr15:20
ltomasboand then restarting the kuryr-controller15:20
ltomasbodigitalsimboja, maysams ^ ??15:21
digitalsimbojaIs there a command to stop the octavia service at devstack?15:22
maysamsltomasbo maybe15:22
ltomasboyep, systemctl stop devstack@o-api (or something similar)15:22
ltomasboyou 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
digitalsimbojaOkay15:39
*** gcheresh has quit IRC16:01
*** digitalsimboja has quit IRC16:19
darshnaI 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 IRC16:33
*** gcheresh has joined #openstack-kuryr17:41
*** gcheresh has quit IRC17:53
*** gcheresh has joined #openstack-kuryr17:55
openstackgerritSarka 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/+/78364518:37
*** spotz has joined #openstack-kuryr18:41
*** gcheresh has quit IRC18:57
*** digitalsimboja has joined #openstack-kuryr19:35
*** digitalsimboja has quit IRC19:42
*** digitalsimboja has joined #openstack-kuryr19:42
*** darshna has quit IRC20:05
*** darshna has joined #openstack-kuryr20:06
*** digitalsimboja has quit IRC20:26
*** maysams is now known as maysams-afk20:36
*** digitalsimboja has joined #openstack-kuryr21:01
openstackgerritSunday Mgbogu proposed openstack/kuryr-kubernetes master: Include proper log when Kuryr cannot reach Octavia API  https://review.opendev.org/c/openstack/kuryr-kubernetes/+/78573421:04
*** digitalsimboja has quit IRC21:17

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!