opendevreview | Merged openstack/nova stable/ussuri: Ensure MAC addresses characters are in the same case https://review.opendev.org/c/openstack/nova/+/817689 | 00:33 |
---|---|---|
*** tkajinam is now known as tkajinam|lunch | 03:55 | |
*** tkajinam|lunch is now known as tkajinam | 03:56 | |
*** nicolasbock_ is now known as nicolasbock | 05:49 | |
*** NobodyCam_ is now known as NobodyCam | 05:51 | |
*** knikolla_ is now known as knikolla | 05:52 | |
*** hemna5 is now known as hemna | 07:37 | |
*** efried1 is now known as efried | 09:03 | |
*** johnsom_ is now known as johnsom | 09:03 | |
*** bhagyashris_ is now known as bhagyashris|ruck | 09:03 | |
*** kopecmartin_ is now known as kopecmartin | 09:09 | |
*** Corwin is now known as Guest1308 | 09:14 | |
*** Guest1308 is now known as Corwin_ | 09:15 | |
*** melwitt is now known as Guest1312 | 09:32 | |
opendevreview | Imran Hussain proposed openstack/nova master: [nova][libvirt] Use libvirt auto uefi firmware selection https://review.opendev.org/c/openstack/nova/+/825729 | 09:57 |
opendevreview | Imran Hussain proposed openstack/nova master: [nova][libvirt] Use libvirt auto uefi firmware selection https://review.opendev.org/c/openstack/nova/+/825729 | 10:16 |
opendevreview | Imran Hussain proposed openstack/nova master: [nova/libvirt] Support for checking and enabling SMM when needed https://review.opendev.org/c/openstack/nova/+/825496 | 10:17 |
bauzas | first time ever I'm deploying devstack straight by once without getting an error | 10:31 |
bauzas | wow | 10:31 |
bauzas | in general, I get one or two issues | 10:31 |
*** melwitt is now known as Guest1320 | 10:50 | |
sean-k-mooney | bauzas: on a clean installed vm i almost never get any errors | 11:01 |
sean-k-mooney | bauzas: there are like 3-4 command i tend to run before i install but i generally expect devstack to work first time most of the time | 11:02 |
sean-k-mooney | bauzas: are you using ubuntu or centos? | 11:04 |
sean-k-mooney | or fedora? | 11:04 |
* gibi has an ansible playbook with devstack prereqs | 11:18 | |
opendevreview | Alexey Stupnikov proposed openstack/nova stable/train: Ensure MAC addresses characters are in the same case https://review.opendev.org/c/openstack/nova/+/817830 | 11:47 |
parallax | Can Nova do local disks SCSI-passthrough? I'm looking at https://blueprints.launchpad.net/nova/+spec/support-for-raw-device-mapping, guessing this has never been implemented? | 12:35 |
sean-k-mooney | parallax: no it cannot | 12:49 |
sean-k-mooney | the closet to local disk passthough woudl be the lvm images_backend config option | 12:49 |
sean-k-mooney | but ingeneral that performace simialr to use raw files or qcow2 with preallocated disks | 12:50 |
opendevreview | Balazs Gibizer proposed openstack/placement master: Enhance doc of _get_trees_with_traits https://review.opendev.org/c/openstack/placement/+/825780 | 12:52 |
opendevreview | Imran Hussain proposed openstack/nova master: [nova][libvirt] Use libvirt auto uefi firmware selection https://review.opendev.org/c/openstack/nova/+/825729 | 12:52 |
parallax | sean-k-mooney: thanks, can't find it under https://docs.openstack.org/nova/latest/configuration/config.html; is it called images_type maybe? | 12:54 |
sean-k-mooney | https://docs.openstack.org/nova/latest/configuration/config.html#libvirt.images_type | 12:55 |
sean-k-mooney | parallax: we normally recommend setting that to raw, flat, qcow2 | 12:55 |
sean-k-mooney | lvm works but its less well tested. it wont do a dirct parsshtough of a disk but it will create an lvm volume and passthough that block device | 12:56 |
parallax | yes, that's what I'm after - got a hybrid setup of rbd that's normally used + local disks for specific set of data | 12:57 |
*** dasm|off is now known as dasm | 13:31 | |
opendevreview | Merged openstack/nova master: db: Remove use of 'bind' arguments https://review.opendev.org/c/openstack/nova/+/817747 | 13:44 |
opendevreview | Merged openstack/nova master: db: Remove unnecessary warning filters https://review.opendev.org/c/openstack/nova/+/817748 | 13:44 |
opendevreview | Imran Hussain proposed openstack/nova master: [nova/libvirt] Support for checking and enabling SMM when needed https://review.opendev.org/c/openstack/nova/+/825496 | 13:51 |
opendevreview | Imran Hussain proposed openstack/nova master: [nova][libvirt] Use libvirt auto uefi firmware selection https://review.opendev.org/c/openstack/nova/+/825729 | 13:54 |
opendevreview | Pierre Libeau proposed openstack/nova master: Nova resize don't extend disk in one specific case https://review.opendev.org/c/openstack/nova/+/820531 | 15:30 |
dansmith | sean-k-mooney: did anything come out of that recent bug about FFUs and the service version thing? | 16:17 |
dansmith | I'm trying to proof out an FFU grenade thing and am hitting it myself :) | 16:17 |
sean-k-mooney | not really just the workaorund of stoping all the compute services and using force down before doing the contoler upgrade | 16:18 |
sean-k-mooney | so pre ffu stop all compute service and force them down in the api | 16:18 |
sean-k-mooney | then you should be able to upgrade the contoler | 16:18 |
sean-k-mooney | and then you can start the comptue service after you have updated them to the new container | 16:19 |
sean-k-mooney | at least i think that woudl work | 16:19 |
sean-k-mooney | dansmith: i dont thikn we have bug filed for this currently against nova | 16:19 |
dansmith | force down sets the state to down immediately, but when the service itself comes back up, it goes back to up right? no need to un-force-down it right? | 16:20 |
dansmith | sean-k-mooney: okay I asked the person to file one, but I guess that didn't happen | 16:20 |
sean-k-mooney | dansmith: no it wont go back up automaticaly if i recall correctly | 16:21 |
dansmith | oh yeah --unset | 16:21 |
dansmith | okay let me see if I can hack that into grenade to prove it out | 16:21 |
sean-k-mooney | so you woudl need 3 addtional steps in the ffu. 1.) stop all compute service, 2.) force them down, 3.) after upgrade unest | 16:22 |
dansmith | yeah | 16:23 |
gmann | dansmith: sean-k-mooney can either of you please check this 'moving py36 job from centos8->centos8stream' https://review.opendev.org/c/openstack/nova/+/824637 | 16:53 |
dansmith | gmann: by "check" you mean "shrug and +W" right? | 16:55 |
gmann | yeah | 16:55 |
dansmith | done :) | 16:55 |
gmann | thanks | 16:56 |
*** dasm is now known as dasm|afk | 17:34 | |
*** Uggla_ is now known as Uggla|afk | 17:54 | |
opendevreview | Balazs Gibizer proposed openstack/placement master: Enhance doc of _get_trees_with_traits https://review.opendev.org/c/openstack/placement/+/825780 | 18:21 |
opendevreview | Balazs Gibizer proposed openstack/placement master: Extra tests around required traits https://review.opendev.org/c/openstack/placement/+/825846 | 18:21 |
opendevreview | Balazs Gibizer proposed openstack/placement master: Refactor trait normalization https://review.opendev.org/c/openstack/placement/+/825847 | 18:21 |
opendevreview | Balazs Gibizer proposed openstack/placement master: Extend the RP db query to support any-traits https://review.opendev.org/c/openstack/placement/+/825848 | 18:21 |
opendevreview | Balazs Gibizer proposed openstack/placement master: Extend the RP tree DB query to support any-traits https://review.opendev.org/c/openstack/placement/+/825849 | 18:21 |
yuval | deadline | 18:32 |
yuval | hey, lol, was trying to search for the nova driver deadline in the chat | 18:33 |
gibi | yuval: we only have feauture freeze at milestone 3 | 18:33 |
gibi | no special driver deadline | 18:33 |
yuval | ok so Feb 21 | 18:34 |
gibi | yepp | 18:35 |
gibi | more like the week for Feb21 | 18:35 |
gibi | probably the actual deadline is Thursday that week | 18:36 |
yuval | ok | 18:36 |
yuval | searching for the deadline I got this from google: https://yoganovastudios.com/pages/schedule | 18:37 |
yuval | was a bit confused | 18:37 |
yuval | :) | 18:37 |
chateaulav | lol | 19:17 |
*** Guest1320 is now known as melwitt | 19:18 | |
*** Corwin_ is now known as Corwin | 20:12 | |
opendevreview | Merged openstack/nova master: Update centos 8 py36 functional job nodeset to centos stream 8 https://review.opendev.org/c/openstack/nova/+/824637 | 21:08 |
opendevreview | Merged openstack/nova master: Test aborting queued live migration https://review.opendev.org/c/openstack/nova/+/776250 | 21:08 |
-opendevstatus- NOTICE: The Gerrit service on review.opendev.org is being restarted briefly to apply a bugfix | 23:03 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!