Since your nodes are in a Proxmox cluster, SSH keys are already exchanged between them.
That makes this pretty painless.
SSH shutdown from node 1's NUT script, Node 1 already has a working NUT client, so you just add a script that SSHs into node...
Thanks for the heads up. Pretty sure most where created with Ceph Reef except a few that got recreated recently with Squid 19.2.3. I'm aware of that bug, but given that I don't use EC pools (Ceph bugreport mentions it seems to only happen on OSD...
as others pointed out already this hits OSDs that are fairly full (~75%+) with heavy disk fragmentation.
v19.2.3 already ships a race condition fix (https://ceph.io/en/news/blog/2025/v19-2-3-squid-released/) that prevents new corruption, but it...
Pardon my less-than-intelligent question, but is there a way to install Proxmox on a Ceph cluster such that Proxmox boots off of a Ceph cluster? Or is this not possible?
Maybe useful for people coming back to this thread one day:
Take a look at the kernel.org thread which describes this bug including examples from Proxmox and QEMU. There is also an excellent writeup here.
Update: I've got past the installer. It's likely a bug, related to NUMA or CPU / Memory hotplug as those are the features that I've turned off.
Update 2: Once the installation is done I can turn on NUMA and CPU / Memory Hotplug and I do not seem...
> it is very hard to determine a good set of robust rules enabling this to be automatic ...
I feel like they are missing the point of your proposal which was essentially "add the ability to add some additional conditions for failure". Deploying...
Got a little closer to the golden ring today.
Connected the ARC Pro B50 with occulink
both Win11 and Mint started without crashing
Opened Win 11 and loaded the XE drivers, but they would not stay enabled to a "43 error"
It is running on remote...
This would be a one liner :cool:
pvesh get /cluster/resources --type node --output-format json|jq -r .[].node| xargs -I {} sh -c 'echo {}: $(pvesh get nodes/{}/subscription --output-format json | jq -r .message)'
pve-1: There is no subscription...
Went through the normal process of adding a node to the cluster and installing Ceph, then went to run ceph-volume lvm batch and it errored out for missing config. Figured no big deal, symlinked /etc/ceph/ceph.conf -> /etc/pve/ceph.conf, I've had...
@nvanaert I'm also having this issue at the moment, both on 9.1.1 and 9.1.5. In my case it's only happening when I'm using an Autounattend.xml file to automatically install it as part of a CI workflow, but you might find this useful in...
having done a lot (a lot lot) of reading and testing on this subject now I believe that there is still an outstanding issue with the qm enroll-efi-keys command
I, like others, ran this command against a windows 11 machine, and it does indeed...
Hi,
You should tell more about your setup :
How many backups per day (show the Schedule)
What you want to keep ?
Show the logs of the prune task
Best regards,
Without double checking our logs the fact that the Feb 11 log starts with the 2/3 backup implies to me the others were removed before that task run?
Is there any sync job? Or retention set on the backup job?
Normally retention is additive...14...
Good morning everyone,
I’ve identified the issue: I changed the backup method from “unencrypted” to “encrypted.” Management approved the change and requested that all remaining “unencrypted” backups be removed. The former administrator carried...
Just ran into this myself, used this Ansible command to find which host was already using the key I had just unsuccessfully tried to use:
ansible cluster1 -u root -m ansible.builtin.shell -a 'pvesubscription get' | grep -B 7 $ServerID
I hope...
Hello,
I wanted to set a minimum and maximum size on my ZFS ARC after studying this article: https://klarasystems.com/articles/arc-and-l2arc-sizing-for-proxmox/
So, I've modified my zfs.conf as shown:
root@andromeda2:~# cat...