Hi, it looks like your Virtual Function (VF) for vGPU passthrough is not properly bound to VFIO at the time the VM starts.
Your VF (0000:8c:02.2) belongs to IOMMU group 221, but that group is not attached to VFIO yet.
Run:
lspci -nnk | grep -A...
It seems like backing up /etc (not that large) would be enough of an insurance. Also, the settings do not change often, so a manual last step, like, ssh-ing into the PVE system and running
tar zcvf "pve-pbs-etc-backup-$(date -I).tar.gz" -C...
Hallo
sorry das ich das Thema nochmals hochhole, aber auch in der neuen 9 Version werden die Logs aus dem Slaves auf dem Master angezeigt.
Zwar Funktioniert:
/usr/bin/pmg-log-tracker-default "$@" | head -n -1
ssh root@mx2...
I believe my only issue right now is that proxmox doesn't use the VPN's DNS server, as both tools fight for overwriting `resolv.conf`. I wonder if it would be possible to indeed launch a proxmox container, install tailscale inside there, and have...
Hi, looks like something happened during your upgrade between 8 to 9. Usually I'll do move out the VMs, then do a totally fresh install of PVE for major upgrade due to changes to the kernel.
Hi!
Proxmox distributes its own patched ifupdown2 packages, so it's best to check if these issues are because of changes done there first.
Either way, it should be checked out properly by creating a Bugzilla entry for this. Also the ifupdown2...
Hi, in numa0/numa1, the cpus= list refers to guest vCPU indexes (0…vCPUs-1), not host CPU IDs.
Affinity is the host cpuset for the whole VM process (all vCPU threads), not per-vCPU.
Proxmox VE (QEMU) doesn’t expose per-vCPU pinning in the VM...
Unfortunately, deleting the full path doesn't work either.
pvesh delete /cluster/acme/account/pvecluster1
Error: POST to https://acme-v02.harica.gr/acme/d45...686/acct/e2... { "type": "urn:ietf:params:acme:error:malformed", "detail": "get...
Ich bin auf ein für mich sehr unschönes HA-Verhalten gestoßen.
Als Vorbereitung einer größeren Serverinstallation in unserer Firma habe ich einen kleinen Testcluster aufgesetzt, welcher ansonsten auch gut funktioniert.
Mein noch Test Cluster...
Servus,
Hab alles geklärt, es funktioniert alles auf der VM, der Webserver rennt jetzt fehlerfrei und kann im lokalen Netz von meinen Notebook aus darauf zugreifen.
Trozdem danke für eure Hilfe <3
Hi,
nice work! Would you mind submitting these patches to the development mailing list, so that all users can profit from your findings? See:
https://pve.proxmox.com/wiki/Developer_Documentation...
Nice but can we be certain there is no hidden backdoor (even without using the cloud option)? Is the software open source and can it be checked by a community and compiled yourself? If I would use this, I would lock it down extremely tight. No...
Hello,
I would like to know if you plan (someday, possible roadmap, Christmas gift) to create Terraform modules for PVE.
Thank you,
Best regards,
Jbsky
Yes—this is expected with the PG autoscaler. With a mostly empty pool, Ceph starts low (often 32 PGs) and grows PGs as data increases unless you guide it with bulk, target_size_ratio/bytes, or a pg_num_min.
I just encountered the very same problem, setting the DNS via pct command doesn't really work.
If I only set up a single dns ip then it works.
However, if I enter multiple ip addresses, none of them get propagated into the container.
To me it...