Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   brad
Date:           Sun Sep 15 19:38:09 UTC 2019

Modified Files:
        src/distrib/sets/lists/base: mi
        src/distrib/sets/lists/etc: mi
        src/distrib/sets/lists/man: mi
        src/etc/defaults: rc.conf
        src/etc/rc.d: Makefile mountall
        src/external/cddl/osnet/dist/cmd/zfs: zfs_main.c
        src/external/cddl/osnet/sbin/zfs: Makefile
Added Files:
        src/etc/rc.d: zfs
        src/external/cddl/osnet/sbin/zfs: mount_zfs.8

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1216 -r1.1217 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.258 -r1.259 src/distrib/sets/lists/etc/mi
cvs rdiff -u -r1.1651 -r1.1652 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.151 -r1.152 src/etc/defaults/rc.conf
cvs rdiff -u -r1.104 -r1.105 src/etc/rc.d/Makefile
cvs rdiff -u -r1.10 -r1.11 src/etc/rc.d/mountall
cvs rdiff -u -r0 -r1.1 src/etc/rc.d/zfs
cvs rdiff -u -r1.6 -r1.7 src/external/cddl/osnet/dist/cmd/zfs/zfs_main.c
cvs rdiff -u -r1.4 -r1.5 src/external/cddl/osnet/sbin/zfs/Makefile
cvs rdiff -u -r0 -r1.1 src/external/cddl/osnet/sbin/zfs/mount_zfs.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index