Hi,
This looks like the NFS storage is temporarily disconnecting during backup.
Since it happens on different nodes and VMs, it’s likely a network or NFS mount issue, not the VM itself.
Please check NFS connectivity, server logs, and mount...
Hi, our Proxmox backup server needs a proxy server to access the wider internet.
We have configured the proxy in the web ui and in /etc/environments. Echo $http(s)_proxy returns the right settings.
Everything (apt, etc.) worked so far.
When we...
Jepp, typo. Storage is local, not local-lvm.
@uzisuicida: your VM has
cache.direct=true
no-flush=false
But dmesg shows:
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sd 1:0:0:0: [sdb] Write cache...
Why not disable swap? It is not mandatory. You don't like it to be used anyway, so why provide swap in first place?
Our production PVE servers are running fine without any swap.
If you have enough RAM just disable and never think about again.
I have a PVE 8.x cluster using TheGrandZazoo's freenas‑proxmox plugin to work with data served from TrueNAS Scale 23.10.2. I'd like to get PVE and TrueNAS upgraded to the latest versions, and start using the new truenas-proxmox plugin. I've not...
I have no idea how I would do that or what files I'd need to edit.
thanks for the pointers thus far. I'm not that good with Linux stuff.
I will search google and ask my AI, But AI has been making crap up and breaking things for me lately..
Tried to do all this. I did not remove my AWS datastore. Guess I'm getting a permissions issue or something. I was able to do an s3 refresh that completed. When attempting to run a backup, they fail. I get the following message. I'm not sure how...
Hi,
Because we often add whole LDAP groups to our Proxmox cluster and we enforce TFA for LDAP realms, I tried to script the TFA enablement for all users of a group.
I can create a new key using oathkeygen
I can add that key to a user with pveum...
Note that there may be additional systemd-timers, which are not visible in the classic crontab context. Run systemctl list-timers -a instead.
You also did not mention user-specific crontabs, editable by everybody by crontab -e - including one...
@proxuser77 If you boot off ZFS they do not create swap to avoid problems:
https://pve.proxmox.com/wiki/ZFS_on_Linux#zfs_swap
https://pve.proxmox.com/pve-docs/chapter-pve-installation.html#advanced_zfs_options
Hi,
unfortunately it seems that the hardware checksum offloading is always on. I get this in response of the command:
Actual changes:
tx-scatter-gather: on [requested off]
tx-checksum-ipv4: on [requested off]
and `ethtook -k` shows them as on...
Thank you for your reply.
I know that PDM is not really meant for managing or monitoring only a single cluster. Still, I find it useful because, in addition to my main cluster, I also have a PBS instance and another standalone Proxmox node, so...
At work ARC is not my concern since my employer is stuck with vmware. The RAM crisis is real though but I was hesitant to enable zram via an ansible-Playbook since I feared potential side effects. Thus I planed to do some benchmarking which is...
You might find this of interest: https://chrisdown.name/2018/01/02/in-defence-of-swap.html
Without SWAP I wouldn't use nohang. I only use it because linux doesn't always step in on its own for some reason. I didn't configure it further.
@proxuser77 If you boot off ZFS they do not create swap to avoid problems:
https://pve.proxmox.com/wiki/ZFS_on_Linux#zfs_swap
https://pve.proxmox.com/pve-docs/chapter-pve-installation.html#advanced_zfs_options
And another piece by Chris Down why he recommend to use zswap instead of zram: https://chrisdown.name/2026/03/24/zswap-vs-zram-when-to-use-what.html
It has some nuance though, so better read for your self ;) And thanks to @UdoB for his hint on...