Hello everyone,
Since updating Proxmox Backup Server from version 3.3 to 3.4, I’m encountering a blocking error when creating or using a datastore mounted via NFS. Here’s the error output:
Context / What I’ve tried so far:
Main question:
Has anything changed regarding the access time safety check mechanism in PBS 3.4?
Is this a known bug or does PBS 3.4 now require more precise timestamp behavior (e.g., higher resolution or specific FS support)?
Thanks in advance for your help!
Since updating Proxmox Backup Server from version 3.3 to 3.4, I’m encountering a blocking error when creating or using a datastore mounted via NFS. Here’s the error output:
Code:
2025-06-30T09:23:50+02:00: Chunk metadata was not correctly updated during access time safety check:
2025-06-30T09:23:50+02:00: Timestamps before update: accessed Some(SystemTime { tv_sec: 1751268229, tv_nsec: 214397000 }), modified Some(SystemTime { tv_sec: 1751268229, tv_nsec: 214397000 }), created None
2025-06-30T09:23:50+02:00: Timestamps after update: accessed Some(SystemTime { tv_sec: 1751268229, tv_nsec: 214397000 }), modified Some(SystemTime { tv_sec: 1751268229, tv_nsec: 214397000 }), created None
2025-06-30T09:23:50+02:00: TASK ERROR: access time safety check failed: access time safety check using newly inserted chunk failed, aborting GC!
Context / What I’ve tried so far:
- This works fine on PBS 3.3 with the exact same NFS datastore.
- Fails consistently on PBS 3.4, even after a clean installation.
- I tried multiple mount options: atime, strictatime, relatime, but none worked.
- Permissions are fine, NFS is mounted with read/write access.
Main question:
Has anything changed regarding the access time safety check mechanism in PBS 3.4?
Is this a known bug or does PBS 3.4 now require more precise timestamp behavior (e.g., higher resolution or specific FS support)?
Thanks in advance for your help!