ZFS on root with atime=off

2008-10-03 Thread Artis Caune
Hi everyone,

I install ZFS on root just like in Andrew ZFSOnRoot wiki page.
I don't use legacy mount points.

I also set atime=off on tank and all partitions inherit it from tank.
When I reboot after install, root file system is mounted with atime option:
# zfs get atime tank
NAME  PROPERTY  VALUE  SOURCE
tank  atime on temporary

I can fix this with creating entry in fstab for root fs with noatime,
but maybe there is some way how to pass options to vfs.root.mountfrom?




-- 
regards,
Artis Caune

. CCNA
|
' didii FreeBSD
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ZFS on root with atime=off

2008-10-03 Thread Jeremy Chadwick
On Fri, Oct 03, 2008 at 11:26:52AM +0300, Artis Caune wrote:
 Hi everyone,
 
 I install ZFS on root just like in Andrew ZFSOnRoot wiki page.
 I don't use legacy mount points.
 
 I also set atime=off on tank and all partitions inherit it from tank.
 When I reboot after install, root file system is mounted with atime option:
 # zfs get atime tank
 NAME  PROPERTY  VALUE  SOURCE
 tank  atime on temporary
 
 I can fix this with creating entry in fstab for root fs with noatime,
 but maybe there is some way how to pass options to vfs.root.mountfrom?

This question should be going to freebsd-fs, not freebsd-questions.
Please re-post it there, and CC [EMAIL PROTECTED] (ZFS maintainer).

-- 
| Jeremy Chadwickjdc at parodius.com |
| Parodius Networking   http://www.parodius.com/ |
| UNIX Systems Administrator  Mountain View, CA, USA |
| Making life hard for others since 1977.  PGP: 4BD6C0CB |

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]