Monday, 2021-07-26

opendevreviewchengsheng proposed openstack/nova master: libvirt: Use improved guest CPU config APIs  https://review.opendev.org/c/openstack/nova/+/76233001:48
opendevreviewQiu Fossen proposed openstack/nova master: Allow migrating PMEM's data  https://review.opendev.org/c/openstack/nova/+/80222502:44
opendevreviewFelix Huettner proposed openstack/nova master: compute: Avoid duplicate BDMs during reserve_block_device_name  https://review.opendev.org/c/openstack/nova/+/80199006:43
*** rpittau|afk is now known as rpittau07:55
opendevreviewStephen Finucane proposed openstack/nova stable/wallaby: api: Align availability zone info with forced host  https://review.opendev.org/c/openstack/nova/+/80223608:28
opendevreviewStephen Finucane proposed openstack/nova stable/victoria: api: Align availability zone info with forced host  https://review.opendev.org/c/openstack/nova/+/80223708:32
opendevreviewStephen Finucane proposed openstack/nova stable/ussuri: Fix error that cannot overwrite policy rule for 'forced_host'  https://review.opendev.org/c/openstack/nova/+/80223808:35
opendevreviewStephen Finucane proposed openstack/nova stable/ussuri: api: Align availability zone info with forced host  https://review.opendev.org/c/openstack/nova/+/80223908:35
opendevreviewStephen Finucane proposed openstack/nova stable/train: Fix error that cannot overwrite policy rule for 'forced_host'  https://review.opendev.org/c/openstack/nova/+/80224008:37
opendevreviewStephen Finucane proposed openstack/nova stable/train: api: Align availability zone info with forced host  https://review.opendev.org/c/openstack/nova/+/80224108:37
lyarwoodhttps://zuul.opendev.org/t/openstack/builds?project=openstack%2Fnova&branch=master&pipeline=gate&result=failure - me takes a look at these failures08:52
opendevreviewLee Yarwood proposed openstack/nova master: libvirt: Handle silent failures to extend volume within os-brick  https://review.opendev.org/c/openstack/nova/+/80171409:12
lyarwoodbauzas: would you mind hitting this series to land the changes to the cherry-pick script on stable? https://review.opendev.org/q/Id3e4452883f6a3cf44ff58b39ded82e882e28c2309:17
bauzaslyarwood: I can take a look09:23
lyarwoodmany thanks09:23
sean-k-mooneythe pdf docs jobs might be broken https://zuul.opendev.org/t/openstack/build/e58c187bc90f43c8a2bb189a54c6175d/log/sphinx-build-pdf.log10:56
sean-k-mooney LaTeX Error: File `tgtermes.sty' not found.10:57
sean-k-mooneywe might need texlive-latex-extra10:59
sean-k-mooneyok the missing file is in tex-gyre 11:28
sean-k-mooneyi think https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/802296 will fix the docs jobs11:38
*** gibi is now known as gibi_pto14:03
opendevreviewLee Yarwood proposed openstack/nova master: WIP compute: Do not mark disabled but down services as in maintenance  https://review.opendev.org/c/openstack/nova/+/80231714:41
kashyapstephenfin: Am I right in recalling that to deprecate disk-bus for floopy devices  also require data migrations to remove DB entries using the old values, yeah?14:47
stephenfinI don't think so. I think you'll need operators to do that manually via a nova-manage command (which lyarwood is working on)14:48
stephenfinNot sure what we'll do about updating BDMs though14:48
kashyapHmm, this feels invasive to do the deprecation for these - I see that no one has done such a thing so far 14:49
kashyapI feel tempted to just nuking it is far more effective than all these subtle deprecations and in turn testing, etc.  The very few floppy users, if they're there at all, will have to adjust a little14:50
kashyapFrom the data I've seen from OSP deployments, not a single floppy in guest XMLs I see.  14:50
* kashyap checks again carefully14:50
melwittlyarwood: could you look at https://review.opendev.org/c/openstack/nova/+/791805 (and its backports eventually) if you get a chance? these backports have to merge before a security advisory can be issued15:09
opendevreviewAlexandre arents proposed openstack/nova master: libvirt: Abort live-migration job when monitoring fails  https://review.opendev.org/c/openstack/nova/+/76443515:25
prometheanfiredo nova people mind looking at https://review.opendev.org/801759 looks like some tests need updating for the new cinderclient15:58
sean-k-mooneyprometheanfire: ah we have some unit test that import cinder.v216:06
sean-k-mooneywell cinderclient.v216:06
sean-k-mooneythis https://github.com/openstack/nova/blob/master/nova/tests/unit/volume/test_cinder.py#L1916:07
sean-k-mooneywe can porbly grab the v3 verison of that16:08
sean-k-mooneyya https://github.com/openstack/python-cinderclient/blob/master/cinderclient/v3/limits.py exists16:08
sean-k-mooneyits only used in one place https://github.com/openstack/nova/blob/master/nova/tests/unit/volume/test_cinder.py#L89216:09
sean-k-mooneyand the usage looks compatible16:09
sean-k-mooneyprometheanfire: ill quickly swap it to v3 and see if that fixes it16:11
lyarwoodtbh I think you can drop the version entirely16:12
* lyarwood checks16:12
lyarwoodah maybe not16:12
sean-k-mooneyi dont see a proxy import16:13
sean-k-mooneythere is noting in https://github.com/openstack/python-cinderclient/blob/stable/wallaby/cinderclient/__init__.py16:13
lyarwoodright I assumed there would be one16:13
lyarwoodsomething to fup in cinderclient later 16:13
sean-k-mooneys/proxy import/alias/16:13
gmannyeah, for now we can just replace it to v316:14
sean-k-mooneyyep just running that locall and ill push a patch in a second16:14
gmannok, I will stop then. 16:15
opendevreviewsean mooney proposed openstack/nova master: use cinder v3  https://review.opendev.org/c/openstack/nova/+/80233416:17
sean-k-mooneyprometheanfire: if you put a depends on against ^ then the other patch should pass16:18
sean-k-mooneylooking at codesearch https://codesearch.opendev.org/?q=cinderclient.v2&i=nope&files=&excludeFiles=&repos= that is the only usage in nova but there are other project that still use v216:20
*** rpittau is now known as rpittau|afk16:37
prometheanfiresean-k-mooney: thanks17:10
opendevreviewMerged openstack/nova stable/victoria: Reject open redirection in the console proxy  https://review.opendev.org/c/openstack/nova/+/79180517:51
opendevreviewMerged openstack/nova master: Add tests for 'AggregateImagePropertiesIsolation'  https://review.opendev.org/c/openstack/nova/+/75411517:51
opendevreviewMerged openstack/nova master: Add tests for 'AggregateInstanceExtraSpecsFilter'  https://review.opendev.org/c/openstack/nova/+/75411617:51
opendevreviewMerged openstack/nova master: use cinder v3  https://review.opendev.org/c/openstack/nova/+/80233417:51
opendevreviewmelanie witt proposed openstack/nova stable/ussuri: Reject open redirection in the console proxy  https://review.opendev.org/c/openstack/nova/+/79180619:27
opendevreviewMerged openstack/nova master: libvirt: Always delegate OVS plug to os-vif  https://review.opendev.org/c/openstack/nova/+/79742819:45
*** ChanServ changes topic to "This channel is for Nova development. For support of Nova deployments, please use #openstack"22:56
*** prometheanfire is now known as Guest235222:56

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