So even if I do not run `lspci`, if I plug the thunderbolt and attempt to reboot PVE --> it hangs during shutdown
So `lspci` freezing is not the cause, it is a consequence of something else.
Here is the `dmsg` part, right after I plug the...
Hey thanks, yea- double checked /etc/hosts. That was a problem at first, but then i made sure each of them was identical. Lke I said, I know that if I just use the main node, its not a problem, but the fact that on that host there _is_ some sort...
I cannot answer your question, sorry. I just want to mention this project: https://github.com/credativ/ProxLB
From my limited(!) point of view PDM is meant to be helpful when managing multiple and independent clusters (or multiple single hosts).
We recently uploaded the 7.0 (rc6) kernel to our repositories. The current default kernel for the Proxmox VE 9 series is still 6.17, but 7.0 is now an option.
We plan to use the 7.0 kernel as the new default for the upcoming Proxmox VE 9.2 and...
Hi @ all!
Good news, we've re-opened the creation of free PBS datastores!
You can order your datastore via https://www.tuxis.nl/en/proxmox-backup-server/
Performance has noticeably been improved thanks to the fixes that Proxmox-devs wrote for...
I want to connect my PVE datacenter to an external Ceph storage. On a pool on the external Ceph cluster, I created a namespace. Let's say my pool is called `testpool`, my namespace is called `testspace` and my user is called `testuser`.
So what i...
You may want to try the sync job options --run-on-mount and --unmount-on-done. Both options are documented in the official CLI documentation.
https://pbs.proxmox.com/docs/command-syntax.html#proxmox-backup-manager
If you enable these options and...
Thanks for the guide. Also found that it works well enough for me if you put the PBS datastore on the array without cache and don't mess with it. Trying to do anything with the datastore seems to break it easily though if done from Unraid.
I...
You can make this work on the CLI, see man zpool-create:
The use of differently-sized devices within a single raidz or
mirror group is also flagged as an error unless -f is specified.
Hi @ all!
Good news, we've re-opened the creation of free PBS datastores!
You can order your datastore via https://www.tuxis.nl/en/proxmox-backup-server/
Performance has noticeably been improved thanks to the fixes that Proxmox-devs wrote for...
I tried setting the ARC limit at runtime.
However, arc_summary showed no change. Further research reveals that this is expected behavior — zfs_arc_max can technically be changed at runtime, but the internal value arc_c_max that actually...
Where does the expected performance come from? Is it from the manufacturer and in an unrealistic perfect (sequential) scenario?
RaidZ1 write is never more than a single drives performance. RaidZ1 is also not a good fit for VMs due to the low...