]> git.proxmox.com Git - pve-manager.git/commit
pve7to8: add check for nvidia-vgpu-mgr
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 12 Jun 2023 10:00:53 +0000 (12:00 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 12 Jun 2023 14:57:30 +0000 (16:57 +0200)
commit5bff753aec5c06a3506a2d3159f54e65442af07e
tree68771f81206683151b9323e69565c58800211cfa
parentaee2b1382e71ead700e0722edca60abb783fa7bf
pve7to8: add check for nvidia-vgpu-mgr

Currently the nvidia vgpu host driver (15.2) does not support kernels >
6.0 and thus will not work with bookworm based releases for now.

Fail when the service is running, and warn if it only exists, but is
disabled/stopped (in case a user installed it sometime but did not need
it and disabled it).

In any case, link to the known issues section in the upgrade guide
(which we can update to contain up-to-date information).

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/CLI/pve7to8.pm