My question is about atime. I have read numerous sources that indicate atime=off is a performance enhancement. Since the device I am creating is primarily a squid proxy server they also recommend "atime=off" for their associated caches and data.
Starting here Root On ZFS and continuing with Installing FreeBSD Root on ZFS (Mirror) using GPT I see no reference to atime until this section of the first web page: "2.3. Alternate /etc/fstab". Researching the
My inclination is to include "-o atime=off" in
If my inclination is valid would including at least a note about optionally including "-o atime=off" in pages with the following command
Thanks
Starting here Root On ZFS and continuing with Installing FreeBSD Root on ZFS (Mirror) using GPT I see no reference to atime until this section of the first web page: "2.3. Alternate /etc/fstab". Researching the
zfs create
there appears to be a option "-o atime=off". I am unsure how to completely implement the "2.3. Alternate /etc/fstab" option as it appears to require adjustment of the internal operation of ZFS itself not to mount it's own datasets (I believe that is the correct term.)My inclination is to include "-o atime=off" in
zfs create
and stick with allowing ZFS to mount it's own datasets even though the /etc/fstab solution is more familiar to me. (I believe I understand correctly that the root pool does require an /etc/fstab entry when option "2.3. Alternate /etc/fstab" is not chosen.) I have read most of: Advice on what properties should be considered BEFORE creating a pool and datasets? and it seems to support the "atime=off" setting.If my inclination is valid would including at least a note about optionally including "-o atime=off" in pages with the following command
zfs create
be potentially helpful to others?Thanks