Hello everyone,
I'm having an issue while trying to create a datastore in PBS using NFS. The process fails at the final step after 99% of the chunks are created. However, when I create a datastore on a local drive, such as /tmp/DStest, it works perfectly fine.
I already upgraded PBS to the latest version
Error Log:
Has anyone else experienced this issue or have any suggestions on how to resolve it? Any help would be greatly appreciated!
Thank you in advance!
I'm having an issue while trying to create a datastore in PBS using NFS. The process fails at the final step after 99% of the chunks are created. However, when I create a datastore on a local drive, such as /tmp/DStest, it works perfectly fine.
I already upgraded PBS to the latest version
Error Log:
Code:
...
Chunkstore create: 95%
Chunkstore create: 96%
Chunkstore create: 97%
Chunkstore create: 98%
Chunkstore create: 99%
Chunk metadata was not correctly updated during access time safety check:
Timestamps before update: accessed Some(SystemTime { tv_sec: 1746199830, tv_nsec: 792995000 }), modified Some(SystemTime { tv_sec: 1746199830, tv_nsec: 792995000 }), created None
Timestamps after update: accessed Some(SystemTime { tv_sec: 1746199830, tv_nsec: 792995000 }), modified Some(SystemTime { tv_sec: 1746199830, tv_nsec: 792995000 }), created None
TASK ERROR: access time safety check failed: access time safety check using newly inserted chunk failed, aborting GC!
Error: task failed (status access time safety check failed: access time safety check using newly inserted chunk failed, aborting GC!)
Has anyone else experienced this issue or have any suggestions on how to resolve it? Any help would be greatly appreciated!
Thank you in advance!