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...
Thanks
root@pve:~# ping 8.8.8.8
ping: connect: Network is unreachable
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network...
I have done a fresh install attempted to run scripts and I get this.
root@pve:~# bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/post-pve-install.sh)"
curl: (6) Could not resolve host...
I'm running into an issue with my Proxmox Backup Server setup and now i need some help.
I have two external offsite drives configured as separate datastores. I rotate them manually, meaning only one of the two disks is connected to the server at...