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...
I believe this is correct as it has been reported since 6.14 that crc32c is exposed via library...:
https://bbs.archlinux.org/viewtopic.php?pid=2236193#p2236193
I changed the two settings you mentioned, but it's sadly still the same. Some other things to try?
The settings for the Linux VM are as following and with these settings the Linux VM boots and the GPU is accessible. It would be nice we could do...
Hi all,
I'm trying to set up a new node with a T5820 and have had no issues up until this point. The node has 2x 256GB drives in RAID1 for boot (on a PCIe card, 1 NVMe over PCIE and 1 connected by SATA cable), 2x 500GB SATA drives for a VMpool...
Actually my system also shows:
[root@pve ~]# grep CRC_OPTIMIZATIONS /boot/config-$(uname -r)
CONFIG_CRC_OPTIMIZATIONS=y
[root@pve ~]#
But the BTRFS is still not loading crc32c-intel. Which is not availble with 6.17 on proxmox (and was also not...
Hey, really thanks. I'll try it.
About the switch on the same UPS, yes. In this case, I used to have a switch between them, but then I discovered that the only 2g5 connection that could take benefit of that are those nodes, so I made a direct...
The fix should be straightforward — just enabling CONFIG_CRC_OPTIMIZATIONS=y in the kernel config. This affects not just BTRFS but also ext4, f2fs, and iSCSI, all of which were...