Friday, 2022-01-21

opendevreviewMerged openstack/nova stable/ussuri: Ensure MAC addresses characters are in the same case  https://review.opendev.org/c/openstack/nova/+/81768900:33
*** tkajinam is now known as tkajinam|lunch03:55
*** tkajinam|lunch is now known as tkajinam03:56
*** nicolasbock_ is now known as nicolasbock05:49
*** NobodyCam_ is now known as NobodyCam05:51
*** knikolla_ is now known as knikolla05:52
*** hemna5 is now known as hemna07:37
*** efried1 is now known as efried09:03
*** johnsom_ is now known as johnsom09:03
*** bhagyashris_ is now known as bhagyashris|ruck09:03
*** kopecmartin_ is now known as kopecmartin09:09
*** Corwin is now known as Guest130809:14
*** Guest1308 is now known as Corwin_09:15
*** melwitt is now known as Guest131209:32
opendevreviewImran Hussain proposed openstack/nova master: [nova][libvirt] Use libvirt auto uefi firmware selection  https://review.opendev.org/c/openstack/nova/+/82572909:57
opendevreviewImran Hussain proposed openstack/nova master: [nova][libvirt] Use libvirt auto uefi firmware selection  https://review.opendev.org/c/openstack/nova/+/82572910:16
opendevreviewImran Hussain proposed openstack/nova master: [nova/libvirt] Support for checking and enabling SMM when needed  https://review.opendev.org/c/openstack/nova/+/82549610:17
bauzasfirst time ever I'm deploying devstack straight by once without getting an error10:31
bauzaswow10:31
bauzasin general, I get one or two issues10:31
*** melwitt is now known as Guest132010:50
sean-k-mooneybauzas: on a clean installed vm i almost never get any errors11:01
sean-k-mooneybauzas: 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 time11:02
sean-k-mooneybauzas: are you using ubuntu or centos?11:04
sean-k-mooneyor fedora?11:04
* gibi has an ansible playbook with devstack prereqs11:18
opendevreviewAlexey Stupnikov proposed openstack/nova stable/train: Ensure MAC addresses characters are in the same case  https://review.opendev.org/c/openstack/nova/+/81783011:47
parallaxCan 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-mooneyparallax: no it cannot12:49
sean-k-mooneythe closet to local disk passthough woudl be the lvm images_backend config option12:49
sean-k-mooneybut ingeneral that performace simialr to use raw files or qcow2 with preallocated disks12:50
opendevreviewBalazs Gibizer proposed openstack/placement master: Enhance doc of _get_trees_with_traits  https://review.opendev.org/c/openstack/placement/+/82578012:52
opendevreviewImran Hussain proposed openstack/nova master: [nova][libvirt] Use libvirt auto uefi firmware selection  https://review.opendev.org/c/openstack/nova/+/82572912:52
parallaxsean-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-mooneyhttps://docs.openstack.org/nova/latest/configuration/config.html#libvirt.images_type12:55
sean-k-mooneyparallax: we normally recommend setting that to raw, flat, qcow212:55
sean-k-mooneylvm 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 device12:56
parallaxyes, that's what I'm after - got a hybrid setup of rbd that's normally used + local disks for specific set of data12:57
*** dasm|off is now known as dasm13:31
opendevreviewMerged openstack/nova master: db: Remove use of 'bind' arguments  https://review.opendev.org/c/openstack/nova/+/81774713:44
opendevreviewMerged openstack/nova master: db: Remove unnecessary warning filters  https://review.opendev.org/c/openstack/nova/+/81774813:44
opendevreviewImran Hussain proposed openstack/nova master: [nova/libvirt] Support for checking and enabling SMM when needed  https://review.opendev.org/c/openstack/nova/+/82549613:51
opendevreviewImran Hussain proposed openstack/nova master: [nova][libvirt] Use libvirt auto uefi firmware selection  https://review.opendev.org/c/openstack/nova/+/82572913:54
opendevreviewPierre Libeau proposed openstack/nova master: Nova resize don't extend disk in one specific case  https://review.opendev.org/c/openstack/nova/+/82053115:30
dansmithsean-k-mooney: did anything come out of that recent bug about FFUs and the service version thing?16:17
dansmithI'm trying to proof out an FFU grenade thing and am hitting it myself :)16:17
sean-k-mooneynot really just the workaorund of stoping all the compute services and using force down before doing the contoler upgrade16:18
sean-k-mooneyso pre ffu stop all compute service and force them down in the api16:18
sean-k-mooneythen you should be able to upgrade the contoler16:18
sean-k-mooneyand then you can start the comptue service after you have updated them to the new container16:19
sean-k-mooneyat least i think that woudl work16:19
sean-k-mooneydansmith: i dont thikn we have bug filed for this currently against nova16:19
dansmithforce 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
dansmithsean-k-mooney: okay I asked the person to file one, but I guess that didn't happen16:20
sean-k-mooneydansmith: no it wont go back up automaticaly if i recall correctly16:21
dansmithoh yeah --unset16:21
dansmithokay let me see if I can hack that into grenade to prove it out16:21
sean-k-mooneyso you woudl need 3 addtional steps in the ffu. 1.) stop all compute service, 2.) force them down, 3.) after upgrade unest16:22
dansmithyeah16:23
gmanndansmith: sean-k-mooney can either of  you please check this 'moving py36 job from centos8->centos8stream' https://review.opendev.org/c/openstack/nova/+/82463716:53
dansmithgmann: by "check" you mean "shrug and +W" right?16:55
gmannyeah16:55
dansmithdone :)16:55
gmannthanks 16:56
*** dasm is now known as dasm|afk17:34
*** Uggla_ is now known as Uggla|afk17:54
opendevreviewBalazs Gibizer proposed openstack/placement master: Enhance doc of _get_trees_with_traits  https://review.opendev.org/c/openstack/placement/+/82578018:21
opendevreviewBalazs Gibizer proposed openstack/placement master: Extra tests around required traits  https://review.opendev.org/c/openstack/placement/+/82584618:21
opendevreviewBalazs Gibizer proposed openstack/placement master: Refactor trait normalization  https://review.opendev.org/c/openstack/placement/+/82584718:21
opendevreviewBalazs Gibizer proposed openstack/placement master: Extend the RP db query to support any-traits  https://review.opendev.org/c/openstack/placement/+/82584818:21
opendevreviewBalazs Gibizer proposed openstack/placement master: Extend the RP tree DB query to support any-traits  https://review.opendev.org/c/openstack/placement/+/82584918:21
yuvaldeadline18:32
yuvalhey, lol, was trying to search for the nova driver deadline in the chat18:33
gibiyuval: we only have feauture freeze at milestone 318:33
gibino special driver deadline18:33
yuvalok so Feb 2118:34
gibiyepp18:35
gibimore like the week for Feb2118:35
gibiprobably the actual deadline is Thursday that week18:36
yuvalok18:36
yuvalsearching for the deadline I got this from google: https://yoganovastudios.com/pages/schedule18:37
yuvalwas a bit confused18:37
yuval:)18:37
chateaulavlol19:17
*** Guest1320 is now known as melwitt19:18
*** Corwin_ is now known as Corwin20:12
opendevreviewMerged openstack/nova master: Update centos 8 py36 functional job nodeset to centos stream 8  https://review.opendev.org/c/openstack/nova/+/82463721:08
opendevreviewMerged openstack/nova master: Test aborting queued live migration  https://review.opendev.org/c/openstack/nova/+/77625021:08
-opendevstatus- NOTICE: The Gerrit service on review.opendev.org is being restarted briefly to apply a bugfix23:03

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