Earlier  
Posted Nick Remark
#openstack-cyborg - 2026-08-11
14:20:45 chandankumar thank you sean-k-mooney !
14:20:54 rlandy any more reviews?
14:21:18 chandankumar I will be reviewing vfio series https://review.opendev.org/q/topic:%22bp/support-vfio-variant-driver-managed-mode%22 this week
14:21:47 rlandy thank you chandankumar
14:21:56 sean-k-mooney chandankumar: im trying to test that today/tomrrow
14:22:09 sean-k-mooney so ill respin it wiht your feedback if you have any
14:22:38 rlandy k - moving on ...
14:22:44 rlandy #topic: Bugs
14:23:03 rlandy nothing listed on #link: https://etherpad.opendev.org/p/openstack-cyborg-irc-meeting#L52
14:23:14 rlandy so open floor to raise any bugs here
14:24:14 rlandy alright ...
14:24:22 rlandy #topic: Open Discussion
14:24:26 rlandy anyone?
14:24:50 sean-k-mooney nope
14:25:23 gamio sean-k-mooney: one design question.
14:25:29 rlandy ok ... last issue:
14:25:37 rlandy #topic: Volunteers to chair next meeting
14:25:40 gamio does the nic device_addresses filtering fit where the generic pci driver is heading, or should that discovery filtering eventually live there? want to avoid duplicating later
14:26:25 sean-k-mooney gamio: the nic driver may go away in the future
14:26:39 rlandy otherwise I can do chair again next week if needed
14:26:40 sean-k-mooney but not for a few release
14:26:54 sean-k-mooney rlandy: if you could that woudl be grate if not i can do it
14:27:02 rlandy no problem
14:27:08 rlandy I'll do it
14:27:18 rlandy ok folks - thank you for attending
14:27:39 opendevmeet Log: https://meetings.opendev.org/meetings/cyborg_irc_meeting_august_11__2026/2026/cyborg_irc_meeting_august_11__2026.2026-08-11-14.01.log.html
14:27:39 opendevmeet Minutes (text): https://meetings.opendev.org/meetings/cyborg_irc_meeting_august_11__2026/2026/cyborg_irc_meeting_august_11__2026.2026-08-11-14.01.txt
14:27:39 opendevmeet Minutes: https://meetings.opendev.org/meetings/cyborg_irc_meeting_august_11__2026/2026/cyborg_irc_meeting_august_11__2026.2026-08-11-14.01.html
14:27:39 opendevmeet Meeting ended Tue Aug 11 14:27:39 2026 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)
14:27:39 rlandy #endmeeting
14:27:50 sean-k-mooney gamio: it should use the new funcitons you provided if its not already but eventully the filtering will get deletaged to the PciBusManager i think
14:29:01 gamio sean-k-mooney: ack. the nic driver does its own sysfs enumeration today, not the lspci helpers, so i can look at moving it over as a follow-up
14:29:14 gamio good to know the filtering will eventually move into the PciBusManager
14:29:26 sean-k-mooney i think it shoudl use the same devspec/whitelist
14:29:45 sean-k-mooney one other change we need to do in the future is rename the whitelist option in the pci driver as well
14:29:50 sean-k-mooney but the format shoudl be the same
14:30:01 sean-k-mooney right now the filterign is hardcoded in the nic driver
14:30:12 sean-k-mooney we will want to evolve that later
14:30:37 sean-k-mooney but that kind of when we need to decied if we just enable the generic pci driver to manage nics or not
14:30:52 sean-k-mooney so for now my advise is reuse as much code as makes sense
14:31:07 sean-k-mooney but dont fundemtnly change the scope fo the nic drivers for now
14:32:14 gamio sean-k-mooney: understood, i'll keep 1000240 at its current scope and just reuse the shared code where it makes sense, no fundamental scope change to the nic driver for now
14:32:37 sean-k-mooney sound good
16:56:03 opendevreview Merged openstack/cyborg master: Remove sample config and policy files from documentation https://review.opendev.org/c/openstack/cyborg/+/999372
16:56:40 opendevreview Merged openstack/cyborg master: Inline driver table into support-matrix.rst https://review.opendev.org/c/openstack/cyborg/+/999116
18:33:56 opendevreview sean mooney proposed openstack/cyborg master: devstack: Add NVIDIA vGPU variant-driver setup helpers https://review.opendev.org/c/openstack/cyborg/+/994578
#openstack-cyborg - 2026-08-12
07:26:35 opendevreview chandan kumar proposed openstack/cyborg master: Add NVME device type support https://review.opendev.org/c/openstack/cyborg/+/999932
07:26:36 opendevreview chandan kumar proposed openstack/cyborg master: Add online data migration and upgrade check for device_state backfill https://review.opendev.org/c/openstack/cyborg/+/999934
07:26:36 opendevreview chandan kumar proposed openstack/cyborg master: Add device_state lifecycle column to the Device model https://review.opendev.org/c/openstack/cyborg/+/999933
07:26:37 opendevreview chandan kumar proposed openstack/cyborg master: Add [nvme] configuration group https://review.opendev.org/c/openstack/cyborg/+/999936
07:26:37 opendevreview chandan kumar proposed openstack/cyborg master: Add no-op init_host() and cleanup() stubs to GenericDriver https://review.opendev.org/c/openstack/cyborg/+/999935
07:26:38 opendevreview chandan kumar proposed openstack/cyborg master: Add NVMeDriver with discover() and init_host() https://review.opendev.org/c/openstack/cyborg/+/999938
07:26:38 opendevreview chandan kumar proposed openstack/cyborg master: Add NVMeDeviceSpec and privsep wrappers for nvme-cli https://review.opendev.org/c/openstack/cyborg/+/999937
07:26:39 opendevreview chandan kumar proposed openstack/cyborg master: nvme: implement NVMeDriver.cleanup() https://review.opendev.org/c/openstack/cyborg/+/999940
07:26:39 opendevreview chandan kumar proposed openstack/cyborg master: Add device cleanup lifecycle on ARQ unbind https://review.opendev.org/c/openstack/cyborg/+/999939
07:26:41 opendevreview chandan kumar proposed openstack/cyborg master: Expose device_state in the device API and add POST /clean endpoint https://review.opendev.org/c/openstack/cyborg/+/999942
07:26:41 opendevreview chandan kumar proposed openstack/cyborg master: Add device_state bind guard and wire crash recovery to init_host() https://review.opendev.org/c/openstack/cyborg/+/999941
07:26:43 opendevreview chandan kumar proposed openstack/cyborg master: Add NVMe driver admin guide and API reference for microversion 2.4 https://review.opendev.org/c/openstack/cyborg/+/999944
07:26:43 opendevreview chandan kumar proposed openstack/cyborg master: Deprecate SSDDriver with pointer to NVMeDriver https://review.opendev.org/c/openstack/cyborg/+/999943
07:26:45 opendevreview chandan kumar proposed openstack/cyborg master: pci-sim: introduce personality ops-table dispatch for VF device types https://review.opendev.org/c/openstack/cyborg/+/999125
07:26:45 opendevreview chandan kumar proposed openstack/cyborg master: Add per-PF vf_personality sysfs interface https://review.opendev.org/c/openstack/cyborg/+/998603
07:26:47 opendevreview chandan kumar proposed openstack/cyborg master: pci-sim: add NVMe VFIO guest probe and host handoff https://review.opendev.org/c/openstack/cyborg/+/999929
07:26:47 opendevreview chandan kumar proposed openstack/cyborg master: pci-sim: add NVMe host kernel module https://review.opendev.org/c/openstack/cyborg/+/999928
07:26:49 opendevreview chandan kumar proposed openstack/cyborg master: Add NVMe driver devstack plugin support https://review.opendev.org/c/openstack/cyborg/+/999945
09:24:05 opendevreview chandan kumar proposed openstack/cyborg-tempest-plugin master: Add NVMe driver lifecycle scenario tests https://review.opendev.org/c/openstack/cyborg-tempest-plugin/+/999922
13:31:49 opendevreview Takashi Kajinami proposed openstack/cyborg-tempest-plugin master: Use existing definition for [service_available] section https://review.opendev.org/c/openstack/cyborg-tempest-plugin/+/1000724
14:59:20 opendevreview chandan kumar proposed openstack/cyborg master: Expose device_state in the device API and add POST /clean endpoint https://review.opendev.org/c/openstack/cyborg/+/999942
14:59:20 opendevreview chandan kumar proposed openstack/cyborg master: Add device_state bind guard and fix fake FPGA topology https://review.opendev.org/c/openstack/cyborg/+/999941
14:59:21 opendevreview chandan kumar proposed openstack/cyborg master: Add NVMe driver admin guide and API reference for microversion 2.4 https://review.opendev.org/c/openstack/cyborg/+/999944
14:59:21 opendevreview chandan kumar proposed openstack/cyborg master: Deprecate SSDDriver with pointer to NVMeDriver https://review.opendev.org/c/openstack/cyborg/+/999943
14:59:22 opendevreview chandan kumar proposed openstack/cyborg master: pci-sim: introduce personality ops-table dispatch for VF device types https://review.opendev.org/c/openstack/cyborg/+/999125
14:59:22 opendevreview chandan kumar proposed openstack/cyborg master: Add per-PF vf_personality sysfs interface https://review.opendev.org/c/openstack/cyborg/+/998603
14:59:23 opendevreview chandan kumar proposed openstack/cyborg master: pci-sim: add NVMe VFIO guest probe and host handoff https://review.opendev.org/c/openstack/cyborg/+/999929
14:59:23 opendevreview chandan kumar proposed openstack/cyborg master: pci-sim: add NVMe host kernel module https://review.opendev.org/c/openstack/cyborg/+/999928
14:59:24 opendevreview chandan kumar proposed openstack/cyborg master: Add NVMe driver devstack plugin support https://review.opendev.org/c/openstack/cyborg/+/999945
#openstack-cyborg - 2026-08-13
03:32:51 opendevreview chandan kumar proposed openstack/cyborg master: Add NVME device type support https://review.opendev.org/c/openstack/cyborg/+/999932
03:32:52 opendevreview chandan kumar proposed openstack/cyborg master: Add online data migration and upgrade check for device_state backfill https://review.opendev.org/c/openstack/cyborg/+/999934
03:32:52 opendevreview chandan kumar proposed openstack/cyborg master: Add device_state lifecycle column to the Device model https://review.opendev.org/c/openstack/cyborg/+/999933
03:32:53 opendevreview chandan kumar proposed openstack/cyborg master: Add [nvme] configuration group https://review.opendev.org/c/openstack/cyborg/+/999936
03:32:53 opendevreview chandan kumar proposed openstack/cyborg master: Add no-op init_host() and cleanup() stubs to GenericDriver https://review.opendev.org/c/openstack/cyborg/+/999935
03:32:54 opendevreview chandan kumar proposed openstack/cyborg master: Add NVMeDriver with discover() and init_host() https://review.opendev.org/c/openstack/cyborg/+/999938
03:32:54 opendevreview chandan kumar proposed openstack/cyborg master: Add NVMeDeviceSpec and privsep wrappers for nvme-cli https://review.opendev.org/c/openstack/cyborg/+/999937
03:32:55 opendevreview chandan kumar proposed openstack/cyborg master: nvme: implement NVMeDriver.cleanup() https://review.opendev.org/c/openstack/cyborg/+/999940
03:32:55 opendevreview chandan kumar proposed openstack/cyborg master: Add device cleanup lifecycle on ARQ unbind https://review.opendev.org/c/openstack/cyborg/+/999939
03:32:57 opendevreview chandan kumar proposed openstack/cyborg master: Expose device_state in the device API and add POST /clean endpoint https://review.opendev.org/c/openstack/cyborg/+/999942
03:32:57 opendevreview chandan kumar proposed openstack/cyborg master: Add device_state bind guard and fix fake FPGA topology https://review.opendev.org/c/openstack/cyborg/+/999941
03:32:59 opendevreview chandan kumar proposed openstack/cyborg master: Add NVMe driver admin guide and API reference for microversion 2.4 https://review.opendev.org/c/openstack/cyborg/+/999944
03:32:59 opendevreview chandan kumar proposed openstack/cyborg master: Deprecate SSDDriver with pointer to NVMeDriver https://review.opendev.org/c/openstack/cyborg/+/999943
03:33:01 opendevreview chandan kumar proposed openstack/cyborg master: pci-sim: introduce personality ops-table dispatch for VF device types https://review.opendev.org/c/openstack/cyborg/+/999125
03:33:01 opendevreview chandan kumar proposed openstack/cyborg master: Add per-PF vf_personality sysfs interface https://review.opendev.org/c/openstack/cyborg/+/998603
03:33:03 opendevreview chandan kumar proposed openstack/cyborg master: pci-sim: add NVMe VFIO guest probe and host handoff https://review.opendev.org/c/openstack/cyborg/+/999929
03:33:03 opendevreview chandan kumar proposed openstack/cyborg master: pci-sim: add NVMe host kernel module https://review.opendev.org/c/openstack/cyborg/+/999928
03:33:05 opendevreview chandan kumar proposed openstack/cyborg master: Add NVMe driver devstack plugin support https://review.opendev.org/c/openstack/cyborg/+/999945
13:57:55 opendevreview chandan kumar proposed openstack/cyborg master: nvme: implement NVMeDriver.cleanup() https://review.opendev.org/c/openstack/cyborg/+/999940
13:57:55 opendevreview chandan kumar proposed openstack/cyborg master: Add device cleanup lifecycle on ARQ unbind https://review.opendev.org/c/openstack/cyborg/+/999939
13:57:56 opendevreview chandan kumar proposed openstack/cyborg master: Expose device_state in the device API and add POST /clean endpoint https://review.opendev.org/c/openstack/cyborg/+/999942
13:57:56 opendevreview chandan kumar proposed openstack/cyborg master: Add device_state bind guard https://review.opendev.org/c/openstack/cyborg/+/999941
13:57:57 opendevreview chandan kumar proposed openstack/cyborg master: Add NVMe driver admin guide and API reference for microversion 2.4 https://review.opendev.org/c/openstack/cyborg/+/999944
13:57:57 opendevreview chandan kumar proposed openstack/cyborg master: Deprecate SSDDriver with pointer to NVMeDriver https://review.opendev.org/c/openstack/cyborg/+/999943
13:57:58 opendevreview chandan kumar proposed openstack/cyborg master: Add per-PF vf_personality sysfs interface https://review.opendev.org/c/openstack/cyborg/+/998603

Earlier   Later