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...
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...
Hello everyone,
"Und täglich grüßt das Murmeltier"
I just upgraded my kernel from 6.17.4-2 to 6.17.9-1.
Sadly now I'm missing following binaries/scripts:
- arcstat
- arc_summary
Is it possible to include them in the next releases and how can I...
At https://packages.debian.org/forky/amd64/zfsutils-linux/filelist I can see there are /usr/bin/zarcstat and /usr/bin/zarcsummary
Maybe those were renamed in the newer version?
What about man zarcstat ?
P.S.
Indeed...