Tuesday, 2022-07-05

bauzashappy spec review day everyone07:10
opendevreviewVladislav Belogrudov proposed openstack/nova master: Nova instance snapshot should wait for volumes  https://review.opendev.org/c/openstack/nova/+/84863807:18
*** kopecmartin_ is now known as kopecmartin07:39
bauzascores, need a second jab on https://review.opendev.org/c/openstack/nova-specs/+/83366911:39
* bauzas starts to look at https://review.opendev.org/c/openstack/nova-specs/+/84201511:40
gibibauzas: I've started checking the manila spec11:48
sean-k-mooneyill be switching form downstream stuff to spec review shortly12:02
gibiUggla, bauzas, sean-k-mooney: I'm OK with the manila spec https://review.opendev.org/c/openstack/nova-specs/+/833669 I hold +A for sean-k-mooney to check it.12:13
bauzas++12:13
* bauzas does bug triage now12:13
gibibauzas: did you managed to add some feedback to the ironic spec?12:14
bauzasgibi: not yet12:14
Ugglagibi, \o/12:14
gibii've just started reading it, but I have to jump on a call soon so probably finish it after12:14
bauzasI had to leave it given we have a meeting today and I didn't have time to look at the bugs before12:15
gibiack12:15
opendevreviewVladislav Belogrudov proposed openstack/nova master: Nova instance snapshot should wait for volumes  https://review.opendev.org/c/openstack/nova/+/84863813:00
*** dasm|off is now known as dasm13:15
ozzzo_home_We accidentally created a flavor without swap, and we need to add it. What will happen to VMs using that flavor if we delete and re-create the flavor with swap added? Will they still be able to restart, migrate, etc.?13:20
ozzzo_home_Is changing it in the database a viable alternative?13:20
sean-k-mooneyozzzo_home_: yes they will however they will not have swap13:26
sean-k-mooneythe correct thing to do woudl be to create a new flavor13:26
sean-k-mooneyresize the existing isntnaces to that13:26
sean-k-mooneyand then delete the old flaovr13:26
sean-k-mooneyozzzo_home_: when you boot a vm we copy the current flavor and embed that in the instnace_extra table13:27
sean-k-mooneyso that we preserve the state as it was when the vm was booted13:27
sean-k-mooneythat is imporant to make sure that chagnes such as adding swap or other changes that affect resouce usage do not propagate to the vm13:27
sean-k-mooneyas that woudl potentially violate the current secheduling desicion and woudl invalidate the placment resouce allcoations13:28
ozzzo_home_in the doc where it says " Nova has historically intentionally not included an API to update a flavor because that would be confusing for instances already created with that flavor. " - confusing means that the placement database would contain incorrect information about existing VMs using that flavor?13:31
ozzzo_home_the reason we're considering changing it in the database is because we have standard flavor names, and if the flavor names change it would be a huge upheaval for customers who have that name hardcoded into their automation13:33
ozzzo_home_the client won't let me create a flavor with the same name, so it seems like the alternatives are delete first and then re-create, or else change in the DB13:35
bauzasgibi: I'll need to leave earlier the meeting after 40 mins, could you then please chair it for the last 20 mins ?13:41
gibisure13:42
gibibut we need you for the centos 9 stream topic 13:42
sean-k-mooneyozzzo_home_: placement would have the correct information based on the flaovr that was used at boot13:43
sean-k-mooneyozzzo_home_: if you just update the flavor in the nova db you will make the nova db inconsitnet with the placment db13:44
bauzasgibi: yeah we'll discuss it first 13:44
gibiack13:44
sean-k-mooneyozzzo_home_: nova has no supported mechanium for changing flaovr they are read only13:44
sean-k-mooneyozzzo_home_: so any modifcation you do will be outside the supprot of nova13:45
ozzzo_home_sean-k-mooney: How can I explain to my co-workers why changing it in the DB is a bad idea? What would be the customer-facing consequences of DB inconsistency?13:45
sean-k-mooneywell if you update just the flavor the existing vms would not user any swap13:45
sean-k-mooneybut new vms would13:45
sean-k-mooneyif you also updated the existing vms embeded flavor copy you woudl break the resouce usage view tracked in palcment13:46
sean-k-mooneywhich means you could have scheuling issues in the future as you might run out of disk space13:46
sean-k-mooneysince the vms will be using more disk for swap13:46
sean-k-mooneyif you also fix the placment allcoations then it would work but you have then doen two highly error prone operations on two differnt dbs13:47
ozzzo_home_What if we delete the flavor first and then create a new one with the same name. Will that cause the same problem?13:47
sean-k-mooneyit will have no affect on exsitng vms13:47
sean-k-mooneybut new vms will use the new resouces specified in teh flavor13:48
sean-k-mooneyif any of your custoemr were using the falvor uuid13:48
sean-k-mooneyit will break13:48
sean-k-mooneyif they just use the name it would use the new flavor13:48
sean-k-mooneyozzzo_home_: if you updated the flavor in the db and updated the embded flavor in the instnace_extra table and upded the embeded flavor in the request spec then a cold migrate would fix the plamcent allcoaitons13:49
sean-k-mooneyand result in the vms beign allcoted swap on the destination host13:49
sean-k-mooneybut that is not tested or supported upstream13:49
sean-k-mooneyif you understand what you are doing it can be done but its error prone13:50
sean-k-mooneywhich is why we would advise a resize to a new flavor13:50
sean-k-mooneygibi: bauzas  i see ye are both +2 on  the manila share spec with comments. ill review that shortly and +w if everything looks ok13:53
bauzas++13:53
sean-k-mooneyam ill see in a second but am i right to assume those comments can be adressed in a followup13:53
gibisean-k-mooney: ack13:58
ozzzo_home_thank you sean-k-mooney 14:09
gibiI left comment in the ironic rebalance spec. I don't feel we will have consensus today around it14:33
gibiI have to step out for an hour I will be back for the nova meeting14:39
bauzasreminder: nova meeting in 29 mins15:31
* gibi is back15:45
Ugglabauzas, like last time I could not probably join right at the beginning, but I will join ASAP.15:46
bauzasoki doki15:46
sean-k-mooneyUggla: bauzas  gibi  i have one point that i think shoudl be fixed15:52
bauzas?15:52
sean-k-mooneybut its minor15:52
sean-k-mooneylet me push my review one sec15:53
sean-k-mooneybasically in the api request for share we shoudl reserver "tag" for device role tagging and use mount_tag for the mount_tag for the share15:53
sean-k-mooneyalso i tought we had aggreed to include implemnting the device role tagging supprot in this api but i did not see that in the spec 15:54
sean-k-mooneywe do cover updating the metdata to make the mount_tag and share id discoverable15:55
sean-k-mooneybut we are overloading teh same field for both15:56
gibiwhen would it make sense to set the tag and mount_tag to different values?15:56
sean-k-mooneyim not sure we want to overload tag for both the mount tag and the metadata deivce_role tag15:56
sean-k-mooneygibi: well concpetully the server very differnt functions15:57
sean-k-mooneyso i would not generally assume they shoudl be the same15:57
sean-k-mooneythe tag in device role taging terms is ment to map to a high level concpet15:58
gibiI though device tag is there so that the guest can match the device it sees and the device it requested from openstack15:58
sean-k-mooneylike database or backup15:58
sean-k-mooneywhere as the mount_tag is a low level detail fo the virtio-fs protocol15:59
sean-k-mooneyif we supported soemthign other then virtio-fs for manilla shares that detail might change15:59
bauzaswarning : nova meeting starting soon15:59
gibisean-k-mooney: table this to the end of the meeting15:59
sean-k-mooneyack15:59
bauzas#startmeeting nova16:00
opendevmeetMeeting started Tue Jul  5 16:00:01 2022 UTC and is due to finish in 60 minutes.  The chair is bauzas. Information about MeetBot at http://wiki.debian.org/MeetBot.16:00
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.16:00
opendevmeetThe meeting name has been set to 'nova'16:00
bauzassean-k-mooney: sorry had to start the meeting16:00
bauzashello 'veryone16:00
gibio/16:00
elodilleso/16:01
bauzasas I said to gibi, I'll need to leave in 40 mins16:01
bauzasso, I'll leave the chair to gibi16:01
bauzas#chair gibi16:01
opendevmeetCurrent chairs: bauzas gibi16:01
bauzasmaybe we should start16:02
bauzas#topic Bugs (stuck/critical) 16:02
bauzas#info One Critical bug16:02
bauzas#link https://bugs.launchpad.net/nova/+bug/1979047 Centos 9 Stream bug failure16:03
bauzasthat being said, the root cause seems to be fixed on C9S16:03
bauzasnow, we have a revert from gibi16:03
bauzas#link https://review.opendev.org/c/openstack/nova/+/848352 revert of the n-v job patch16:03
bauzasfor making the C9S job voting again16:03
bauzasthat being said, I have a concern I'd like to discuss with the team16:04
bauzashttps://bugzilla.redhat.com/show_bug.cgi?id=2092856 is the C9S BZ 16:04
bauzasif you look at it, it took about 3 weeks in order to be fixed16:05
bauzasand released16:05
bauzasnow, my concern is about the job16:05
bauzasgiven now Centos9 is a stream, that means that we can't just merge a fix without verifying it16:06
bauzaswe = RHEL team16:06
bauzasso, here my concern : instead of voting again, should this job be a periodic-weekly one ?16:07
sean-k-mooneywell technially the centos core team could but rhel team will want it to go though qe first16:07
sean-k-mooneyim +1 on moving to periodic-weekly16:07
sean-k-mooneyi orginally did not want it to be voting this cycle16:08
bauzasif we agree on it, I propose to look at the job by every week during our meeting, like we do for both placement and nova-emulation16:08
gibiif we promise to look at it as part of our weekly agenda then I'm OK to move it to periodic16:08
sean-k-mooneywhen i raised the topic at the ptg it was for ti to be nonvoting until at least m216:08
bauzasok, any other thoughts ?16:08
gibithis way we can detect breaking changes, but probably we wont detect race coditions, as there wont be enough runs for it16:08
bauzasgibi: yeah16:09
sean-k-mooneywe can also put it in experimental16:09
sean-k-mooneyso we can trigger if we need too16:09
sean-k-mooneybut that runs more then we would like16:09
bauzasgibi: what I'd also like is to find some C9S folks we could be pinging if we find an issue16:09
elodillessounds OK to be a periodic-weekly, we even free up some resource with that, right?16:09
sean-k-mooneyits too bad we can trigger periodics via a comment16:09
sean-k-mooneyelodilles: yes since it wont be per patch16:09
sean-k-mooneybut we can still review it regurally16:10
elodilles++16:10
bauzassean-k-mooney: yeah we could also have a experimental job if we want16:10
sean-k-mooneyif its perodic-weekly we might even be able to add more variants in the futre16:10
gibiI'm fine loosing the race condition detection, so I'm OK to move it to periodic16:10
bauzasok, I don't see any argue 16:11
bauzasso...16:11
bauzas#agreed moving the centos9s job to be a periodic-weekly job instead of voting for every change16:11
bauzas#agreed bauzas to add this periodic job to our weekly meeting topic for the gate16:12
bauzas#agreed we could add this job to the experimental pipeline16:12
bauzasfolks, ok ?16:12
bauzasthanks gibi, sean-k-mooney and elodilles for your thoughts16:12
sean-k-mooneyits ok with me to move on16:13
gibilet move on16:13
bauzask16:13
bauzas#link https://bugs.launchpad.net/nova/+bugs?search=Search&field.status=New 10 new untriaged bugs (+2 since the last meeting)16:13
bauzaseventually we only had 8 bugs last week :(16:13
bauzasbut eventually this week we had a lof of new ones16:13
bauzas#link https://etherpad.opendev.org/p/nova-bug-triage-20220628 16:14
bauzas#link https://etherpad.opendev.org/p/nova-bug-triage-2022062116:14
bauzasif people want, they can look at what I triaged16:14
bauzasbut I don't want to discuss one of them by now16:15
bauzas#link https://storyboard.openstack.org/#!/project/openstack/placement 27 open stories (+0 since the last meeting) in Storyboard for Placement 16:15
bauzas#info Add yourself in the team bug roster if you want to help https://etherpad.opendev.org/p/nova-bug-triage-roster16:15
bauzasso, the next folk in the roster is artom16:15
bauzasartom: can you be the next bug baton owner, or anyone else ?16:16
bauzasmmm, looks like artom isn't around16:17
sean-k-mooneythat means we can give them more work to do right16:17
gibiright :)16:18
bauzashah16:18
gibihe had on PTO last week so he is well prepared ;)16:18
bauzasI triaged for two weeks16:18
bauzasI paid my duty :D16:18
elodillesi'm not that efficient as others, and probably will be afk 1 day, but can try to have the baton16:18
bauzas(well, actually I triaged every Yoga week, until gibi told we should have a triage team :) )16:19
gibiI think we can convice artom to take it :)16:19
elodillesgibi: that also works for me :)16:19
gibihe is just probably busy with someting else right now16:19
bauzaslet me gently force artom to get the baton :)16:19
bauzasnot in a passive aggressive way 16:19
gibilets but it on artom tentatively and we can re-think if he rejects it16:19
bauzasbut rather talking with him in French16:19
bauzascool16:20
bauzas#info Next bug baton is passed to artom16:20
bauzasmoving on16:20
bauzas#topic Gate status 16:20
bauzas#link https://bugs.launchpad.net/nova/+bugs?field.tag=gate-failure Nova gate bugs 16:21
bauzas#link https://zuul.openstack.org/builds?project=openstack%2Fplacement&pipeline=periodic-weekly Placement periodic job status 16:21
bauzas#link https://zuul.opendev.org/t/openstack/builds?job_name=nova-emulation&pipeline=periodic-weekly&skip=0 Emulation periodic job runs16:21
bauzasboth weekly jobs run fine16:21
* dansmith stumbles in late16:21
bauzas#info Please look at the gate failures and file a bug report with the gate-failure tag.16:22
bauzas#info STOP DOING BLIND RECHECKS aka. 'recheck' https://docs.openstack.org/project-team-guide/testing.html#how-to-handle-test-failures16:22
bauzasoh, I forgot to add in the agenda16:22
bauzaswe have numbers 16:22
bauzas#link https://lists.openstack.org/pipermail/openstack-discuss/2022-July/029363.html16:22
bauzas#undo16:23
opendevmeetRemoving item from minutes: #link https://lists.openstack.org/pipermail/openstack-discuss/2022-July/029363.html16:23
sean-k-mooneyya nova was not too bad but there are still some16:23
bauzas#link https://lists.openstack.org/pipermail/openstack-discuss/2022-June/029342.html16:23
bauzas#info 57.75% of rechecks were without a reason, please refrain this wrong behaviour16:24
dansmith++16:24
bauzasmoving on16:24
bauzas#topic Release Planning 16:24
bauzas#link https://releases.openstack.org/zed/schedule.html16:25
bauzas#info Zed-2 is in 1.5 weeks16:25
bauzas#info Spec review day today16:25
bauzaswell, this was actually a quiet review day16:25
bauzasonly 3 specs are currently open to reviews16:25
dansmithI spent a lot of time on the ironic one,16:25
bauzasdansmith: appreciated a lot16:25
dansmithalthough I'm not sure I'd even call it a spec16:25
gibiyeah the ironic one is the hard piece16:25
bauzasdansmith: I tried to look at it and then I had to stop b/c I had to do bug triage16:26
bauzasdansmith: we basically agreed on the fact this isn't purely a spec16:26
dansmithit's really just brainstorming, so has nothing to do with the spec deadline, IMHO16:26
bauzasit's a document trying to identify all the corner cases about the proposed implementation16:26
gibidepending on an agreed solution we might need a real spec :)16:26
bauzasdansmith: agreed 16:26
bauzason the existing document16:26
gibibut agreed to brainstorm first16:26
bauzasI don't feel it's constrained by the spec approval freeze16:27
sean-k-mooneyyep i have not looked at it in a while but its on my todo list at the end16:27
sean-k-mooneyafter the rest16:27
bauzasbut yeah, as gibi said, depending on the consensus we may achieve, this would require some design stage. Or not.16:27
dansmithanything we do would need a spec I'm quite sure,16:27
dansmithI'm just saying, there's no reason to spend time reviewing it instead of other specs before the deadline16:28
bauzasI'll make clear on the gerrit change this one isn't impacted by our deadlines16:28
dansmithI didn't really realize that until it was too late for me, but SAVE YOURSELVES16:28
dansmith:P16:28
bauzasdansmith: honestly, besides this one which is hairy, we only have two opens16:28
bauzasone is about to be merged16:28
dansmithI threw a -1 on it for visibility since all the others were just +0 comments16:28
bauzasand the other one potentially misses resources to work one16:28
bauzason*16:28
dansmithcool16:28
bauzasso I just feel we can spend brain cycles on the rebalance issue16:29
dansmithack16:29
sean-k-mooneysince it was a braninstromign doc i just didn nto +/- since it did not have any singel proposal16:29
bauzassean-k-mooney: I'll clarify the purpose of this document in a gerrit comment16:29
sean-k-mooneybut yes ack on the -116:29
dansmithsean-k-mooney: yeah and that's fair, but someone could stumble in thinking it was needing review before the deadline with no other signaling :D16:30
bauzasI'll send the signal16:30
dansmith++16:30
bauzasideally, I asked CERN folks to jab into it16:30
bauzasbut, this is just an ask16:31
bauzasthey're impacted by the rebalancing issue as they don't use the ironic feature16:31
sean-k-mooneyso in terms of other specs16:31
bauzasso I'd also like to understand whether we could have a mitigation16:31
sean-k-mooneyim expecting artom to update theres later this week16:31
sean-k-mooneyand ill try and updte teh power managment one16:32
sean-k-mooneybut im aware both are late 16:32
sean-k-mooneyand may slip16:32
bauzassean-k-mooney: I left a comment on artom's spec, there could be effort to spend on the EC2 compatible API16:32
sean-k-mooneywell ok but im not sure we care about ec2 compat16:32
bauzassean-k-mooney: maybe, but the spec was saying we were given ec2 compat for free16:33
bauzaswhich isn't true16:33
sean-k-mooneyack16:33
bauzasfor the power management spec, you still have one week to push it16:33
bauzasgiven we lack of open specs, I could be able to quickly jump into it16:33
sean-k-mooneymain issue is reloading context i have not worked on it since febuary16:33
bauzasme too16:34
bauzasbut, given Berlin, I think this would be a net win to have it in Nova16:34
sean-k-mooneyUggla's spec i think is close it have one issue with it but it could be adressed in a followup16:34
bauzascool16:34
bauzaslet's wrap on the spec discussion16:34
bauzasI'll need to leave the chair soon16:34
bauzasand we can follow up tomorrow16:34
bauzas#topic Review priorities 16:35
bauzas#link https://review.opendev.org/q/status:open+(project:openstack/nova+OR+project:openstack/placement+OR+project:openstack/os-traits+OR+project:openstack/os-resource-classes+OR+project:openstack/os-vif+OR+project:openstack/python-novaclient+OR+project:openstack/osc-placement)+label:Review-Priority%252B116:35
bauzas#link https://review.opendev.org/c/openstack/project-config/+/837595 Gerrit policy for Review-prio contributors flag. Waiting for approval16:35
bauzaswe should ping the project-config cores16:35
bauzas#link https://docs.openstack.org/nova/latest/contributor/process.html#what-the-review-priority-label-in-gerrit-are-use-for Documentation we already have16:36
sean-k-mooneyi can do that after the meeting16:36
bauzasthanks16:36
bauzas#topic Stable Branches 16:36
bauzaselodilles: your time16:36
elodilles #info stable nova releases are out: yoga (25.0.1), xena (24.1.1) and wallaby (24.1.1)16:36
elodilles#info stable/train is blocked, fix exists but hasn't merged yet due to intermittent failures16:36
elodilles#info stable branch status / gate failures tracking etherpad: https://etherpad.opendev.org/p/nova-stable-branch-ci16:37
elodillesthat's it, to be quick16:37
bauzasthanks16:37
bauzaselodilles: as again, don't be afraid of pinging me for reviews16:38
bauzas#topic Open discussion 16:38
bauzas(bauzas) Team Sign-up for the next PTG16:38
bauzasso, official ask16:38
gibiyes please16:38
gibi:)16:38
bauzasshould we have a PTG room ?16:38
bauzaswhich would be physical this time ?16:38
bauzas:)16:38
gibican we have a window on the room? :)16:38
bauzasI don't know the logistics yet16:38
bauzasI can imagine the Foundation asking the teams to be agile and proposing some remote live connection16:39
sean-k-mooneyi would be happy with one in dark basment if it has white bords16:39
sean-k-mooneyyes if we have an ok netowrk16:40
bauzasthere is a remarks/feedback field in the survey16:40
sean-k-mooneywe can likely have a remote stream too16:40
bauzashttps://openinfrafoundation.formstack.com/forms/oct2022_ptg_team_signup16:40
bauzasI'll fill it up16:40
bauzasbut I could mention those two things16:40
gibito stream it we need mics and optional a camera16:40
sean-k-mooneyyep neutron have done that in the past16:40
bauzasyeah and everytime we tried, this was a hard experience16:40
bauzasI'll leave some notes 16:41
bauzasthat's it for me, I need to leave16:41
gibibauzas: o/16:41
gibiso we have one more thing on the agenda16:41
sean-k-mooneyit works fine for neutron as far as i can tell but they more have the stream so people can listen and then respond via etherpath/irc16:41
bauzasI have another item to discuss but let's punt it for next week16:41
gibi(bauzas) Opportunities for low-hanging-fruits, anyone ? (only if we have time left)16:41
gibiahh OK16:41
gibithen it is punted16:41
bauzasthanks16:41
* bauzas rushes off16:41
gibidoes anyone here has an extra topic for today?16:41
bauzasgibi: feel free to wrap the meeting16:41
gibibauzas: will do16:42
bauzas++16:42
sean-k-mooneynot really but i will think about low haning fruit for the next one16:42
gibiOK, so if nothing else today then I will close the meeting16:42
gibithanks for all joining16:42
gibi#endmeeting16:42
opendevmeetMeeting ended Tue Jul  5 16:42:58 2022 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)16:42
opendevmeetMinutes:        https://meetings.opendev.org/meetings/nova/2022/nova.2022-07-05-16.00.html16:42
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/nova/2022/nova.2022-07-05-16.00.txt16:42
opendevmeetLog:            https://meetings.opendev.org/meetings/nova/2022/nova.2022-07-05-16.00.log.html16:42
gibisean-k-mooney: so we can go back to the tag, mount_tag question16:43
sean-k-mooneysure16:43
sean-k-mooneyi updated my comment with my resoning in the review16:43
gibiI'm cheking...16:43
sean-k-mooneyhttps://review.opendev.org/c/openstack/nova-specs/+/833669/10/specs/zed/approved/libvirt-virtiofs-attach-manila-shares.rst#365=16:43
sean-k-mooneymy concern is basically if we change the backend mechanium in the future or a differnt virt driver wants to support this16:44
sean-k-mooneyim not sure we want to overload tag16:44
sean-k-mooneyif you and bauzas are ok with that we can proceed as is and it can always be changed in a microversion later16:45
sean-k-mooneyso it might be premature optimisation for a case we will never support16:46
Ugglasean-k-mooney, I can still change it16:46
sean-k-mooneyUggla: if we argree to change it what i propose is i +w the spec as it is and you can adress it and other nits in a follow up patch16:46
Ugglait is just a matter of renaming from tag to mount_tag (sorry I read it really fast so far).16:47
sean-k-mooneyUggla: well renaming but also keeping tag16:47
gibisean-k-mooney: replied16:48
sean-k-mooneytag would be optional and used for device role tagging and mount_tag would be used to configure the mount16:48
gibiso my point is to use 'tag' for device tagging, and document that libvirt with virtio_fs automatically use this tag also for mount_tag16:49
gibias I don't see why would the user want to set two tags16:49
gibione device tag and one mount_tag to different value16:49
Ugglasean-k-mooney, so adding 1 more field. I guess that's ok to do it. Doing it right now will avoid db migration.16:50
sean-k-mooneygibi: the only concern i have with that is the high level device role tag is normally optional16:51
gibican we generate the mount tag from the manial share uuid?16:51
gibiif it is not provided?16:51
sean-k-mooneywhere as the mount_tag woudl be required unless we default to the manila share id so i guess thats ok16:51
sean-k-mooneygibi: that depned on the lenght requriement for ti at teh virtio fs level16:52
sean-k-mooneybut a uuid is 36charters long16:52
sean-k-mooneythat shoudl be ok16:52
gibias we have a single device tag per device I think it is use to identify the device, also mount_tag is used to identify the share in the guest, so I don't think we need two divergent identity for a single device16:52
sean-k-mooneyi think we said it woudl be 6416:52
sean-k-mooneyok you have convinced me that im either over thinking it or that we can adress it in the future with a microverion if needed16:53
sean-k-mooneyso let go with just tag as optional today and default to the manila share id which is what the spec says16:53
Ugglasean-k-mooney, \o/16:54
gibisean-k-mooney: thanks16:55
sean-k-mooneygibi: i also agree with your clarification regarding attach/error16:56
sean-k-mooneyanyway i have send it to hte gate but we likely should do a followup for the nits16:56
gibiack, that is just a nit 16:56
gibiagree to do just a follow up16:56
sean-k-mooneygibi: should we abandon https://review.opendev.org/c/openstack/nova-specs/+/802034 and of abanon it a m216:58
sean-k-mooneyMigrate Instance Between Projects16:58
sean-k-mooneyit has not been updated since yoga16:59
sean-k-mooneyif we were to porceed with it im usre we would need a lot of work that wont happne in zed16:59
gibiI think we should abandon all the old open specs at m216:59
sean-k-mooneyi guess there is no harm in leaving it till then ya17:00
gibiI think I suggested this to bauzas before17:00
gibiit can always be restored but it cleanes up gerrit17:00
gibiI have to drop now. see you tomorrow o/17:00
sean-k-mooneyo/17:01
opendevreviewMerged openstack/nova-specs master: libvirt: Allow Manila shares to be directly attached to instances  https://review.opendev.org/c/openstack/nova-specs/+/83366917:10
sean-k-mooneyUggla:^17:16
*** dasm is now known as dasm|off22:02

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