Thursday, 2021-07-15

opendevreviewGhanshyam proposed openstack/nova master: DNM: testing  https://review.opendev.org/c/openstack/nova/+/79486301:31
opendevreviewTakashi Kajinami proposed openstack/nova master: Fix request path to query a resource provider by uuid  https://review.opendev.org/c/openstack/nova/+/80085502:28
zhangtongjiansongwenping__:hi03:33
zhangtongjian songwenping__: hello03:34
*** akekane_ is now known as abhishekk07:15
*** rpittau|afk is now known as rpittau07:24
bauzashola folks08:06
* bauzas is back from one week off08:06
bauzasjust reading a few things08:09
bauzasmnaser: never ever play with default_schedule_zone=nova ;) see the big warning quote in red on our upstream docs : https://docs.openstack.org/nova/latest/admin/availability-zones.html08:10
gibibauzas: o/08:28
gibibauzas: welcome back08:28
gibibauzas: if you are looking for a review for warm up then I suggest https://review.opendev.org/c/openstack/placement/+/784020 :)08:28
*** akekane_ is now known as abhishekk08:57
bauzasgibi: doing email scrubbing will look for surez09:06
gibithanks09:25
* gibi has to drop of for a whiel09:25
opendevreviewStephen Finucane proposed openstack/nova master: tests: Silence SQLAlchemy warnings  https://review.opendev.org/c/openstack/nova/+/80090009:47
opendevreviewStephen Finucane proposed openstack/nova master: tests: Remove unnecessary warnings filter  https://review.opendev.org/c/openstack/nova/+/80090109:47
stephenfinbauzas: Think you could look at the first of those. It's dead simple and would remove a *lot* of noise from our CI logs. I'll bug gibi/melwitt when they're back09:54
stephenfin / around09:54
bauzasstephenfin: ack10:03
opendevreviewStephen Finucane proposed openstack/placement master: objects: Replace implicit conversion of SELECT into FROM  https://review.opendev.org/c/openstack/placement/+/80091010:43
opendevreviewStephen Finucane proposed openstack/placement master: tox: Remove psycopg2 warning filter  https://review.opendev.org/c/openstack/placement/+/80091110:43
stephenfinbauzas: Another two for you. That should get rid of all of our warnings, hopefully ^10:44
stephenfingibi: Care to look at https://review.opendev.org/c/openstack/nova/+/800900 to silence all those awful SQLAlchemy warnings for now?11:00
gibistephenfin: thanks for creating that WA ^^ 11:13
opendevreviewMerged openstack/placement master: Move placement specs from nova  https://review.opendev.org/c/openstack/placement/+/80076911:16
opendevreviewMerged openstack/nova master: tests: Silence SQLAlchemy warnings  https://review.opendev.org/c/openstack/nova/+/80090011:44
gibigmann: I've read the spec and the IRC discussion about the hypervisor uuid. I think if we want to make progress in X then we should go with the microversion route (option 3 in the spec) as we have specfreeze today. This should not prevent us to continue talking about creating some solution that is backportable. 11:44
gibigmann: regarding the backportable fix; is there a way today for the admin to customize the new RBAC policies in a way to implement option 1?11:46
gibiI got that our default is not good for them out of the box, but is there a way for them to change the policy.yaml in a way that solves the listing problem?11:47
opendevreviewMerged openstack/nova-specs master: Re-propose nova-audit spec for Xena  https://review.opendev.org/c/openstack/nova-specs/+/80057011:50
*** iurygregory_ is now known as iurygregory12:07
opendevreviewYongli He proposed openstack/nova master: Smartnic support - cyborg drive  https://review.opendev.org/c/openstack/nova/+/77136212:08
opendevreviewYongli He proposed openstack/nova master: smartnic support - new vnic type  https://review.opendev.org/c/openstack/nova/+/77136312:08
opendevreviewYongli He proposed openstack/nova master: smartnic support - create arqs  https://review.opendev.org/c/openstack/nova/+/75894412:08
opendevreviewYongli He proposed openstack/nova master: smartnic support - build instance with smartnic arqs  https://review.opendev.org/c/openstack/nova/+/79824912:08
opendevreviewYongli He proposed openstack/nova master: smartnic support - cleanup arqs  https://review.opendev.org/c/openstack/nova/+/79805412:08
opendevreviewYongli He proposed openstack/nova master: smartnic support - reject server move and suspend  https://review.opendev.org/c/openstack/nova/+/77991312:08
opendevreviewYongli He proposed openstack/nova master: smartnic support - functional tests  https://review.opendev.org/c/openstack/nova/+/78014712:08
gansobauzas, lyarwood: Hi! sorry to bother about this again, if you could please take a look at backport https://review.opendev.org/c/openstack/nova/+/800114 when you have a minute, it is the last in the series, just needs one last +2 and +W to go. Thanks in advance! 12:52
opendevreviewAlexandre arents proposed openstack/nova master: libvirt: Abort live-migration job when monitoring fails  https://review.opendev.org/c/openstack/nova/+/76443514:07
aarentslyarwood: thks for review  https://review.opendev.org/c/openstack/nova/+/764435 , I fixed the nits, As I said in comments I'm wondering if it closes also https://bugs.launchpad.net/nova/+bug/1536589  https://bugs.launchpad.net/nova/+bug/1924585 14:12
aarents(older bugs I didn't see before)14:13
gmanngibi: for option1, it cannot be olved via modified poliyc.yaml as GET hypervisor API is scoped to 'system' which is not overridable in policy. 14:26
gmanngibi: but we have workaround in different way, 1. system admin give hypervisor name to project admin via non-api way (some document, email or so) 2. assigning the multi role to token like project admin gets the system admin role for that specific request. 14:28
gibigmann: I guess making the scope overridable via policy.yaml would also be considered a feature and hence wont be backportable14:30
gmanngibi: regarding spec for Xena, as we still support legacy policy we have not broken operator yet. I am not so confident/confirm on what solution is best for which use case from operator. I think it is better not to hurry for Xena. 14:30
gmanngibi: humm, that will change the design of new RBAC. initial thought was to keep scope as hardcoded for secure security. 14:30
gibigmann: OK, then that is probably a rabbit hole we don't want to go down14:31
gmannyeah, or need more discussion  as these project-admin issue were not considered before14:32
gmannI think we should discuss this again in PTG, and also what other project doing for their project-mapped resources need system info 14:32
gmannhaving a consistent solution among all service will matter for operator even that is not best14:33
gibimaybe we can create a simple WA config flag in nova conf that changes the scope of the hypervisor API. that would be ugly but backportable14:33
gmannwe have flag to disable the scope check so that is what operator can do. for scope, I am more inclined towards hardcoded only. 14:35
gmannbut that flag is for all the policy not for particular one14:35
gmanngibi: dansmith but on backport I am re-thinking - does it solve the issue of interrogability or feature-notification ? as many cloud might be upgrading from ocata or less where we cannot backport ? 14:36
gmanngibi: dansmith ah sorry, new RBAC is since ussuri so we are good if any backportable soltuion. 14:37
gmannand for < ussuri, we anyways have old policy keep working for them14:37
gibigmann: so the disable scope check flag can be used as a WA?14:40
gmanngibi: right, "disable scope check + override policy.yaml" is WA14:41
gmannthat way I think this is not so bad right?14:42
gibiis that enough for stable branches or you would like some extra help for the deployers?14:42
gibifor me it does not sound bad14:42
gmannand fix the default with microversion... ?14:43
gibiyep, fix the situation master14:43
gmannmy only concern is disable scope check is for all the policy. BUT nobody has moved to scope check yet so I think it is fine. 14:45
gmanngibi: do i have time to make it in Xena. if i update the spec today (right after the TC meeting 1.15 hr from now) ?14:45
gmannI think I am fine on 'doing it in microversion + document the WA'14:46
melwittelodilles: heads up, I backported the super squash to stable/train https://review.opendev.org/c/openstack/nova/+/795435 here, although ... afaict the gate is no longer broken on train? not sure what happened15:10
gibigmann: sure. I will review the spec after you updated and we can ask sean-k-mooney or dansmith to give the other +215:10
gmanngibi: thanks 15:12
gibigmann: also I don't think anyone will be mad if we land that spec tomorrow :)15:13
gmanngibi: ack15:17
gibigmann: just ping me when the spec is up. I will be on and off during my evening / night but I will be working as my wife does too15:18
gmanngibi: sure, thanks15:19
opendevreviewMerged openstack/nova stable/stein: Error anti-affinity violation on migrations  https://review.opendev.org/c/openstack/nova/+/80011415:25
opendevreviewBalazs Gibizer proposed openstack/placement master: Bump os-resource-classes requirements  https://review.opendev.org/c/openstack/placement/+/79659515:39
elodillesmelwitt: the gate was not broken in train, but tosky suggested that for convenience we should backport the zuulv3 job patch to train as well. however I am not fond of this patch to backport when we don't really need it o:)15:41
melwittelodilles: ah, ok, I wasn't 100% clear on the context there. I am neutral about it15:42
elodilleswell, I don't have hard feelings either, so if stable cores insist then I'm not completely against it :)15:43
melwittI think I got lost in all the CI fail that I thought stable/train was also failing 😆15:45
opendevreviewBalazs Gibizer proposed openstack/nova master: Parse extended resource request from the port data  https://review.opendev.org/c/openstack/nova/+/80008515:45
opendevreviewBalazs Gibizer proposed openstack/nova master: Transfer RequestLevelParams from ports to scheduling  https://review.opendev.org/c/openstack/nova/+/79150615:45
opendevreviewBalazs Gibizer proposed openstack/nova master: Support boot with extended resource request  https://review.opendev.org/c/openstack/nova/+/80008615:45
opendevreviewBalazs Gibizer proposed openstack/nova master: Support move ops with extended resource request  https://review.opendev.org/c/openstack/nova/+/80008715:45
opendevreviewBalazs Gibizer proposed openstack/nova master: [func test]Refactor interface attach with qos  https://review.opendev.org/c/openstack/nova/+/80008815:45
opendevreviewBalazs Gibizer proposed openstack/nova master: Support interaface attach / detach with new resource request format  https://review.opendev.org/c/openstack/nova/+/80008915:45
opendevreviewBalazs Gibizer proposed openstack/nova master: [func test] move unshelve test to the proper place  https://review.opendev.org/c/openstack/nova/+/79362115:45
elodillesmelwitt: Lee explained somewhere why it is not failing in Train, but I don't find that comment now :/ but anyway, fortunately Train is not blocked by this \o/15:50
melwittack15:51
*** rpittau is now known as rpittau|afk16:17
toskyelodilles, melwitt: yeah, I've added my comments to the patch, I think it makes sense anyway (the long term plan was to remove the legacy jobs anyway)17:02
opendevreviewBalazs Gibizer proposed openstack/placement master: Bump os-resource-classes requirements  https://review.opendev.org/c/openstack/placement/+/79659517:17
opendevreviewBalazs Gibizer proposed openstack/placement master: Bump os-resource-classes requirements  https://review.opendev.org/c/openstack/placement/+/79659517:30
opendevreviewBalazs Gibizer proposed openstack/placement master: Bump os-resource-classes requirements  https://review.opendev.org/c/openstack/placement/+/79659517:40
*** __ministry1 is now known as __ministry17:45
gmanngibi: dansmith melwitt sean-k-mooney As we need to do the hypervisor uuid support via microversion, and while updating spec for that, I thought it is good chance to remove the legacy way of force host things (via availability_zone) in same microversion + standardizing existing field itself instead of adding new one.  17:49
gmannwith that I will leave this for xena and we can discuss in PTG for the improvement I added here https://review.opendev.org/c/openstack/nova-specs/+/793011/3/specs/xena/approved/allow-project-admin-list-hypervisors.rst#4417:49
dansmithgmann: I'm okay with that and I think others are pro-that as well17:51
gibigmann: ack. please add it to the ptg etherhpad https://etherpad.opendev.org/p/nova-yoga-ptg17:52
opendevreviewBalazs Gibizer proposed openstack/nova master: [func test] create pps resource on OVS agent RP  https://review.opendev.org/c/openstack/nova/+/78720517:52
opendevreviewBalazs Gibizer proposed openstack/nova master: [func test] move port creation to the NeutronFixture  https://review.opendev.org/c/openstack/nova/+/78720617:52
opendevreviewBalazs Gibizer proposed openstack/nova master: [func test] neutron fixture for extended resource request  https://review.opendev.org/c/openstack/nova/+/79430617:52
opendevreviewBalazs Gibizer proposed openstack/nova master: Detect extended_resource_request neutron API extension  https://review.opendev.org/c/openstack/nova/+/79361817:52
opendevreviewBalazs Gibizer proposed openstack/nova master: Reject server create with extended resource req  https://review.opendev.org/c/openstack/nova/+/79361917:52
opendevreviewBalazs Gibizer proposed openstack/nova master: Reject server operations with extended resource req  https://review.opendev.org/c/openstack/nova/+/79362017:52
opendevreviewBalazs Gibizer proposed openstack/nova master: Add same_subtree field to RequestLevelParams  https://review.opendev.org/c/openstack/nova/+/79150317:52
opendevreviewBalazs Gibizer proposed openstack/nova master: Bump os-resource-classes to 1.1.0  https://review.opendev.org/c/openstack/nova/+/80097617:52
gmannsure17:52
opendevreviewBalazs Gibizer proposed openstack/nova master: Bump min placement microversion to 1.36  https://review.opendev.org/c/openstack/nova/+/79150417:59
opendevreviewBalazs Gibizer proposed openstack/nova master: Support same_subtree in allocation_canadidate query  https://review.opendev.org/c/openstack/nova/+/79150518:01
opendevreviewBalazs Gibizer proposed openstack/nova master: [func test] refactor assertPortMatchesAllocation  https://review.opendev.org/c/openstack/nova/+/79245818:01
opendevreviewBalazs Gibizer proposed openstack/nova master: [func test] refactor asserts in qos tests  https://review.opendev.org/c/openstack/nova/+/79893018:01
gmanngibi: done18:05
opendevreviewBalazs Gibizer proposed openstack/nova master: [func test] ports with both bw and pps resources  https://review.opendev.org/c/openstack/nova/+/79239418:07
opendevreviewBalazs Gibizer proposed openstack/nova master: Parse extended resource request from the port data  https://review.opendev.org/c/openstack/nova/+/80008518:07
opendevreviewBalazs Gibizer proposed openstack/nova master: Transfer RequestLevelParams from ports to scheduling  https://review.opendev.org/c/openstack/nova/+/79150618:07
*** ministry is now known as __ministry18:09
opendevreviewBalazs Gibizer proposed openstack/nova master: Support boot with extended resource request  https://review.opendev.org/c/openstack/nova/+/80008618:14
opendevreviewBalazs Gibizer proposed openstack/nova master: Support move ops with extended resource request  https://review.opendev.org/c/openstack/nova/+/80008718:14
opendevreviewBalazs Gibizer proposed openstack/nova master: [func test]Refactor interface attach with qos  https://review.opendev.org/c/openstack/nova/+/80008818:16
opendevreviewBalazs Gibizer proposed openstack/nova master: Support interaface attach / detach with new resource request format  https://review.opendev.org/c/openstack/nova/+/80008918:16
opendevreviewBalazs Gibizer proposed openstack/nova master: [func test] move unshelve test to the proper place  https://review.opendev.org/c/openstack/nova/+/79362118:16
opendevreviewBalazs Gibizer proposed openstack/nova master: Bump os-resource-classes to 1.1.0  https://review.opendev.org/c/openstack/nova/+/80097618:53
opendevreviewBalazs Gibizer proposed openstack/nova master: [func test] create pps resource on OVS agent RP  https://review.opendev.org/c/openstack/nova/+/78720518:53
opendevreviewBalazs Gibizer proposed openstack/nova master: [func test] move port creation to the NeutronFixture  https://review.opendev.org/c/openstack/nova/+/78720618:53
opendevreviewBalazs Gibizer proposed openstack/nova master: [func test] neutron fixture for extended resource request  https://review.opendev.org/c/openstack/nova/+/79430618:53
opendevreviewBalazs Gibizer proposed openstack/nova master: Detect extended_resource_request neutron API extension  https://review.opendev.org/c/openstack/nova/+/79361818:56
opendevreviewBalazs Gibizer proposed openstack/nova master: Reject server create with extended resource req  https://review.opendev.org/c/openstack/nova/+/79361918:57
opendevreviewBalazs Gibizer proposed openstack/nova master: Reject server operations with extended resource req  https://review.opendev.org/c/openstack/nova/+/79362018:59
opendevreviewBalazs Gibizer proposed openstack/nova master: Add same_subtree field to RequestLevelParams  https://review.opendev.org/c/openstack/nova/+/79150318:59
opendevreviewBalazs Gibizer proposed openstack/nova master: Bump min placement microversion to 1.36  https://review.opendev.org/c/openstack/nova/+/79150418:59
opendevreviewBalazs Gibizer proposed openstack/nova master: Support same_subtree in allocation_canadidate query  https://review.opendev.org/c/openstack/nova/+/79150518:59
opendevreviewBalazs Gibizer proposed openstack/nova master: [func test] refactor assertPortMatchesAllocation  https://review.opendev.org/c/openstack/nova/+/79245819:01
spatelsean-k-mooney hey! 19:01
spatelAny idea about this error during instance create? 19:02
spatelERROR (BadRequest): The requested availability zone is not available (HTTP 400) (Request-ID: req-aa7f2176-105b-4da8-8516-24310a85927a)19:02
spatelI saw this reference - https://bugs.launchpad.net/fuel/+bug/161030919:02
spatelI am running stein 19:02
amodispatel: does the az with the name u're trying to provide exist already?19:03
spatelYes 19:04
spatellook ate this https://paste.opendev.org/show/807515/19:04
spatelamodi I have created foo and its saying not available 19:04
opendevreviewBalazs Gibizer proposed openstack/nova master: [func test] refactor asserts in qos tests  https://review.opendev.org/c/openstack/nova/+/79893019:05
opendevreviewBalazs Gibizer proposed openstack/nova master: [func test] ports with both bw and pps resources  https://review.opendev.org/c/openstack/nova/+/79239419:05
opendevreviewBalazs Gibizer proposed openstack/nova master: Parse extended resource request from the port data  https://review.opendev.org/c/openstack/nova/+/80008519:05
opendevreviewBalazs Gibizer proposed openstack/nova master: Transfer RequestLevelParams from ports to scheduling  https://review.opendev.org/c/openstack/nova/+/79150619:05
amodispatel: yes so it looks like u need to make it 'available' first, the instance creation error won't persist19:07
amodiim not an expert, so that was my best guess 19:07
spatelmostly they are available when you create but this is very odd 19:09
opendevreviewBalazs Gibizer proposed openstack/nova master: Support boot with extended resource request  https://review.opendev.org/c/openstack/nova/+/80008619:16
opendevreviewBalazs Gibizer proposed openstack/nova master: Support move ops with extended resource request  https://review.opendev.org/c/openstack/nova/+/80008719:16
opendevreviewBalazs Gibizer proposed openstack/nova master: [func test]Refactor interface attach with qos  https://review.opendev.org/c/openstack/nova/+/80008819:18
opendevreviewBalazs Gibizer proposed openstack/nova master: Support interaface attach / detach with new resource request format  https://review.opendev.org/c/openstack/nova/+/80008919:18
opendevreviewBalazs Gibizer proposed openstack/nova master: [func test] move unshelve test to the proper place  https://review.opendev.org/c/openstack/nova/+/79362119:18
spatelfound my problem, on that AZ all the compute nodes where disabled in openstack that is why it was showing not available :)20:18
spatelsorry for confusion 20:18
JayFIs there a known issue with stable/wallaby CI? I've been trying to get https://review.opendev.org/c/openstack/nova/+/799772 through the gate and there's a barrage of random-seeming failures. The change itself is in the ironic driver; the failures are clearly unrelated.21:28
JayFI feel a little bad rechecking something 5+ times to get it through, so I thought I'd check to ensure there's not any known issues with stable/wallaby gate.21:28
JayFA majority, but not all of the failures have been a 400 error around Invalid Volume (details in comments on the patch)21:30
sean-k-mooneyat least on of the failures is the device detach bug for volume detach21:31
sean-k-mooney Device detach failed for vdb: Run out of retry while detaching device vdb with device alias virtio-disk1 21:31
JayFThat sounds like it matches the error I was referring to21:31
sean-k-mooneyJayF: that is a known isue21:31
JayFIs there a backportable patch for it? Or just keep slamming rechecks21:31
sean-k-mooneythere is a fix for it im not sure if it has been backported21:31
sean-k-mooneytl;dr qemu change the behavior so that trying to detach a volume that is detaching woudl cancel the detach and reslut in an error21:32
sean-k-mooneythat broke nova retry logic21:32
JayFhmm. Maybe I'll dig and see if it backports cleanly. I obviously know a lot more about Ironic than nova, but if I can get it fixed why not :D 21:32
sean-k-mooneythe fix is to use event instead of a retry loop21:32
sean-k-mooneyJayF: gibi  and lyarwood have looked at backporting it21:33
sean-k-mooneylet me see if i can find it21:33
JayFThis patch I'm trying to land fixes a nasty bug in Ironic that we have confirmed multiple operators are experiencing, so I'm trying to get it backported as far as possible :D I appreciate the help21:33
sean-k-mooneydid you say this was wallaby or is it an older release21:35
sean-k-mooneyit looks like ist on wallaby https://review.opendev.org/c/openstack/nova/+/78872021:35
JayFRight now wallaby, when that lands I'll go w-1, and so on until it's not clean :)21:35
JayFbut I know my deployment will need it for wallaby, and a couple others at a minimum21:36
JayFUh oh. So it shouldn't be happening :-|21:36
sean-k-mooneyso the event change patch has been backported to wallaby already so you might be hitting the other detach bug21:36
sean-k-mooneythere is an issue where the guest seam to not respond to the detach properly in all caes21:37
sean-k-mooneyas a workaround we were looking ad modifying tempest to not do detaches when not needed21:37
JayFThat sounds good, so for now I'm going to keep rechecking and hope to win the gate-lottery. I'd offer to review the tempest workaround but I'm not sure a +1 form me would be that helpful :D 21:39
sean-k-mooneyJayF: https://review.opendev.org/c/openstack/tempest/+/794757 i think this might be it21:40
sean-k-mooneyunfortuetly lee i snot around for the next 2 week due to real world stuff so not sure if that is going to proguress21:40
JayFThat's fine :) I'm honestly surprised to have gotten the concierge bug walkthrough with you, and I appreciate it :D. 21:41
sean-k-mooneyJayF: in general device detach has been flakeing in the jobs for the last why and it does not really seam to be related ot change in nova code21:41
JayFIt's extra annoying for VM errors to be cratering an ironic-driver-only change :P21:41
sean-k-mooneythe latest issue may be a regression in qemu21:41
sean-k-mooneyJayF: yes21:41
JayFI guess targetting a bunch of different qemu versions might have a similar problems to what we see in Ironic with ... unfortunately designed hardware BMCs :P21:42
sean-k-mooneyill ask gibi tomorrow if we should consider making the job non voteing. it generally has not been wedgeing the gate but it has been failing frequetly enough that we might want to consider skiping the test or just manually reviewing the job for now21:43
JayFthanks! I'll keep idling in here, feel free to ping me if there's anything I can do to help :)21:44
JayF[or if you ever need someone with the big review hammer in Ironic :D]21:45
sean-k-mooneyi wonder if we could make the live migation jobs skip on change that only affect the ironic driver21:45
sean-k-mooneyyou know since i dont precive that mattering to your use case unless the laws of physic cahnge21:46
JayFI think that's a potentially wise change to make, but don't underestimate the ability of python to violate the laws of physics :P21:46
sean-k-mooneyim pretty sure we could add nova/test/unit/virt/ironic and nova/virt/ironic to the irrelevent files list21:47
JayFI'd be happy to +1 such a change21:48
sean-k-mooneyso we would jsut need to add those here https://github.com/openstack/nova/blob/master/.zuul.yaml#L93-L10721:49
JayFand, for purposes of my patch, it'd also need to be backported21:49
sean-k-mooneywell that used selse where so we would have to refactor slightly it should not be terrible. yep we would have to backport it first21:50
JayFhmm where else would it need to go :)21:50
JayFI was already on the way to making the change against main branch21:51
sean-k-mooneycurrently the deffinition of     *nova-base-irrelevant-files is in the live migraiton job we would need to move that to say nova-next which also  uses it21:52
sean-k-mooneythen defein a new nova-live-migration-irrelavent-files that the ceph job would also use21:52
sean-k-mooneyalthough that may or may not be enough to get your patch to pass21:53
sean-k-mooneye.g. the grenade job might fail in a similar way21:53
JayFYeah, we've seen it fail on several different jobs for sure. Reducing the number of times we have to roll the dice will only raise the likelihood of that patch getting landed, though21:53
sean-k-mooneyam its late for me corrently so im going to call it a night  21:54
JayFo/ have a good one21:54
sean-k-mooneyfor now i would just recheck it again  o/21:54
JayFI'm getting really good at it by now :D Thanks again, have a nice night21:55
opendevreviewMarkMielke proposed openstack/nova master: extend_volume of libvirt/volume/iscsi should not use device_path  https://review.opendev.org/c/openstack/nova/+/80100323:07

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