File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -1673,3 +1673,7 @@ Adds the `security.syscalls.intercept.sysinfo` to allow the `sysinfo` syscall to
1673
1673
This introduces a ` mode ` field to the evacuation request which allows
1674
1674
for overriding the evacuation mode traditionally set through
1675
1675
` cluster.evacuate ` .
1676
+
1677
+ ## resources\_ pci\_ vpd
1678
+ Adds a new VPD struct to the PCI resource entries.
1679
+ This struct extracts vendor provided data including the full product name and additional key/value configuration pairs.
Original file line number Diff line number Diff line change @@ -333,6 +333,7 @@ var APIExtensions = []string{
333
333
"image_copy_profile" ,
334
334
"container_syscall_intercept_sysinfo" ,
335
335
"clustering_evacuation_mode" ,
336
+ "resources_pci_vpd" ,
336
337
}
337
338
338
339
// APIExtensionsCount returns the number of available API extensions.
You can’t perform that action at this time.
0 commit comments