git: 67484f623e18 - Create tag zfs-0.6.0-rc4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 25 Jan 2023 01:25:59 UTC
The annotated tag zfs-0.6.0-rc4 has been created by allanjude:
URL: https://cgit.FreeBSD.org/src/tag/?h=zfs-0.6.0-rc4
tag zfs-0.6.0-rc4
Tagger: Brian Behlendorf <behlendorf1@llnl.gov>
TaggerDate: 2011-05-05 17:30:34 +0000
ZFS Version 0.6.0-rc4
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEABECAAYFAk3C3rsACgkQCrnpkcavZYvHuwCdFxSpIiLgnvN9PYkB+WwwosFT
7tcAn1e5wa7dZPI18EMntXgEySOXhofW
=1yv4
-----END PGP SIGNATURE-----
commit 3613204cd7e3ab1ae658e31dac875e58827a6655
Author: Brian Behlendorf <behlendorf1@llnl.gov>
AuthorDate: 2011-05-05 16:40:57 +0000
Commit: Brian Behlendorf <behlendorf1@llnl.gov>
CommitDate: 2011-05-05 17:13:38 +0000
Allow mounting of read-only snapshots
With the addition of the mount helper we accidentally regressed
the ability to manually mount snapshots. This commit updates
the mount helper to expect the possibility of a ZFS_TYPE_SNAPSHOT.
All snapshot will be automatically treated as 'legacy' type mounts
so they can be mounted manually.