Source-Changes archive

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

CVS commit: [netbsd-9] src



Module Name:    src
Committed By:   martin
Date:           Fri Sep 27 09:18:38 UTC 2019

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

Log Message:
Pull up following revision(s) (requested by brad in ticket #250):

        external/cddl/osnet/sbin/zfs/mount_zfs.8: revision 1.2
        external/cddl/osnet/sbin/zfs/mount_zfs.8: revision 1.3
        external/cddl/osnet/sbin/zfs/mount_zfs.8: revision 1.4
        external/cddl/osnet/sbin/zfs/mount_zfs.8: revision 1.5
        distrib/sets/lists/man/mi: revision 1.1652
        distrib/sets/lists/man/mi: revision 1.1653
        distrib/sets/lists/etc/mi: revision 1.259
        etc/rc.d/mountall: revision 1.11
        external/cddl/osnet/sbin/zfs/Makefile: revision 1.5
        external/cddl/osnet/dist/cmd/zfs/zfs_main.c: revision 1.7
        etc/rc.d/Makefile: revision 1.105
        distrib/sets/lists/base/mi: revision 1.1217
        etc/rc.d/Makefile: revision 1.106
        etc/rc.d/zfs: revision 1.1
        etc/defaults/rc.conf: revision 1.152
        external/cddl/osnet/sbin/zfs/mount_zfs.8: revision 1.1

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.
mount_zfs.8: add xref to fstab(5)

Use more markup.

Include mount_zfs man pages only for MKZFS builds.

Moved zfs out of MKX11 block.

Fix build failure without X11.

Add a copyright to the man page and a bit of history.
Use Pa macro for path
new sentence, new line


To generate a diff of this commit:
cvs rdiff -u -r1.1209.2.3 -r1.1209.2.4 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.258 -r1.258.2.1 src/distrib/sets/lists/etc/mi
cvs rdiff -u -r1.1649.2.1 -r1.1649.2.2 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.151 -r1.151.2.1 src/etc/defaults/rc.conf
cvs rdiff -u -r1.104 -r1.104.2.1 src/etc/rc.d/Makefile
cvs rdiff -u -r1.10 -r1.10.4.1 src/etc/rc.d/mountall
cvs rdiff -u -r0 -r1.1.2.2 src/etc/rc.d/zfs
cvs rdiff -u -r1.6 -r1.6.4.1 src/external/cddl/osnet/dist/cmd/zfs/zfs_main.c
cvs rdiff -u -r1.4 -r1.4.4.1 src/external/cddl/osnet/sbin/zfs/Makefile
cvs rdiff -u -r0 -r1.5.2.2 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