if you want to use 'vgpu' style gpu with a H200 you have to use nvidia ai enterprise https://www.nvidia.com/en-us/data-center/products/ai-enterprise/
which incurs an extra licensing fee to nvidia (idk the exact details currently, but in the past...
well you can give a pdm user privileges to specific things on the pve remotes so he'll only see (and can interact with) those. It does not give automatic privileges to the pve cluster itself, since the pdm user is not automatically logged in to pve
hi,
currently the users/privileges/groups/etc are completely separate between pve and pdm
so if you want to manage the PVE roles you have to do it there,
on PDM, there are separate users/privs for pdm, and itself has access with the...
hi,
sadly the error is not really telling what actually might be wrong.
Are you sure pdm can resolve and reach that remote via the data you put in? (e.g. there is no firewall that's blocking access, the correct ip/hostname/port, etc.)
thanks, i'll start looking into it.
can you also show the error when its expanded?
do you know what steps were necessary to reproduce?
EDIT: so from looking at it, the only way to trigger this IMHO is if your safari is older than 18.4 which is...
@alex25677 can you post the output of
pvesh get /cluster/resources
on the pve node/cluster ?
EDIT: disregard my question, i think @Eduardo Taboada here is right, you probably added the same remote 3 times, which counts the guest 3 times...
for live migration with passed through devices, you must load a capable driver on the vf, in case of mellanox i think the driver was mlx5_vfio_pci
then you need to adapt the config to have 'driver=keep' in the config in the 'hostpci' part like...
I'm currently trying to get some of these and want to write a how-to guide, no promises if/when that arrives though.
Also I'm not sure if it works at all with our current supported kernels, have to test first.
if you want 4 tapes in total, you'd have to lower the retention to 20 days i think, since each media set will only be 'finished' when the new one starts, so the first is now 21 days old
probably the node pdm connects to is one of the older ones, so that's probably why it won't work, but also don't detect it correctly. we know of this and i think someone is already working on improving this
hi,
thanks for posting the output.
The issue is that when encountering large values (such as the total of your nfs)
perl sometimes converts integers to floating point values like this:
And our rust parser expects an integer and fails.
i sent...
hi,
there is no compatibility matrix currently, but migrations from pve8 to pve9 should be working
just make sure that both are fully up to date (with respect to the major version)
can you post the output of
pvesh get /nodes/NODENAME/storage...
hi,
is one of the nodes in the cluster on a slightly older pve version? can you post the version of that cluster?
is the communication between the cluster nodes ok?
hi,
this is currently expected behavior, but you can simply remove the token from the pve ui.
it's on our to-do list to remove the token as an opt-in mechanism, since the token may be used by other applications/clients too
Hi,
not sure how you got into this situation, but the pve repository is not compatible with the remaining repositories:
you have configured the 'bookworm' (debian 12) debian upstream repositories, but the 'bullseye' (debian 11) proxmox ve...
i get what you mean, but it's hard to auto generate proper colors when the actual metric is a gradient, so we go from green to yellow to red, but since cpu and memory are on a scale, we have to fade between the colors to have some kind of...