OpenZFS on Linux and FreeBSD
Go to file
Tom Caputi c08c30ed13 Fix incorrect error message for raw receive
This patch fixes an incorrect error message that comes up when
doing a non-forcing, raw, incremental receive into a dataset
that has a newer snapshot than the "from" snapshot. In this
case, the current code prints a confusing message about an IVset
guid mismatch.

This functionality is supported by non-raw receives as an
undocumented feature, but was never supported by the raw receive
code. If this is desired in the future, we can probably figure
out a way to make it work.

Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Signed-off-by: Tom Caputi <tcaputi@datto.com>
Issue #8758 
Closes #8863
2019-06-10 09:45:08 -07:00
.github
cmd arc_summary: prefer python3 version and install when there is no python 2019-06-10 09:08:53 -07:00
config
contrib If $ZFS_BOOTFS contains guid, replace the guid portion with $pool 2019-06-06 13:04:35 -07:00
etc Fix zfs-mount-generator for datasets with spaces 2019-05-07 09:32:23 -07:00
include Allow metaslab to be unloaded even when not freed from 2019-06-06 19:10:43 -07:00
lib Refactor parent dataset handling in libzfs zfs_rename() 2019-05-28 15:31:38 -07:00
man
module
rpm
scripts Fix %post and %postun generation in kmodtool 2019-06-10 09:06:58 -07:00
tests Improve ZTS block_device_wait debugging 2019-06-10 09:21:19 -07:00
udev Add enclosure_symlinks option to vdev_id 2018-12-14 17:27:49 -08:00
.gitignore
.gitmodules
.travis.yml
AUTHORS
CODE_OF_CONDUCT.md
COPYRIGHT
LICENSE
META
Makefile.am
NEWS
NOTICE
README.md
TEST Update build system and packaging 2018-05-29 16:00:33 -07:00
autogen.sh
configure.ac
copy-builtin Allow copy-builtin to work with modified sources 2018-10-17 12:06:05 -07:00
zfs.release.in

README.md

img

ZFS on Linux is an advanced file system and volume manager which was originally developed for Solaris and is now maintained by the OpenZFS community.

codecov coverity

Official Resources

Installation

Full documentation for installing ZoL on your favorite Linux distribution can be found at our site.

Contribute & Develop

We have a separate document with contribution guidelines.

Release

ZFS on Linux is released under a CDDL license.
For more details see the NOTICE, LICENSE and COPYRIGHT files; UCRL-CODE-235197

Supported Kernels

  • The META file contains the officially recognized supported kernel versions.