Earlier  
Posted Nick Remark
#openstack-cyborg - 2026-03-10
14:41:12 bogdando[m] how reasonable is having this in CLI assuming only service user should be allowed to do that low level things for/via nova?
14:41:13 sean-k-mooney but that is not what "openstack accelerator arq delete" means per the openstack client naming conventions
14:41:44 sean-k-mooney bogdando[m]: it some thing we will need to enfoce going forard
14:41:46 jgilaber there is an api call to delete arqs using the instance uuid Ie1894311b0e384ab52b1b3dfe0eb50618eef6c9f
14:41:56 jgilaber sorry pasted wrong
14:42:01 jgilaber https://docs.openstack.org/api-ref/accelerator/#delete-accelerator-requests-by-instance-uuid
14:42:04 sean-k-mooney its only vaild for a user to delete an arq if its not asssocated with an instance
14:42:49 sean-k-mooney ack let me review that seperatly
14:42:59 sean-k-mooney this clie shoudl be callign the other one
14:43:11 sean-k-mooney /v2/accelerator_requests?arqs={accelerator_request_uuid} not /v2/accelerator_requests?instance={instance_uuid}
14:43:35 sean-k-mooney both exist and the nameing convetion of osc woudl requrie we call the first path
14:43:44 sean-k-mooney to call the second we woudl need --instance or similar
14:43:58 sean-k-mooney but the secodn is invlid from my persective
14:44:26 sean-k-mooney im saying that as a nova core not a cybrog one
14:44:39 bogdando[m] the original use case seemed to be remove all arqs for a running instance
14:45:11 sean-k-mooney yep that not supproted by nova
14:45:16 jgilaber for what is worth the usage test of openstack accelerator arq delete is clear enough
14:45:29 jgilaber usage: openstack accelerator arq delete [-h] <uuid> [<uuid> ...
14:45:38 jgilaber <uuid> UUID(s) of the accelerator_request(s) to delete.
14:45:44 sean-k-mooney +1
14:45:46 jgilaber no mentions of instance uuids
14:45:56 sean-k-mooney that confims the expecation in the bug reprot is incorect
14:46:16 jgilaber yep, we can close it
14:46:25 bogdando[m] at least for now
14:46:41 sean-k-mooney i willl likely need to adress /v2/accelerator_requests?instance={instance_uuid} in my srback spec
14:46:53 sean-k-mooney but i suspect wwe will need to remove it in a future microversion
14:47:00 sean-k-mooney ill dig into the history of it
14:47:02 bogdando[m] may be it makes sense in future, as housekeeping things, like defragment vram to allow repartitioning
14:47:54 sean-k-mooney lets not specualte on it now
14:48:00 bogdando[m] ack
14:48:23 sean-k-mooney jgilaber: do you want to leave a comment on the bug or will i
14:48:30 sean-k-mooney i woudl liek to link to the doc sting when closing it
14:48:34 chandankumar https://github.com/openstack/cyborg/commit/1f9a808f1d965063a2744c6ea6ddeb76a5d57061 adds some does around second option
14:48:37 jgilaber I can do it
14:48:42 sean-k-mooney jgilaber: ++
14:49:42 sean-k-mooney chandankumar nova only supprots 1 ARQ today
14:50:00 sean-k-mooney i think this was added in preperation for cybrog device via neuton ports
14:50:10 sean-k-mooney since that fits the time frame but that never happend in nova or neutron
14:51:04 chandankumar ok
14:51:11 sean-k-mooney shall we move on to the next bug or finish early?
14:51:16 chandankumar yes
14:51:25 chandankumar #link https://bugs.launchpad.net/openstack-cyborg/+bug/1955286 cyborg cmd exec meeting keystone authentication fail
14:53:31 sean-k-mooney that looks like a deployment isseu
14:53:48 sean-k-mooney they are gettign a 401 form the micoversion endpoint
14:53:55 sean-k-mooney which shoudl not requrie auth
14:54:10 sean-k-mooney so without more info mation i think we close this as incompl.ete
14:54:24 sean-k-mooney bases on the path this looks liek a devstack deployment not production
14:54:37 sean-k-mooney /opt/stack/data/CA/int-ca/ca-chain.pem
14:54:51 sean-k-mooney /opt/stack/data is where devstack store service state
14:55:31 chandankumar I will take care of this one
14:55:44 sean-k-mooney ack
14:55:58 chandankumar there is one more bug, but I will move it to next meeting
14:56:03 sean-k-mooney we could see if we have the same bevhior in our local devstack but i dont think this si a real issue
14:56:08 sean-k-mooney ack
14:56:20 chandankumar moving to last topic
14:56:31 chandankumar #topic volunteer for next meeting
14:56:40 rlandy I'll do it since I skipped my last round
14:56:50 chandankumar thanks rlandy !
14:56:59 chandankumar #topic open discussion
14:57:13 chandankumar Anyone wants to bring any topic before closing the meeting.
14:58:44 chandankumar if not, then let me close the meeting
14:58:58 chandankumar thank you all for joining the meeting!
14:59:02 opendevmeet Log: https://meetings.opendev.org/meetings/cyborg/2026/cyborg.2026-03-10-14.02.log.html
14:59:02 opendevmeet Minutes (text): https://meetings.opendev.org/meetings/cyborg/2026/cyborg.2026-03-10-14.02.txt
14:59:02 opendevmeet Minutes: https://meetings.opendev.org/meetings/cyborg/2026/cyborg.2026-03-10-14.02.html
14:59:02 opendevmeet Meeting ended Tue Mar 10 14:59:02 2026 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)
14:59:02 chandankumar #endmeeting
#openstack-cyborg - 2026-03-11
05:02:09 opendevreview chandan kumar proposed openstack/cyborg master: Add NVMeVirt emulated NVMe device support for devstack https://review.opendev.org/c/openstack/cyborg/+/977083
05:05:20 opendevreview chandan kumar proposed openstack/cyborg master: Add NVMeVirt emulated NVMe device support for devstack https://review.opendev.org/c/openstack/cyborg/+/977083
05:20:28 opendevreview chandan kumar proposed openstack/cyborg master: Rename devstack CYBORG_CONF_FILE to CYBORG_CONF for consistency https://review.opendev.org/c/openstack/cyborg/+/979805
05:46:15 opendevreview chandan kumar proposed openstack/cyborg master: [WIP] Add cyborg greande job https://review.opendev.org/c/openstack/cyborg/+/979802
05:59:58 opendevreview chandan kumar proposed openstack/cyborg master: Add NVMeVirt emulated NVMe device support for devstack https://review.opendev.org/c/openstack/cyborg/+/977083
06:00:13 opendevreview chandan kumar proposed openstack/cyborg master: Add NVMeVirt emulated NVMe device support for devstack https://review.opendev.org/c/openstack/cyborg/+/977083
07:32:21 opendevreview chandan kumar proposed openstack/cyborg master: [WIP] Add cyborg greande job https://review.opendev.org/c/openstack/cyborg/+/979802
09:38:16 opendevreview chandan kumar proposed openstack/cyborg master: Add NVMeVirt emulated NVMe device support for devstack https://review.opendev.org/c/openstack/cyborg/+/977083
09:53:25 opendevreview chandan kumar proposed openstack/cyborg master: Add NVMeVirt emulated NVMe device support for devstack https://review.opendev.org/c/openstack/cyborg/+/977083
10:19:04 opendevreview chandan kumar proposed openstack/cyborg master: Use common_checks.check_policy_json from oslo.upgradecheck https://review.opendev.org/c/openstack/cyborg/+/979991
10:20:14 opendevreview chandan kumar proposed openstack/cyborg master: Use common_checks.check_policy_json from oslo.upgradecheck https://review.opendev.org/c/openstack/cyborg/+/979991
10:26:00 opendevreview chandan kumar proposed openstack/cyborg master: [WIP] Add cyborg greande job https://review.opendev.org/c/openstack/cyborg/+/979802
#openstack-cyborg - 2026-03-12
04:55:15 opendevreview chandan kumar proposed openstack/cyborg master: [WIP] Add cyborg grenade job https://review.opendev.org/c/openstack/cyborg/+/979802
04:56:41 opendevreview chandan kumar proposed openstack/cyborg master: [WIP] Add cyborg grenade job https://review.opendev.org/c/openstack/cyborg/+/979802
05:26:58 opendevreview chandan kumar proposed openstack/cyborg master: [WIP] Add cyborg grenade job https://review.opendev.org/c/openstack/cyborg/+/979802
05:45:21 opendevreview chandan kumar proposed openstack/cyborg master: [WIP] Add cyborg grenade job https://review.opendev.org/c/openstack/cyborg/+/979802
07:10:04 opendevreview chandan kumar proposed openstack/cyborg master: [WIP] Add cyborg grenade job https://review.opendev.org/c/openstack/cyborg/+/979802
08:38:31 opendevreview chandan kumar proposed openstack/cyborg master: [WIP] Add cyborg grenade job https://review.opendev.org/c/openstack/cyborg/+/979802
13:54:16 opendevreview chandan kumar proposed openstack/cyborg master: Use common_checks.check_policy_json from oslo.upgradecheck https://review.opendev.org/c/openstack/cyborg/+/979991
14:04:48 opendevreview chandan kumar proposed openstack/cyborg master: [WIP] Add cyborg grenade job https://review.opendev.org/c/openstack/cyborg/+/979802
15:18:35 chandankumar sean-k-mooney: hello, on cyborg grenade patch https://review.opendev.org/c/openstack/cyborg/+/979802, I am hitting following error https://cfd925b16314725faad7-276cdc89d597e728af064ca9b4be4e44.ssl.cf5.rackcdn.com/openstack/dcf3fe7992084ea48c8ceed10d549222/controller/logs/grenade.sh_log.txt
15:19:15 chandankumar I have added depends-on cyborg status fix from stable branches, But upgrade seems to be failing
15:19:48 chandankumar Do we need to create from-2025.2/upgrade-cyborg and skip upgrade check command? or do we need something else
15:22:34 sean-k-mooney so depend on is not a good idea here
15:22:43 sean-k-mooney at least not in the simple case
15:22:54 sean-k-mooney if you want edpeend on to work for grenade
15:23:06 sean-k-mooney you need to cherry pick and then depend on the master and backprot patch
15:23:23 sean-k-mooney so that the patch is in both brnaches that zuul prepares
15:24:09 chandankumar https://review.opendev.org/c/openstack/cyborg/+/980293 and https://review.opendev.org/c/openstack/cyborg/+/980294 are backported patches
15:24:21 sean-k-mooney chandankumar: right but you dont have the fix on master
15:24:40 sean-k-mooney you need to rebase https://review.opendev.org/c/openstack/cyborg/+/979802 on the master fix
15:24:46 sean-k-mooney or also depnd on it
15:24:58 sean-k-mooney https://review.opendev.org/c/openstack/cyborg/+/979991

Earlier   Later