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: ONLINEconfig: 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 0errors: No known data errorsSo that all looks good.
# zfs get relatimeNAME PROPERTY VALUE SOURCErpool relatime off localrpool/ROOT relatime off inherited from rpoolrpool/ROOT/pve-1 relatime on temporaryrpool/data relatime off inherited from rpoolrpool/var-lib-vz relatime off inherited from rpool