Earlier  
Posted Nick Remark
#openstack-nova - 2022-06-13
11:25:48 sean-k-mooney rmart04: the only way to change the cpu modle is via a hard reboot or cold migration
11:26:01 sean-k-mooney so to resolve this you will need guest downtime
11:26:10 sean-k-mooney there is no way to avoid that im affriad
11:28:38 rmart04 eek. OK well thanks for this very useful info
11:52:28 jhartkopf Hey, I am currently working on the implementation for the approved spec for updating user data (https://review.opendev.org/c/openstack/nova-specs/+/816542). Part of the spec is to regenerate the config drive on hard reboots (reboot implementations are driver-specific). My approach would be to do this on every hard reboot as there seems to be no trivial way to check whether user data has been actually changed.
11:52:45 jhartkopf Would this be something that every driver needs to support? Any ideas/opinions on this?
11:55:13 sean-k-mooney jhartkopf: no this should be done only when requested
11:55:52 sean-k-mooney jhartkopf: the spec i tought said the hard-reboot api woudl be extended with a new paramter for this
11:57:57 sean-k-mooney jhartkopf: hum https://review.opendev.org/c/openstack/nova-specs/+/816542/7/specs/zed/approved/update-userdata.rst#96 might actully be insfficent
11:58:19 sean-k-mooney so that provide a way to update the metadta on hard reboot by providing the data again
11:59:08 sean-k-mooney but we likely shoudl have a seccodn boolean parmater like regenerate_configdrive=True|false
12:00:10 sean-k-mooney gibi: ^ what do you think?
12:00:27 sean-k-mooney im not sure we want the perfomance hit of always regenerating the config drive on hard reboot
12:00:59 sean-k-mooney jhartkopf: it should be implmented for all drivers that support config drive ideally but if you started with just libvirt that proably would cover most usecases
12:02:03 gibi so the user_data parameter on reboot will be optional, isn't it?
12:02:09 sean-k-mooney jhartkopf: actully the other way to do this is to store a flag in the instance_system_metadata
12:02:22 sean-k-mooney gibi: yes but the edge case here is
12:02:40 sean-k-mooney how to regenerate teh config drive if i have use server update
12:02:51 sean-k-mooney to modify the user data on the next reboot
12:03:28 sean-k-mooney jhartkopf: gibi so what we could do is add a flag to the instance_system_metadata to track that the config drive is dirty
12:03:36 sean-k-mooney and then check that on reboot and clear it
12:03:59 sean-k-mooney if its dirty regenerate the config drive with the new data if not use the exisitng one
12:04:25 gibi ahh I see
12:04:49 sean-k-mooney the user data on hard reboot is for when you want to fully replace it on reboot
12:05:02 gibi I'm fine with a flag in system meta
12:05:02 sean-k-mooney which is how i woudl expect this to be used most offten honestly
12:05:17 jhartkopf sean-k-mooney: Yes, so with an additional variable, we could track if the config drive should be regenerated or not
12:06:00 sean-k-mooney jhartkopf: yep the instance_system_metadata table is internal to nova and jsut a key value pair with the instance as a primary key
12:06:31 sean-k-mooney jhartkopf: so you can jsut add a flag to that on server update if you update the user-data field
12:07:17 sean-k-mooney then reboot can check it and clear it. does ^ work for you
12:07:37 sean-k-mooney if so we can leave the spec as it is.
12:10:22 jhartkopf Seems to be the part that was missing, thanks! I will then try to implement this for libvirt initially.
12:15:39 sean-k-mooney jhartkopf: just an fyi the instance system metadata is a feild on the instance object https://github.com/openstack/nova/blob/master/nova/objects/instance.py#L194=
12:16:14 sean-k-mooney so you will have direct access to that in the driver and you will be able to update it on save as part of the reboot flow
12:17:24 sean-k-mooney just set the key config_drive_dirty flag to false and it will be save when we next call save i.e. when we update the task/vm state
12:18:51 sean-k-mooney jhartkopf: if you want you can expose this directly as a property on the instance object to keep it clean so that the virt driver dont need to check the system metadata directly.
12:19:06 sean-k-mooney just have the property update the system metadata
12:33:24 jhartkopf sean-k-mooney: good point, I will look into this
13:11:24 bauzas sean-k-mooney: gibi: fwiw, I'm currently reviewing the hard https://review.opendev.org/c/openstack/nova/+/829248/9/nova/compute/manager.py
13:11:46 bauzas (that and doing some expense report...)
13:12:22 sean-k-mooney i dont think i have used concour sicne we switch to it
13:12:42 sean-k-mooney but if its like the deployment of concour we had at intel its much nicer
13:12:54 sean-k-mooney then the oracle suite we used to use for expenses
13:12:56 gibi expense was easy but that single line in the manager seems easier :D
13:12:57 bauzas concur is good for preparing your report
13:13:25 bauzas but there are some bugs in the concur android app
13:13:36 bauzas I can't modify some expenses
13:13:49 sean-k-mooney ah ok i have only really used the web app
13:13:59 sean-k-mooney i dont like haveing compay stuff on my personal phone
13:14:35 sean-k-mooney so i jsut take pictures fo the recipts and email them to my company adress and fill it out after the fact
13:15:38 gibi bauzas: yepp I had issues with the app but I was able to fix it with the web based too
13:15:41 gibi l
13:16:27 gibi I guess you hit the issue with setting expense type to ~food and the app asking for some additional fields that was not editable
13:17:38 bauzas gibi: yup
13:18:15 bauzas gibi: yeah, I provided all my receipts to concur thanks to the android app when waiting for my flight :)
13:18:31 bauzas gibi: but eventually I got some problem with a meal and for my hotel expense
13:19:03 sean-k-mooney bauzas: not to add to your paper work but are you plannign to send a writeup or operator feedback to the list or similar
13:19:06 bauzas but eventually, today I used the webapp and I was able to modify the expenses correctly
13:19:43 bauzas sean-k-mooney: we'll be discussing this tomorrow during the meeting and after that, I'll provide a feedback to the list
13:19:49 sean-k-mooney ack
13:19:59 bauzas sean-k-mooney: but most of the operators told they don't want to have a lot of emails from us
13:20:11 sean-k-mooney while you were away there was a request to do a release of stable yoga and xena by the way
13:20:17 sean-k-mooney i was going to bring that up in the meeting
13:20:23 bauzas sean-k-mooney: oh ok
13:20:31 sean-k-mooney i have not looked at whats pending but we have not done a release of yoga yet
13:20:52 sean-k-mooney so there proably are some valid bugfixes that would be good to release
13:22:28 sean-k-mooney bauzas: i asked mainly for people outside of redhat i was going to ask you about your feedback in our downstream meeting but if were planing to send somethign to the list anyway i was happy enough to just read that
13:23:17 bauzas sean-k-mooney: yeah I understand it about the feedback
13:23:41 bauzas like I said, I'd first discuss with our folks tomorrow before replying
13:24:05 sean-k-mooney no worries. did you enjoy the conference
13:24:17 bauzas sean-k-mooney: we had a problem with the etherpad, it became chinese but eventually thanks to fungi it was fixed
13:24:37 sean-k-mooney ah did we forget to add teh disclaminer at the top
13:24:48 bauzas sean-k-mooney: I actually prefered to discuss with the operators on hallways
13:25:02 fungi there was a disclaimer at the top, it was just ignored apparently
13:25:21 bauzas sean-k-mooney: we had the same issue with the ptg one, which had the disclaimer
13:25:24 sean-k-mooney fungi:ack it happens thanks for helping to fix it
13:25:28 fungi np
13:26:10 sean-k-mooney bauzas: ya when we are done with the ptg we shoudl share/archive the readonly link
13:26:33 fungi highly recommended
13:26:55 bauzas sean-k-mooney: if you see my feedback email from the ptg, I was providing the readonly link
13:27:08 sean-k-mooney ack
13:27:17 bauzas but if someone finds the writable one, then...
13:27:48 sean-k-mooney ya you can alway go back in the timeline and find the orginal content but thats hassel
13:28:02 bauzas I think the ptg one was changed because I provided a link to the writable etherpad in the session etherpad too
13:28:02 sean-k-mooney look liek we are starting to see videos form the summit
13:28:06 gibi at some point I was wondering how hard it would be to detect the translator from the etherpad software and bring up a warning
13:28:43 sean-k-mooney i would guess its clientside
13:28:52 sean-k-mooney so proably not trivial
13:28:57 bauzas so, if someone was looking at the operator session etherpad with a chinese translation app and if she/he was clicking the ptg etherpad from it...
13:29:09 gibi sean-k-mooney: yeah it would need some js magic
13:29:12 bauzas but that's a guess
13:29:29 sean-k-mooney bauzas: or right ya crosslinking would cause issues
13:29:50 sean-k-mooney its too bad there isnt a settign to mark teh main one readonly when we are done
13:29:55 sean-k-mooney i.e. to lock it
13:30:18 bauzas yeah
13:30:26 sean-k-mooney still i like the flexiblity that etherpad has so im still happy we have it
13:30:54 sean-k-mooney well the simplicty and the autour color trackign more then flexiblity
13:35:25 fungi etherpad has a pluggable extension architecture, so maybe there's a plugin opendev could add for it to provide that feature (or maybe someone who likes js could write one)
13:36:24 fungi we try to stay current with upstream releases, making it easy to develop against their master branch and latest api
13:39:58 sean-k-mooney i dont see one that jumps out at me on https://static.etherpad.org/index.html but ya maybe

Earlier   Later