]> git.proxmox.com Git - pve-cluster.git/commit
add cfg files for resource mapping
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 25 May 2023 10:17:43 +0000 (12:17 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 5 Jun 2023 09:09:19 +0000 (11:09 +0200)
commit815e6ac1d80cf6ecfa6c820cf47503ca0bfdb5e8
tree3d68db84c2a0904871eae766cdc9accddb57e0c3
parent9697997575e25e188a0993a0e4fc7f33f6602928
add cfg files for resource mapping

There might be more mapping types in the future, but for now it's:

- mapping/pci.cfg
- mapping/usb.cfg

Add them to both, the perl side (PVE/Cluster.pm) and pmxcfs side
(status.c).

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
 [ TL: Dominik, Fabian and I decided to do a s/resource/mapping/
   rename on the cfg & API paths and privileges, so ammend that ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/Cluster.pm
src/pmxcfs/status.c