tl;dr is it normal that I can't disable
I'm trying to disable things that cause needless writes to prolong drive endurance, and I've never run into this behavior before. I ran
My semi-educated guess is that the dataset/mountpoint needs relatime and it's hardcoded to stay that way?
So that all looks good.
relatime
on the rpool/ROOT/pve-1 root (/) mountpoint (NVME mirror)?I'm trying to disable things that cause needless writes to prolong drive endurance, and I've never run into this behavior before. I ran
zfs set relatime=off
on my rpool and now see the following, even after reboot/shutdown and reboot.My semi-educated guess is that the dataset/mountpoint needs relatime and it's hardcoded to stay that way?
# zpool status rpool
pool: rpool
state: ONLINE
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
nvme-CT1000P3PSSD8_2403467A9FBE-part3 ONLINE 0 0 0
nvme-CT1000P3PSSD8_240446AC86A9-part3 ONLINE 0 0 0
errors: No known data errors
So that all looks good.
# zfs get relatime
NAME PROPERTY VALUE SOURCE
rpool relatime off local
rpool/ROOT relatime off inherited from rpool
rpool/ROOT/pve-1 relatime on temporary
rpool/data relatime off inherited from rpool
rpool/var-lib-vz relatime off inherited from rpool