created a pool with noatime set as a mount option, but shares that are created below this pool are all relatime by default instead of inheriting settings from pool. Is this normal? I don’t see a way to change it.
@lucserre Thanks for the report. This may be a short-fall / bug on our part. Or it may be ‘normal’ btrfs behaviour. Please create a GitHub issue with your findings and the output of :
cat /proc/mounts
post your seemingly inconsistent configuration.
We then have a definite record of this to reference. Unfortunately I can’t look further into this currently however. But an inconsistency between the above command and our Web-UI would represent a bug for sure.
Hope that helps.
1 Like
relevant output of /proc/mounts
/dev/sdb /mnt2/pool btrfs rw,noatime,compress=lzo,space_cache,subvolid=5,subvol=/ 0 0
/dev/sdb /mnt2/mainsubvol btrfs rw,relatime,compress=lzo,space_cache,subvolid=258,subvol=/mainsubvol 0 0
1 Like