History log of /netbsd/etc/rc.d/mountall (Results 1 – 15 of 15)
Revision Date Author Comments
# 64bf20b8 09-Mar-2021 sborrill <sborrill@NetBSD.org>

Need to explicitly load value of zfs variable as zfs=YES may be set in
/etc/rc.conf.d/zfs, not /etc/rc.conf.


# 60943dcf 16-Feb-2021 hannken <hannken@NetBSD.org>

Enable "/etc/zfs/exports" from "zfs share" in rc.d/mountd and rc.d/mountall.


# 0498e9c4 01-Mar-2020 roy <roy@NetBSD.org>

mountall: Mount ZFS filesystems before fstab

This allows null mounts in fstab to reference fstab mounts.
It's highly unlikely ZFS mounts would reference anything outside of ZFS.


# c9c0ab73 23-Feb-2020 riastradh <riastradh@NetBSD.org>

If zfs=YES, unconditioally do zfs mount/unmount -a.

If you set zfs=YES, presumably you positively want the automatic rc.d
actions, so if there's no /sbin/zfs or if zfs can't find pools with
/etc/zfs

If zfs=YES, unconditioally do zfs mount/unmount -a.

If you set zfs=YES, presumably you positively want the automatic rc.d
actions, so if there's no /sbin/zfs or if zfs can't find pools with
/etc/zfs/zpool.cache, presumably you would like feedback about that
in rc.log.

show more ...


# 5c66fdb7 15-Sep-2019 brad <brad@NetBSD.org>

Add support for legacy ZFS filesystems, specified by mountpoint=legacy
in the ZFS properties of the dataset and a simple man page for
mount_zfs. With this, it is possible to put ZFS filesystems in
/

Add support for legacy ZFS filesystems, specified by mountpoint=legacy
in the ZFS properties of the dataset and a simple man page for
mount_zfs. With this, it is possible to put ZFS filesystems in
/etc/fstab as file system type zfs.

Add a rc.d script that kicks the module ZFS load mostly before
mountall runs simular to what LVM does. This allows for any legacy
mounts to be specified in critical_local_filesystems and allows for
ZFS pools on top of cgd (probably among other things). Introduce a
rc.conf variable called zfs which needs to be set to YES, in the usual
manor of things, to get zvols and ZFS dataset support rather then just
assume that 'zfs mount' does that in mountall. Fix a problem in
mountall if ZFS is not compiled into the system.

show more ...


# 4c20ae2a 08-Jun-2018 sevan <sevan@NetBSD.org>

Prior to ZFSv15, volinit was an undocumented command which could be used to
populate /dev with zvol device nodes.
Following on with the recent ZFS/DTrace update, this is no longer a valid option
and

Prior to ZFSv15, volinit was an undocumented command which could be used to
populate /dev with zvol device nodes.
Following on with the recent ZFS/DTrace update, this is no longer a valid option
and causes the mountall script to barf zfs usage() following from
unrecognized command 'volinit' error.

show more ...


# 43f8792e 22-Jul-2014 wiz <wiz@NetBSD.org>

'file system' for consistency with documentation (instead of 'filesystem').


# f6e34e60 18-Oct-2009 haad <haad@NetBSD.org>

Add zfs volinit command, suggested by tnn@ this will initialize all zvols
defined in a system. So they can be mounted from fstab as regular block
devices.


# cc9255a8 05-Oct-2009 haad <haad@NetBSD.org>

Add support for mounting zfs filesystems to mountall script. ZFS configuration
is stored in /etc/zpool.cache and it is automatically loaded to kernel from
filesystem. Filesystems are then configured

Add support for mounting zfs filesystems to mountall script. ZFS configuration
is stored in /etc/zpool.cache and it is automatically loaded to kernel from
filesystem. Filesystems are then configured accordingly to their properties
loaded from cache file.

show more ...


# 63156ee6 01-Dec-2008 tsutsui <tsutsui@NetBSD.org>

/etc/rc.d/mountall should obviously REQUIRE mountcritremote, and
may also REQUIRE named and ypbind for NFS hostname in fstab(5).


# 0efea177 12-Nov-2008 ad <ad@NetBSD.org>

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


# 7d2e1537 13-Aug-2004 mycroft <mycroft@NetBSD.org>

Add an _rc_subr_loaded variable, set to ":" by rc.subr. Scripts can use this
for a speedup by doing:
$_rc_subr_loaded . /etc/rc.subr


# 5c1b0ec2 13-May-2000 lukem <lukem@NetBSD.org>

Use load_rc_config() (from rc.subr) instead of sourcing /etc/rc.conf.
This allows us or a user to change the configuration file method in
one place - rc.subr - without having to edit all of the rc.d/

Use load_rc_config() (from rc.subr) instead of sourcing /etc/rc.conf.
This allows us or a user to change the configuration file method in
one place - rc.subr - without having to edit all of the rc.d/* files.

show more ...


# ebe6c4d4 27-Apr-2000 veego <veego@NetBSD.org>

Use the stop_cmd to unmount the filesystems with 'umount -a'.
This helps to fix the unclean reboots (at least on my system).


# c53094a7 10-Mar-2000 lukem <lukem@NetBSD.org>

rc.d scripts derived from /etc/rc