*** brinzhang has joined #openstack-sdks | 01:10 | |
*** ricolin has joined #openstack-sdks | 01:29 | |
openstackgerrit | Ashley Rodriguez proposed openstack/openstacksdk master: Add resource to shared file system https://review.opendev.org/c/openstack/openstacksdk/+/775707 | 01:51 |
---|---|---|
*** khomesh24 has joined #openstack-sdks | 03:42 | |
*** khomesh24 has quit IRC | 03:42 | |
*** khomesh24 has joined #openstack-sdks | 03:43 | |
*** udesale has joined #openstack-sdks | 04:08 | |
*** ricolin has quit IRC | 04:16 | |
openstackgerrit | Merged openstack/ansible-collections-openstack master: Bump dev version in galaxy.yml https://review.opendev.org/c/openstack/ansible-collections-openstack/+/775920 | 04:53 |
openstackgerrit | Adit Sarfaty proposed openstack/python-openstackclient stable/victoria: Remove None valued network quota entries https://review.opendev.org/c/openstack/python-openstackclient/+/775905 | 04:54 |
openstackgerrit | Adit Sarfaty proposed openstack/python-openstackclient stable/ussuri: Remove None valued network quota entries https://review.opendev.org/c/openstack/python-openstackclient/+/775906 | 04:55 |
openstackgerrit | Adit Sarfaty proposed openstack/python-openstackclient stable/train: Remove None valued network quota entries https://review.opendev.org/c/openstack/python-openstackclient/+/775907 | 04:55 |
*** evrardjp has quit IRC | 05:33 | |
*** evrardjp has joined #openstack-sdks | 05:33 | |
*** enriquetaso has quit IRC | 05:41 | |
*** whoami-rajat__ has joined #openstack-sdks | 06:12 | |
*** ricolin has joined #openstack-sdks | 06:29 | |
*** mnaser has quit IRC | 06:32 | |
*** mnaser has joined #openstack-sdks | 06:34 | |
*** ralonsoh has joined #openstack-sdks | 06:41 | |
*** slaweq has joined #openstack-sdks | 07:07 | |
*** gtema has joined #openstack-sdks | 08:00 | |
*** ricolin has quit IRC | 08:08 | |
*** rpittau|afk is now known as rpittau | 08:12 | |
*** ricolin_ has joined #openstack-sdks | 08:12 | |
*** ricolin_ is now known as ricolin | 08:17 | |
*** ysandeep|away is now known as ysandeep|ruck | 08:50 | |
*** jpich has joined #openstack-sdks | 08:58 | |
*** tosky has joined #openstack-sdks | 09:14 | |
*** udesale_ has joined #openstack-sdks | 09:16 | |
*** udesale has quit IRC | 09:20 | |
*** tosky_ has joined #openstack-sdks | 09:20 | |
*** tosky has quit IRC | 09:24 | |
*** udesale__ has joined #openstack-sdks | 09:25 | |
*** tosky_ is now known as tosky | 09:25 | |
*** udesale_ has quit IRC | 09:27 | |
*** udesale_ has joined #openstack-sdks | 09:46 | |
*** evrardjp has quit IRC | 09:46 | |
*** evrardjp has joined #openstack-sdks | 09:48 | |
*** udesale__ has quit IRC | 09:49 | |
*** udesale__ has joined #openstack-sdks | 09:51 | |
*** udesale_ has quit IRC | 09:54 | |
*** dtantsur|afk is now known as dtantsur | 10:01 | |
*** jpich has quit IRC | 10:50 | |
*** jpich has joined #openstack-sdks | 10:50 | |
*** gtema has quit IRC | 11:02 | |
*** gtema has joined #openstack-sdks | 11:12 | |
*** sshnaidm has quit IRC | 11:15 | |
*** gtema has quit IRC | 11:17 | |
*** gtema has joined #openstack-sdks | 11:18 | |
*** sshnaidm has joined #openstack-sdks | 11:18 | |
*** gtema has quit IRC | 11:23 | |
*** gtema has joined #openstack-sdks | 11:33 | |
openstackgerrit | Tosin Farai proposed openstack/ansible-collections-openstack master: Add support for node VIFs https://review.opendev.org/c/openstack/ansible-collections-openstack/+/774635 | 11:33 |
*** gtema has quit IRC | 11:33 | |
*** gtema has joined #openstack-sdks | 11:34 | |
openstackgerrit | Tosin Farai proposed openstack/ansible-collections-openstack master: Add support for node VIFs https://review.opendev.org/c/openstack/ansible-collections-openstack/+/774635 | 12:00 |
*** jpich has quit IRC | 12:00 | |
*** jpich has joined #openstack-sdks | 12:00 | |
openstackgerrit | Anuradha proposed openstack/openstacksdk master: Improve Ironic API on OpenStack SDK https://review.opendev.org/c/openstack/openstacksdk/+/766531 | 12:50 |
*** gtema has quit IRC | 12:58 | |
*** gtema has joined #openstack-sdks | 13:00 | |
*** frenzy_friday is now known as frenzy_friday|br | 13:05 | |
*** frenzy_friday|br is now known as frenzyfriday | 13:07 | |
*** frenzyfriday is now known as frenzy_friday | 13:07 | |
tobiash | hi, did someone in the past had the issue that openstacksdk ran onto an infinite paging loop with the same marker when requesting the server list? | 13:11 |
gtema | nope | 13:11 |
gtema | I think this can happen if server responds wrongly | 13:11 |
tobiash | we just lost one nodepool region because of that and resolved it for now by upping the max page side on nova | 13:11 |
gtema | do you have some API logs (from SDK side)? | 13:12 |
tobiash | not anymore, but I've injected request logging which looked like this: http://paste.openstack.org/show/802733/ | 13:14 |
tobiash | I guess the links section in the nova response kept a wrong next link then | 13:14 |
gtema | most likely. Any updates (SDK, Nova, etc) happened? | 13:15 |
tobiash | no, just were the first time >1000 nodes in one tenant | 13:16 |
tobiash | I have to say it's a pretty old nova | 13:16 |
gtema | okay. Will try to simulate locally | 13:16 |
gtema | I know we have lot's of cases with completely corrupted pagination implementation | 13:16 |
gtema | I will try to implement some safeguarding for that | 13:17 |
tobiash | in a different cloud using the same version it works normally | 13:17 |
tobiash | I would guess maybe towards some inconsistent data due to earlier failures (had some rabbitmq issues in the past) | 13:18 |
gtema | tja, looks really more a nova issue, than SDK | 13:18 |
tobiash | I guess so, thanks for confirming | 13:19 |
gtema | wlcm, will anyway have a look whether we can protect from that | 13:20 |
*** jpich has quit IRC | 13:21 | |
*** jpich has joined #openstack-sdks | 13:21 | |
*** enriquetaso has joined #openstack-sdks | 13:27 | |
*** khomesh24 has quit IRC | 13:30 | |
tobiash | I think we might have been hit by https://bugs.launchpad.net/nova/+bug/1721791 | 13:31 |
openstack | Launchpad bug 1721791 in OpenStack Compute (nova) "Pagination of instances works incorrect" [High,Fix released] - Assigned to Dan Smith (danms) | 13:31 |
gtema | ok. Any chance to get fix done on the cloud or we really need to have local fix for that? | 13:32 |
gtema | at least we can prevent ourselves querying with the same marker and aborting | 13:33 |
tobiash | we have a local workaround by config fix and my cloud guys are already in contact with our vendor to check if we can get a backport of the fix (we're still on 16.1.x) | 13:34 |
tobiash | so I think we don't need to workaround that in openstacksdk | 13:34 |
tobiash | however it was hard to find that issue since we got no exception anywhere, just stuck services | 13:35 |
tobiash | so I think an abort with an error when we get repeatedly the same marker might be useful for others to spot such issues easier | 13:35 |
gtema | sure | 13:36 |
*** ysandeep|ruck is now known as ysandeep|mtg | 14:01 | |
openstackgerrit | Artem Goncharov proposed openstack/openstacksdk master: Prevent the endless loop in resource listing https://review.opendev.org/c/openstack/openstacksdk/+/776203 | 14:12 |
openstackgerrit | Artem Goncharov proposed openstack/openstacksdk master: Set resource URI properties in listing method https://review.opendev.org/c/openstack/openstacksdk/+/776205 | 14:25 |
*** brinzhang has quit IRC | 14:55 | |
*** brinzhang has joined #openstack-sdks | 14:55 | |
*** jpich has quit IRC | 14:56 | |
*** jpich has joined #openstack-sdks | 14:57 | |
*** brinzhang has quit IRC | 14:57 | |
*** brinzhang has joined #openstack-sdks | 14:58 | |
*** slaweq has quit IRC | 15:00 | |
openstackgerrit | Artem Goncharov proposed openstack/openstacksdk master: Switch cloud.networking.qos* operations to rely on proxy layer https://review.opendev.org/c/openstack/openstacksdk/+/770945 | 15:00 |
*** slaweq has joined #openstack-sdks | 15:04 | |
*** ysandeep|mtg is now known as ysandeep|ruck | 15:44 | |
openstackgerrit | Shnaidman Sagi (Sergey) proposed openstack/ansible-collections-openstack master: Add Octavia job for testing LB https://review.opendev.org/c/openstack/ansible-collections-openstack/+/772613 | 15:48 |
*** twilit_dragon has joined #openstack-sdks | 15:51 | |
*** ysandeep|ruck is now known as ysandeep|dinner | 16:08 | |
*** udesale__ has quit IRC | 16:21 | |
*** jpich has quit IRC | 16:31 | |
*** jpich has joined #openstack-sdks | 16:32 | |
openstackgerrit | Artem Goncharov proposed openstack/openstacksdk master: Set resource URI properties in listing method https://review.opendev.org/c/openstack/openstacksdk/+/776205 | 16:51 |
openstackgerrit | Tosin Farai proposed openstack/ansible-collections-openstack master: Add support for node VIFs https://review.opendev.org/c/openstack/ansible-collections-openstack/+/774635 | 16:52 |
*** slaweq has quit IRC | 16:53 | |
openstackgerrit | Yadnesh Kulkarni proposed openstack/python-openstackclient master: Make instance reset-state an interactive operation https://review.opendev.org/c/openstack/python-openstackclient/+/776242 | 17:08 |
*** dtantsur is now known as dtantsur|afk | 17:17 | |
*** ysandeep|dinner is now known as ysandeep|ruck | 17:29 | |
*** jpich has quit IRC | 17:31 | |
*** gtema has quit IRC | 17:39 | |
*** rpittau is now known as rpittau|afk | 17:41 | |
*** ralonsoh has quit IRC | 17:54 | |
openstackgerrit | Merged openstack/openstacksdk master: Add ALPN support to load balancer pools https://review.opendev.org/c/openstack/openstacksdk/+/752097 | 17:59 |
*** ysandeep|ruck is now known as ysandeep|away | 18:10 | |
*** slaweq has joined #openstack-sdks | 18:23 | |
*** diablo_rojo has joined #openstack-sdks | 18:32 | |
diablo_rojo | stephenfin, around? | 18:33 |
stephenfin | yes, but I'm about to head off. What's up? | 18:34 |
diablo_rojo | stephenfin, loooks like all the glance stuff is already in the sdk | 18:35 |
stephenfin | everything? | 18:35 |
diablo_rojo | So we could try to do the OSC stuff or we can have zimmerry work on another service in the SDK | 18:35 |
diablo_rojo | Lol | 18:35 |
diablo_rojo | Yeah that was my reaction too | 18:35 |
stephenfin | oh, wow | 18:37 |
stephenfin | okay then | 18:37 |
stephenfin | I'm good with either OSC or SDK. I personally know more about the former, but I'm sure we could wrangle something up with the latter | 18:38 |
stephenfin | I know nova definitely has gaps. gtema has been working on fixing them | 18:38 |
diablo_rojo | I wonder if he has a list of whats missing somewhere | 18:39 |
diablo_rojo | I know I had asked him for that before | 18:39 |
diablo_rojo | but I think he said it was just all in his head | 18:39 |
mordred | diablo_rojo, stephenfin: I can also try to help come up with some lists of things to do | 18:41 |
diablo_rojo | stephenfin, if you know of something specific that needs to happen zimmerry could work on that and then in the interim I could catch gtema and see if he wants additional help. | 18:41 |
diablo_rojo | mordred, sure! | 18:42 |
diablo_rojo | Hit me with a list :) | 18:42 |
stephenfin | noice | 18:42 |
stephenfin | I can take a look too (tomorrow), but mordred would be much faster, heh | 18:42 |
mordred | one of the things that might be useful (but might be too much as a beginning task) realted to compute would be to walk through each of the nova microversions and make sure we have sdk level support for whatever the microversion is | 18:42 |
mordred | a lot of time it just means adding some field | 18:42 |
mordred | but ... that also might be mind-melting | 18:43 |
* mordred goes to ponder | 18:43 | |
diablo_rojo | mordred, doable, but something a little less.. like pulling out ones fingernails would be better lol | 18:43 |
diablo_rojo | but also can do that if thats where the need is lol | 18:44 |
mordred | :) | 18:44 |
diablo_rojo | stephenfin, maybe tomorrow we could find a time to do a quick meeting to talk about what would be involved in the OSC for getting glance stuff implemented | 18:46 |
stephenfin | sure, sounds good to me | 18:47 |
stephenfin | stick something in my calendar | 18:47 |
diablo_rojo | stephenfin, time preference? | 18:48 |
stephenfin | probably before or after the other meeting? | 18:48 |
diablo_rojo | stephenfin, need an hour? or 30 min? | 18:49 |
stephenfin | 30 should be good | 18:49 |
stephenfin | I think | 18:49 |
diablo_rojo | ..how about we do the meetings in parallel? lol | 18:49 |
diablo_rojo | How about 14:30 UTC | 18:50 |
diablo_rojo | stephenfin, ^ | 18:50 |
diablo_rojo | mordred, if you come up with something later on today, let me & zimmerry know as well. | 18:54 |
mordred | diablo_rojo: will do! | 18:56 |
diablo_rojo | mordred, do you have an example patch we could look at? | 19:00 |
diablo_rojo | (I am looking but you might be faster) | 19:00 |
*** twilit_dragon has quit IRC | 19:00 | |
openstackgerrit | Thiago Paiva Brito proposed openstack/openstacksdk master: Adding resize_volume to BlockStorageCloudMixin https://review.opendev.org/c/openstack/openstacksdk/+/776255 | 19:10 |
openstackgerrit | Thiago Paiva Brito proposed openstack/openstacksdk master: Adding resize_volume to BlockStorageCloudMixin https://review.opendev.org/c/openstack/openstacksdk/+/776255 | 19:15 |
diablo_rojo | zimmerry, I found one! https://review.opendev.org/c/openstack/openstacksdk/+/750200 | 19:16 |
diablo_rojo | zimmerry, and another! https://review.opendev.org/c/openstack/openstacksdk/+/741674 | 19:17 |
*** slaweq has quit IRC | 19:20 | |
openstackgerrit | Anuradha proposed openstack/openstacksdk master: Improve Ironic API on OpenStack SDK https://review.opendev.org/c/openstack/openstacksdk/+/766531 | 19:32 |
*** gtema has joined #openstack-sdks | 19:40 | |
*** gtema has quit IRC | 19:44 | |
openstackgerrit | Thiago Paiva Brito proposed openstack/openstacksdk master: Add set_readonly_volume to BlockStorageCloudMixin https://review.opendev.org/c/openstack/openstacksdk/+/776266 | 20:14 |
*** slaweq has joined #openstack-sdks | 20:46 | |
openstackgerrit | James Palmer proposed openstack/openstacksdk master: WIP Add support for Resource Filters https://review.opendev.org/c/openstack/openstacksdk/+/776271 | 20:50 |
openstackgerrit | James Palmer proposed openstack/openstacksdk master: WIP Add support for Resource Filters https://review.opendev.org/c/openstack/openstacksdk/+/776271 | 20:56 |
openstackgerrit | James Palmer proposed openstack/openstacksdk master: WIP Add support for Resource Filters https://review.opendev.org/c/openstack/openstacksdk/+/776271 | 20:57 |
openstackgerrit | Thiago Paiva Brito proposed openstack/openstacksdk master: Adding retype_volume to BlockStorageCloudMixin https://review.opendev.org/c/openstack/openstacksdk/+/776272 | 21:06 |
openstackgerrit | Thiago Paiva Brito proposed openstack/openstacksdk master: Add set_readonly_volume to BlockStorageCloudMixin https://review.opendev.org/c/openstack/openstacksdk/+/776266 | 21:07 |
*** eandersson has quit IRC | 21:40 | |
openstackgerrit | Ade Lee proposed openstack/openstacksdk master: Add TODO to remove md5 wrapper https://review.opendev.org/c/openstack/openstacksdk/+/776281 | 21:40 |
ade_lee | fungi, stephenfin ^^ | 21:40 |
*** gmann is now known as gmann_afk | 21:51 | |
fungi | thanks | 21:56 |
*** slaweq has quit IRC | 22:02 | |
*** whoami-rajat__ has quit IRC | 22:09 | |
*** jistr has quit IRC | 23:20 | |
*** jistr has joined #openstack-sdks | 23:21 | |
*** gmann_afk is now known as gmann | 23:22 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!