Friday, 2026-08-07

opendevreviewGhanshyam Maan proposed openstack/nova master: Track and log the main RPC server in-progress task  https://review.opendev.org/c/openstack/nova/+/99658301:43
opendevreviewGoutham Pacha Ravi proposed openstack/nova master: Extract share management from ComputeManager  https://review.opendev.org/c/openstack/nova/+/99934906:20
opendevreviewGoutham Pacha Ravi proposed openstack/nova master: Support cold migration with virtiofs shares  https://review.opendev.org/c/openstack/nova/+/98963306:20
opendevreviewMatÄ›j Mudra proposed openstack/nova master: Add --verbose to nova-manage commands  https://review.opendev.org/c/openstack/nova/+/99995607:47
gibiantia: tkajinam: I was able to boot a intel TDX guest VM with the WIP nova patches \o/09:39
gibi((.venv) ) [stack@beast01 ~]$ openstack resource provider inventory list a83a9645-34b4-4bda-b0b9-ea3b29f32ac409:41
gibi+------------------------+------------------+----------+----------+----------+-----------+-------+------+09:42
gibi| resource_class         | allocation_ratio | min_unit | max_unit | reserved | step_size | total | used |09:42
gibi+------------------------+------------------+----------+----------+----------+-----------+-------+------+09:42
gibi| MEM_ENCRYPTION_CONTEXT |              1.0 |        1 |        1 |        0 |         1 |    47 |    1 |09:42
gibi+------------------------+------------------+----------+----------+----------+-----------+-------+------+09:42
gibi((.venv) ) [stack@beast01 ~]$ 09:42
gibiahh, sorry09:42
gibiI wanted to paste https://paste.openstack.org/show/brAOgxu5mrp5Orjfy96J/09:42
gibithat is the whole trace of my work :)09:42
antiaamazing!09:43
antiaThanks for testing :) 09:44
gibithanks for working on it :)09:44
gibiI will try attestation after lunch09:45
opendevreviewAnton Iacobaeus proposed openstack/nova master: libvirt: Add Intel TDX host capability detection  https://review.opendev.org/c/openstack/nova/+/99442110:51
opendevreviewAnton Iacobaeus proposed openstack/nova master: libvirt: Generalize memory encryption config  https://review.opendev.org/c/openstack/nova/+/99846610:51
opendevreviewAnton Iacobaeus proposed openstack/nova master: libvirt: Add memory encryption config for TDX  https://review.opendev.org/c/openstack/nova/+/99860810:51
opendevreviewAnton Iacobaeus proposed openstack/nova master: libvirt: Launch security Intel TDX  https://review.opendev.org/c/openstack/nova/+/99924910:51
opendevreviewAnton Iacobaeus proposed openstack/nova master: doc: Add documentation for Intel TDX  https://review.opendev.org/c/openstack/nova/+/100008110:51
opendevreviewAnton Iacobaeus proposed openstack/nova master: libvirt: reject_mem_enc_instances  https://review.opendev.org/c/openstack/nova/+/100008210:51
gibiantia: is there an easy way to demonstrate attestation?12:44
gibiI have qgsd running on the host, I learned that I need a pccs service as well and I keep getting hints that an intel API key might be needed 12:45
gibigmaan: have you seen extra slow shutdown /restart in devstack from the cell1 conductor? it seems the rest of the services restart normally but not cell1 conductor12:56
gibifresh devstack from master, no config is tuned 12:56
gibigmaan: is it intentional that cell conductor has a 160 second graceful shutdown by default?13:35
gibiAug 07 16:34:43 beast01.rhos.lab.eng.brq2.redhat.com nova-conductor[245559]: DEBUG nova.conductor.manager [-] Conductor service manager is waiting for 160 seconds to finish in-progress tasks {{(pid=245559) graceful_shutdown /opt/stack/nova/nova/conductor/manager.py:224}}13:35
opendevreviewLeo Jenkins proposed openstack/nova-specs master: Support for Hostname-based Ceph Mon References  https://review.opendev.org/c/openstack/nova-specs/+/100009813:44
antiagibi: I've been using internal tooling for attestation. For the quote generation part you can talk to configfs directly. 13:52
antiaverification is a bit trickier, I haven't personally used Trustee but they might support it13:52
antiaanother alternative is https://cc-enabling.trustedservices.intel.com/intel-tdx-enabling-guide/07/trust_domain_at_runtime/13:53
gibithanks I will take a look14:09
-opendevstatus- NOTICE: The Gerrit service on review.opendev.openstack.org will be offline momentarily at 18:00 UTC for a patch upgrade (just under an hour from now), but should return within a few minutes.17:11
gmaangibi: 160 sec is manager shutdown time and overall graceful shutdown time is 180 by default for all services17:40
gmaangibi: slow in shutdown is expected as we wait for full 160 sec, that is what I am solving in part-2 task tracking where it will only wait for in-progress tasks or 160 sec max. for example if no task in progress then it will shutdown immeditatly 17:41
gibigmaan: hm, but then why I see a lot faster shutdown in the other nova services :)17:47
sean-k-mooneygibi: im not folowing but if tis the comptue node its really the only one runing perodic17:47
gmaanit should be same for all, are you checking locally or in gerrit?17:48
gmaangibi: wait, i checked and only graceful-shutdow-job jobs set it to 180 sec for overall shutdown and 160 for manager to shutodwn for all services otherwise devstack set it 5 sec for all other jobs for all services 17:50
gmaangibi: we might log that manager is waiting for 160 sec but overall graceful_shutdown_timeout (5 sec) might be killing it after log and before 5 sec17:51
gmaanif you can point me the link where you are seeing i can check why cell cond is taking more time than 5 sec or it is just log17:51
gmaanI cannot find anywhere in devstack or nova we are setting any different timeout for cells cond than other services so not sure why it is slow until i see logs17:55
-opendevstatus- NOTICE: The Gerrit service on review.opendev.org is going offline momentarily for a patch upgrade, but should return within a few minutes.18:03
gmaandansmith: thanks for review, i have updated it and its ready https://review.opendev.org/c/openstack/nova/+/99629918:18
gmaanmoved the intercept_method to fixture and fixed other comment18:18
dansmithgmaan: okay thanks I probably won't get back to it today but hopefully monday18:20
gmaandansmith: sure18:20
opendevreviewGoutham Pacha Ravi proposed openstack/nova master: Extract share management from ComputeManager  https://review.opendev.org/c/openstack/nova/+/99934919:02
opendevreviewGoutham Pacha Ravi proposed openstack/nova master: Support cold migration with virtiofs shares  https://review.opendev.org/c/openstack/nova/+/98963319:02
opendevreviewGoutham Pacha Ravi proposed openstack/nova master: Rewrite share admin guide and add user guide  https://review.opendev.org/c/openstack/nova/+/100016622:03
opendevreviewGoutham Pacha Ravi proposed openstack/nova master: Rewrite share admin guide and add user guide  https://review.opendev.org/c/openstack/nova/+/100016622:07

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