Problem gelöst, es liegt am inklusiv /64er Netz von Netcup. Ich zitiere mal aus deren Forum, ich war wohl nicht der erste: "Wie in deinem Artikel ja auch steht, nutzt Netcup kein geroutetes Subnetz, sondern ein geswitchtes. D.h., du musst der...
Well like often the answer is: It depends :)
Or to be more precise what workload are you planning to run, which downtimes/riscs you can live with and what tradeoffs you are willing to make.
First: ZFS and Ceph both want to mange the discs...
I reduced the # of API calls by writing a shell function and doing some of the heavy lifting in JQ, but it's still a but clunky. Ok, thanks for confirming at least. Maybe this is something that can be improved in the future.
You currently can't use groups yet. This is a mistake in the documentation. However, there is already an open request for this feature [1].
Ah, yeah that should be cleaned up, sorry for that.
[1]: https://bugzilla.proxmox.com/show_bug.cgi?id=6883
the processes inside the container are still unconfined as expected, whereas without that config line they are confined by the container profile:
without unconfined (PID 1/systemd of the container):
$ cat /proc/135279/attr/current...
Guide on how to use the CLI-based QEMU manager in Proxmox, which is named 'qm'. The guide covers everything you always wanted to know and were afraid to ask about managing QEMU/KVM and has a lot of tips you will not find anywhere else. As far as...
Outside of maintaining your own map, probably not.
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
Hi all, I've been trying to pass through a GT 1030 as a display out for one of my Windows 11 VMs, but no matter what I do, it always returns the same error log.
error writing '1' to '/sys/bus/pci/devices/0000:01:00.0/reset': Inappropriate ioctl...
Did you run the helper script with root or another user? tags.jpg can only be read and re written by the owner and nobody else. I don't know whether i can help any further as i am not experienced with docmost. I hope you do find a way to make it...
I have some maintenance scripts where I need to pause/resume a set of VMs on my PVE 9.1 cluster. I want this script to operate on all VMs that are set to auto-start (onboot=1)
I found the /nodes/{node}/qemu API endpoint, but sadly the onboot...
I separated two of my nodes that used to be in a cluster, and it all appeared to go fine, but I still see this error in the log that pveproxy is trying to connect to that node:
Dec 11 10:10:12 pve-unas pveproxy[2497]...
I just rebuilt a similar setup to you and I ran into ipv4 forwarding not being enabled, so that the packets didn't find their way back to the vm. Maybe you have the same problem? You could try sysctl net.ipv4.conf.all.forwarding=1 on the...
Dear Proxmox Team,
I just tried to install a phresh PVE host from the 9.1-1.iso downloaded from here and stored on a ventoy stick (E2B or similar) on which I keep all my OS images.
That didn't work out... :rolleyes:
I remember the day when it...
Nothing stands out. The system should not be using Internal Snapshots with RBD. I'd recommend making sure that you are running the latest available software (apt update), and if the issue continues - utilize the support channel to open a ticket...
Yes but not for temperature, the pulse feature for monitoring temperatures uses a specific agent together with lm-sensors see: https://github.com/rcourtman/Pulse/blob/main/internal/sensors/collector.go ...
I have a similar problem, this curl command simply returns nothing (It just returns to the command prompt after a delay of a couple of seconds):-
curl -k -H "Authorization: PVEAPIToken=myuser@pve\!TOKENID=XXXXXXXXXXXX"...