*** archanaserver has joined #openstack-outreachy | 06:27 | |
vkmc | archanaserver, o. | 08:22 |
---|---|---|
vkmc | o/* | 08:22 |
archanaserver | Hi | 08:24 |
vkmc | archanaserver, when possible, share me a tmate | 08:24 |
vkmc | archanaserver, and we can tweak the local.conf file and run stack | 08:24 |
archanaserver | yes, sharing you in a minute | 08:24 |
archanaserver | ssh session: ssh GjFMNBcEDhQByvHNeTvnBgkmS@sgp1.tmate.io | 08:27 |
vkmc | great | 08:27 |
vkmc | I'm in | 08:27 |
archanaserver | cool | 08:27 |
vkmc | so, $HOME should be your home | 08:29 |
vkmc | not /opt/stack | 08:29 |
archanaserver | oh okie so we can chnage it | 08:29 |
vkmc | ok, so you created a stack user | 08:30 |
archanaserver | ah yes | 08:31 |
vkmc | how you created the stack user? | 08:31 |
archanaserver | if followed this https://superuser.openstack.org/articles/openstack-developer-beginner-setup/ | 08:31 |
vkmc | oki | 08:31 |
archanaserver | this is wrong? | 08:32 |
vkmc | so... | 08:33 |
vkmc | it's not wrong | 08:33 |
vkmc | it should work | 08:34 |
vkmc | but it's not what we do in our ci | 08:34 |
vkmc | the farthest you are from what we do in our ci, the hardest for you to debug things | 08:34 |
vkmc | if that makes sense | 08:34 |
archanaserver | okay | 08:34 |
archanaserver | yes | 08:34 |
vkmc | lost connection | 08:36 |
vkmc | could you open up a new tmate? | 08:36 |
archanaserver | yes | 08:36 |
archanaserver | ssh session: ssh hYERBxwN3RQhYya2D69fnJAFF@sgp1.tmate.io | 08:36 |
vkmc | ok done | 08:43 |
vkmc | so... removed the previous created stack user | 08:43 |
archanaserver | ya great, i just learned new thing :) | 08:43 |
vkmc | you have two ways on adding users to linux, in general... useradd and adduser | 08:45 |
vkmc | (I know, why we name things like that) | 08:45 |
vkmc | useradd is a low level utility that requires some tweaking, adduser is the higher level tool that have some "defaults" | 08:45 |
archanaserver | oh okie got it | 08:46 |
vkmc | having those defaults set is convenient for this case | 08:46 |
vkmc | then added the user to the sudoers | 08:46 |
vkmc | with usermod command | 08:46 |
vkmc | now we have the home folder for stack in /home/stack | 08:46 |
vkmc | devstack in the home folder of the user stack | 08:46 |
vkmc | and all the repos will live under /opt/stack | 08:47 |
archanaserver | yes okay | 08:47 |
vkmc | ok, now we will tweak the local.conf | 08:47 |
vkmc | so we include the manila section | 08:47 |
vkmc | and we will add the patch that fixes the ovn issue | 08:48 |
archanaserver | yes sure | 08:48 |
vkmc | oh, and we comment out swift | 08:48 |
vkmc | since we won't need it right now | 08:48 |
vkmc | swift is the object storage service | 08:48 |
archanaserver | the patch we added yesterday right? | 08:48 |
archanaserver | oh oki | 08:48 |
vkmc | yes | 08:50 |
vkmc | oki | 08:55 |
vkmc | commented out as well the network config | 08:55 |
vkmc | devstack should pick it up | 08:55 |
vkmc | from the networking config | 08:55 |
archanaserver | oh great then, i though we need to add this manually | 08:55 |
vkmc | maybe we need to set that value | 08:58 |
vkmc | but | 08:58 |
vkmc | let's try a run now | 08:58 |
archanaserver | okie | 08:58 |
archanaserver | i'll be back in 2 minute, mumma calling | 09:05 |
vkmc | no worries | 09:06 |
vkmc | this will take itme | 09:06 |
archanaserver | yess (back now) | 09:11 |
archanaserver | we have an error here | 09:22 |
vkmc | yes | 09:23 |
vkmc | https://bugs.launchpad.net/devstack/+bug/1885198 | 09:23 |
opendevmeet | Launchpad bug 1885198 in devstack "table `broute' is incompatible, use 'nft' tool" [Low,Triaged] | 09:23 |
archanaserver | i saw something similar on stackoverflow, when i faced previously this error | 09:24 |
vkmc | yep | 09:27 |
vkmc | applied workaround | 09:28 |
vkmc | there should be a fix already there by now | 09:28 |
vkmc | wondering why is taking so long | 09:28 |
archanaserver | yes i saw the same solution there too | 09:28 |
archanaserver | :( seriously, i want to start working on project side but this thing is not getting fixed. | 09:31 |
vkmc | we will get to it | 09:34 |
archanaserver | yes yes | 09:34 |
vkmc | I have to commute, but will be back | 09:46 |
vkmc | soon ish | 09:46 |
archanaserver | okie | 09:47 |
vkmc | archanaserver, back | 10:30 |
archanaserver | ok :) | 10:32 |
archanaserver | it's still installing | 10:33 |
vkmc | yes, I just saw that | 10:33 |
vkmc | has it been in that point for too much? | 10:40 |
archanaserver | yep | 10:40 |
vkmc | ok, it's moving forward now | 10:44 |
archanaserver | yes cloning another component now | 10:45 |
vkmc | btw, second time you run this | 10:49 |
vkmc | is quicker | 10:49 |
vkmc | because you don't have to clone anything | 10:49 |
archanaserver | but before this, you run ./clean.sh right? this remove all the devstack files (please correct me if this is wrong) | 10:51 |
vkmc | no | 10:52 |
vkmc | that is when things doesn't work :) | 10:53 |
vkmc | if not, you should be fine with stack.sh and unstack.sh | 10:53 |
archanaserver | oh, got it | 10:54 |
archanaserver | might be this is due to internet connection? | 10:57 |
vkmc | might be | 10:59 |
archanaserver | so, it's so slow today from my side | 10:59 |
vkmc | it's ok, no worry too much about it | 11:00 |
vkmc | you can do other things in the meantime | 11:00 |
archanaserver | okie | 11:01 |
vkmc | another way to contribute, is by doing code reviewing | 11:07 |
archanaserver | how can i do this? | 11:08 |
archanaserver | is there any resources? so that i can start doing it | 11:09 |
vkmc | https://docs.openstack.org/contributors/code-and-documentation/using-gerrit.html#reviewing-changes | 11:10 |
vkmc | yes :) | 11:10 |
vkmc | it's a great way to build up knowledge | 11:10 |
vkmc | since you read other people's code and other's people reviews | 11:10 |
vkmc | that helps you practice best solution design and coding practices | 11:11 |
vkmc | a nice place to start, for instances, is the python-manilaclient | 11:11 |
vkmc | since it's quite clean code | 11:11 |
vkmc | https://review.opendev.org/q/project:openstack/python-manilaclient+status:open | 11:11 |
archanaserver | wow this is amazing | 11:11 |
archanaserver | going through the links now | 11:11 |
vkmc | ++ | 11:16 |
archanaserver | i think we have issue here with cinder api | 11:39 |
vkmc | yeah | 11:40 |
vkmc | so, question | 11:40 |
vkmc | what are the vm specs? | 11:40 |
vkmc | cores, mem, hd | 11:40 |
archanaserver | oh its hd | 11:41 |
archanaserver | Uploaded file: https://uploads.kiwiirc.com/files/bad05a1e617e2988b7c5b950617f9b46/Screenshot%202021-06-01%20at%205.13.39%20PM.png | 11:43 |
archanaserver | are you talking about this? | 11:44 |
vkmc | yeah | 11:45 |
vkmc | so specs are fine... maybe inet is not helping today | 11:45 |
vkmc | because I could start the service manually with no problems | 11:46 |
archanaserver | oh okie | 11:46 |
vkmc | also, I run devstack on another environment of mine | 11:46 |
vkmc | and finished with no issues | 11:46 |
vkmc | I wonder if the slow connection is causing this | 11:47 |
archanaserver | oh might be this is the issue, let me check if there is another internet connection speed working fine | 11:48 |
vkmc | sorry it's being so frustrating | 11:48 |
archanaserver | i'm really sorry :( | 11:50 |
vkmc | we will get to it though | 11:50 |
vkmc | commute again | 11:51 |
archanaserver | okay | 11:51 |
vkmc | if you have a connection that might work better | 11:52 |
vkmc | connect to that one | 11:52 |
vkmc | and re run stack.sh | 11:52 |
vkmc | :) | 11:52 |
vkmc | I'll join in a bit | 11:52 |
archanaserver | okay sure | 11:52 |
*** archanaserver38 has joined #openstack-outreachy | 11:57 | |
*** archanaserver38 has quit IRC | 11:57 | |
*** archanaserver55 has joined #openstack-outreachy | 11:58 | |
*** archanaserver55 has quit IRC | 11:58 | |
*** archanaserver51 has joined #openstack-outreachy | 12:00 | |
*** archanaserver51 has quit IRC | 12:00 | |
*** archanaserver has quit IRC | 12:02 | |
*** archanaserver has joined #openstack-outreachy | 12:06 | |
archanaserver | hi vkmc | 12:07 |
archanaserver | (i was disconnected due to n/w issue) | 12:08 |
archanaserver | oh no ;( | 12:20 |
archanaserver | again same issue (but this time internet connection is working fine) :( | 12:21 |
archanaserver | is this due to ram? | 12:25 |
vkmc | back | 13:37 |
vkmc | archanaserver, how is it going? | 13:37 |
archanaserver | throws the same error "c-api did not start" | 13:38 |
archanaserver | but this time internet connection is working fine | 13:38 |
archanaserver | so i have googled this and find that this might be issue with RAM, is that? | 13:38 |
vkmc | archanaserver, also possible | 13:44 |
vkmc | 4 gigs should be fine though | 13:44 |
vkmc | my vms have 8 gigs | 13:44 |
vkmc | can you add 2 more gigs just in case/ | 13:45 |
archanaserver | yes sure | 13:45 |
archanaserver | Uploaded file: https://uploads.kiwiirc.com/files/7dc59b5f6632f379acac6316ef94ade8/Screenshot%202021-06-01%20at%207.22.02%20PM.png | 13:52 |
vkmc | so base memory is 8gigs | 13:52 |
vkmc | we don't want to kill your laptop either | 13:52 |
vkmc | 6144mb is 6gigs | 13:53 |
archanaserver | and there is no option to modify it | 13:53 |
vkmc | is it running? | 13:53 |
vkmc | if you, you need to stop the vm | 13:53 |
archanaserver | it's in saved state mode | 13:54 |
archanaserver | oh okay | 13:54 |
archanaserver | ssh session: ssh J5zLPxywG2Q4PhyaASFDsFEdd@sgp1.tmate.io | 14:06 |
archanaserver | what is the stack user pswrd? | 14:07 |
archanaserver | and here is the ssh link | 14:07 |
archanaserver | i just changed the base memory with 6 gigs | 14:08 |
archanaserver | hi there vkmc | 14:08 |
archanaserver | ? | 14:08 |
vkmc | archanaserver | 14:09 |
vkmc | cool! | 14:09 |
archanaserver | yes, hope this time it work | 14:10 |
vkmc | ok, I kickstart it | 14:11 |
vkmc | ok? | 14:11 |
archanaserver | yes | 14:11 |
vkmc | just in case... ./unstack | 14:12 |
archanaserver | oh yes | 14:12 |
*** gouthamr_ has joined #openstack-outreachy | 14:35 | |
archanaserver | vkmc we have another error here, something like Socket (openvswift/ovnnb_db.sock) not found | 14:40 |
vkmc | I see | 14:41 |
*** gouthamr has joined #openstack-outreachy | 14:46 | |
archanaserver | is this the issue with my system or vm? | 15:00 |
vkmc | yeah... not sure why though | 15:00 |
vkmc | as mentioned, I deployed a fresh env just fine | 15:00 |
archanaserver | oh ok | 15:01 |
vkmc | if we cannot make it work, we will get you an env we have you can use | 15:06 |
archanaserver | okay | 15:07 |
*** gouthamr_ has quit IRC | 15:12 | |
*** gouthamr has quit IRC | 15:13 | |
*** gouthamr has joined #openstack-outreachy | 15:14 | |
*** gouthamr is now known as identify | 15:18 | |
vkmc | identify, xD | 15:19 |
identify | :| | 15:19 |
*** gouthamr has joined #openstack-outreachy | 15:19 | |
vkmc | I know who you are | 15:19 |
identify | this city deserves a better hero | 15:20 |
*** identify has quit IRC | 15:20 | |
gouthamr | i am me :P | 15:23 |
vkmc | :D | 15:26 |
vkmc | archanaserver, called from some extra pair of eyes | 15:35 |
vkmc | s/from/for/g | 15:35 |
archanaserver | ya okay | 15:35 |
gouthamr | hello! | 15:36 |
archanaserver | hi gouthamr :) | 15:37 |
gouthamr | so you had failures without those "enable_service" lines? | 15:38 |
archanaserver | oh yes without those too | 15:38 |
gouthamr | okay, lemme check something quick | 15:39 |
archanaserver | ya sure | 15:39 |
vkmc | gouthamr, failures are with the basic local.conf file | 15:39 |
vkmc | I added the enable_service lines for neutron | 15:40 |
vkmc | in last run | 15:40 |
vkmc | but we don't need them | 15:40 |
vkmc | we are in a branch with the ovn fixes | 15:40 |
gouthamr | ah | 15:40 |
gouthamr | the ovn fix is an optimization per the author | 15:41 |
gouthamr | https://review.opendev.org/c/openstack/devstack/+/791085 | 15:41 |
gouthamr | this one ^ | 15:41 |
gouthamr | https://review.opendev.org/c/openstack/devstack/+/791282/1 is required by the looks of it | 15:42 |
gouthamr | got disconnected from the tmate session | 15:43 |
gouthamr | vkmc: do you mind me popping out https://review.opendev.org/c/openstack/devstack/+/791085? | 15:44 |
*** archanaserver63 has joined #openstack-outreachy | 15:44 | |
*** archanaserver63 has quit IRC | 15:45 | |
gouthamr | nevermind it isn't there | 15:45 |
*** archanaserver16 has joined #openstack-outreachy | 15:46 | |
*** archanaserver16 has quit IRC | 15:46 | |
gouthamr | was trying to get to the failure log | 15:49 |
gouthamr | do we have a net;split? :P | 15:49 |
vkmc | gouthamr, under /opt/stack/data | 15:49 |
gouthamr | thanks vkmc | 15:49 |
*** archanaserver has quit IRC | 15:49 | |
vkmc | I have a bad connection myself | 15:49 |
vkmc | not sure about archana | 15:49 |
gouthamr | ah, no opt/stack/data folder | 15:50 |
*** archanaserver has joined #openstack-outreachy | 15:50 | |
vkmc | hmm | 15:51 |
gouthamr | do you mind me re-running? | 15:52 |
vkmc | I cannot back to the tmate | 15:52 |
vkmc | but there is some folder in which we store logs under /opt/stack | 15:52 |
vkmc | go ahead | 15:52 |
vkmc | just want to fix this for archana so she has her env already | 15:52 |
gouthamr | ++ | 15:56 |
archanaserver | gouthamr vkmc we have the same last run error here :/ | 16:16 |
vkmc | yep, we are debugging that for you | 16:16 |
vkmc | :) | 16:16 |
archanaserver | oh okie :) | 16:17 |
gouthamr | hey, was on a call with carloss; just done | 16:34 |
gouthamr | archanaserver: what vkmc said :) | 16:35 |
vkmc | lost connection to the server, so if you can share the tmate | 16:37 |
vkmc | I'll appreciate | 16:37 |
vkmc | :D | 16:37 |
archanaserver | oh | 16:37 |
archanaserver | yes sure | 16:37 |
archanaserver | ssh session: ssh J5zLPxywG2Q4PhyaASFDsFEdd@sgp1.tmate.io | 16:39 |
archanaserver | this is the ssh link | 16:40 |
vkmc | cool, thanks | 16:41 |
archanaserver | ok, you are in | 16:41 |
vkmc | yes | 16:41 |
gouthamr | okay why is devstack looking for OVN stuff in OVS_RUNDIR | 16:41 |
vkmc | gouthamr, no idea | 16:41 |
vkmc | gouthamr, should we stick to master? | 16:41 |
gouthamr | this isn't master? | 16:41 |
vkmc | yes, that is master | 16:42 |
vkmc | cool | 16:42 |
vkmc | :) | 16:42 |
vkmc | ok so, no idea why it's getting to that state | 16:42 |
gouthamr | https://github.com/openstack/devstack/blob/8ea11c2947753f988979330ecc5fab2a6362881c/lib/neutron_plugins/ovn_agent#L393-L396 | 16:42 |
gouthamr | they're symlinking the two directories | 16:42 |
vkmc | maybe what we can do | 16:45 |
vkmc | is to get to the commit in which they enable ovn by default | 16:45 |
vkmc | and run devstack on a previous commit | 16:45 |
vkmc | manila code will be up to date | 16:45 |
vkmc | and archana can work on master | 16:45 |
vkmc | https://github.com/openstack/devstack/commit/e38a39ad404637ca1649cea072883aa0a4592c4f | 16:46 |
vkmc | this is the hash | 16:46 |
gouthamr | yeah, that could work | 16:46 |
gouthamr | you see the symlink working, but, something after erases the symlink | 16:47 |
gouthamr | and the folders diverge | 16:47 |
gouthamr | oh hold on | 16:47 |
gouthamr | yeah this is messed up a bit | 16:49 |
gouthamr | "sudo ln -s /var/run/openvswitch /var/run/ovn" happens, but it doesn't exist anymore | 16:49 |
vkmc | yeah... seems they don't implemented the cleanup | 16:49 |
vkmc | or something like that | 16:50 |
gouthamr | instead they have a weirder symlink for "openvswitch" inside the ovn folder | 16:50 |
gouthamr | yeah - this could have been a weird cleanup error too - that's possible | 16:51 |
vkmc | can we recreate that symlink? | 16:52 |
vkmc | or... | 16:54 |
vkmc | rerun stack without that change :) | 16:54 |
gouthamr | yeah, that's a bug | 16:54 |
gouthamr | cleaning and attempting something | 16:56 |
gouthamr | this is a bug with restacking ofcourse | 16:56 |
gouthamr | vkmc: i'll fire off a devstack in parallel in vexxhost | 16:56 |
vkmc | ++ | 16:58 |
gouthamr | one last attempt on archana's machine | 17:00 |
gouthamr | archanaserver: since this channel is publicly logged, we should kill this tmate session asap | 17:01 |
archanaserver | yes sure | 17:01 |
gouthamr | archanaserver: lets see what this run results in | 17:01 |
gouthamr | archanaserver: can i get your public ssh key | 17:02 |
archanaserver | yes wait | 17:03 |
archanaserver | Uploaded file: https://uploads.kiwiirc.com/files/bd508cc8d9b0d0c0da44ce79333dd390/pasted.txt | 17:13 |
archanaserver | gouthamr: here it is (sorry for late responding, my system just start working so slow) | 17:16 |
gouthamr | archanaserver: no problem.. | 17:19 |
gouthamr | thanks for sending that over! | 17:19 |
archanaserver | okie :) | 17:19 |
gouthamr | we now hit this issue: https://bugs.launchpad.net/devstack/+bug/1930360 | 17:35 |
opendevmeet | Launchpad bug 1930360 in devstack "devstack installation fails for neutron- ovn_agent on master branch" [High,In progress] | 17:35 |
gouthamr | cleaning and rerunning | 17:35 |
gouthamr | ... | 17:58 |
archanaserver | yes, sorry was not around. | 18:00 |
archanaserver | it works, right? | 18:10 |
gouthamr | yep! | 18:12 |
gouthamr | archanaserver: you have a devstack now :) | 18:12 |
gouthamr | feel free to play around, break things | 18:12 |
archanaserver | wow :) | 18:13 |
gouthamr | archanaserver: the other devstack (shared creds with you privately) is up and ready too | 18:21 |
*** archanaserver has quit IRC | 18:21 | |
gouthamr | probably bed time :) | 18:21 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!