Article 6NF7T Alpine Linux - ZFS Feature Atime Issue

Alpine Linux - ZFS Feature Atime Issue

by
qombi
from LinuxQuestions.org on (#6NF7T)
Hello,

When setting zfs feature atime=off either during pool,dataset creation or setting after creation, when I display the feature's setting it shows "temporary". This setting works in other gnu/linux distros. Is there a work around to get this to set properly in alpine linux or is this a known bug? I've tried zfs umount, zfs mount, issue persists

#kernel version
uname -a
Linux alpine1 6.6.32-0-lts #1-Alpine SMP PREEMPT_DYNAMIC Fri, 24 May 2024 10:11:26 +0000 x86_64 Linux

#alpine version
cat /etc/alpine-release
3.20.0

#zfs version
zfs version
zfs-2.2.4-1
zfs-kmod-2.2.4-1

#create pool
zpool create -o ashift=12 -O atime=off -O xattr=sa zpool1 /dev/sdb

#zfs property issue
zfs get atime
NAME PROPERTY VALUE SOURCE
zp1 atime on temporary

(should be off)
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments