archanaserver | hi vkmc, morning o/ | 08:00 |
---|---|---|
archanaserver | i was looking at microversion updates doc so that i can start working on that | 08:00 |
archanaserver | also about the box, are we going to restart it or create a new? | 08:01 |
vkmc | archanaserver, hi there! | 08:03 |
vkmc | super | 08:03 |
vkmc | yes | 08:03 |
vkmc | archanaserver, you won't be able to access that vm you are working on, I'll rebuild now | 08:12 |
vkmc | is that ok? | 08:12 |
archanaserver | yeah completely | 08:12 |
vkmc | oki | 08:13 |
archanaserver | vkmc, when can i get access of vm? also if you share all the resources we talked about yesterday about the share type quotas, multiversion updates and the example of the same which i can follow for the initial patch ( i was looking for this in our meeting doc but didn't find it :/ ) | 10:31 |
vkmc | yes, I'm sorry, I have been several other things going on | 10:31 |
vkmc | I'm getting your vm ready | 10:31 |
archanaserver | oh okie, no problem | 10:31 |
archanaserver | i thought just to remind you :) | 10:31 |
archanaserver | okie cool! | 10:32 |
vkmc | sure | 10:32 |
vkmc | archanaserver, share me your public key when you have a moment | 11:17 |
archanaserver | vkmc, will share in a while | 11:27 |
kafilat | vkmc: hi o/ | 11:35 |
kafilat | After creating share for functional testing | 11:35 |
kafilat | I noticed that the the status is "creating" | 11:35 |
kafilat | how do I change the status | 11:35 |
vkmc | kafilat, is it not finishing creating? | 11:36 |
kafilat | I don't know | 11:37 |
kafilat | But I was able to use the get_share | 11:37 |
kafilat | But the status is still creating | 11:37 |
kafilat | So I wasn't able to test delete_share | 11:37 |
kafilat | It says invalid status | 11:38 |
vkmc | kafilat, so something happened in the middle that left the share in invalid status | 11:44 |
vkmc | can you try creating a new one? | 11:44 |
vkmc | if it fails again, then it's some issue with your backend | 11:45 |
kafilat | I'll try again. | 11:46 |
archanaserver | https://www.irccloud.com/pastebin/Z6yTCIKp/id_rsa.pub | 11:48 |
archanaserver | vkmc, here it is! | 11:48 |
vkmc | archanaserver, ok, you can access the vm | 11:51 |
vkmc | ssh stack@38.108.68.196 | 11:51 |
kafilat | So, I was able to create share successfully with the cli | 11:52 |
kafilat | Maybe there's something wrong with the code | 11:52 |
kafilat | I'll try to fix it | 11:52 |
archanaserver | vkmc, getting this warning | 11:54 |
archanaserver | WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! | 11:54 |
vkmc | archanaserver, yes, you have to remove the entry with that ip | 11:54 |
vkmc | from your known_hosts file | 11:54 |
vkmc | kafilat, oki, perhaps you can get more data from logs... check out devstack@m-shr and devstack@m-sch and see if there is some warning or error message | 11:55 |
kafilat | Thanks! | 11:56 |
vkmc | archanaserver, https://stackoverflow.com/questions/20840012/ssh-remote-host-identification-has-changed | 11:56 |
vkmc | kafilat, np | 11:56 |
archanaserver | vkmc, thanks, i was looking into it | 11:57 |
archanaserver | i can't find any project directory here :/ | 12:02 |
vkmc | archanaserver, /opt/stack | 12:06 |
archanaserver | ah gotch, i was doing /home/stack | 12:06 |
vkmc | archanaserver, cool | 12:11 |
vkmc | updated the doc with links | 12:11 |
vkmc | for microversions | 12:11 |
archanaserver | vkmc, great thanks! i'll check it in some time | 12:16 |
vkmc | cool! | 12:16 |
gouthamr | kafilat: hey, a share may take a little bit to go from "creating" to "available" | 16:04 |
gouthamr | kafilat: your functional tests must account for that | 16:04 |
gouthamr | they must wait for the status to transition, much like the "--wait" stuff that you were adding in python-manilaclient | 16:05 |
gouthamr | kafilat: here's an example of a waiter from elsewhere in the functional tests folder: https://github.com/openstack/openstacksdk/blob/1d4fbe610f9e29c959c5d29830a3e53e04a6f40d/openstack/tests/functional/cloud/test_clustering.py#L27-L53 | 16:12 |
gouthamr | kafilat: i haven't tried this, but it looks like the resource class has a "wait_for_status" method: https://github.com/openstack/openstacksdk/blob/e787798f4efd833d83ece4b6fc095e8bb9931c3d/openstack/resource.py#L2088-L2149 | 16:13 |
gouthamr | so try using it against the share resource | 16:13 |
kafilat | Wow! | 17:09 |
kafilat | got it. | 17:09 |
kafilat | I'll work on that. | 17:10 |
kafilat | Thanks, gouthamr | 17:10 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!