Merge 95f7107d15
into c8184d714b
This commit is contained in:
commit
2e065cdfbe
|
@ -4282,10 +4282,14 @@ zfs_setup_cmdline_props(libzfs_handle_t *hdl, zfs_type_t type,
|
||||||
*/
|
*/
|
||||||
if (!zfs_prop_valid_for_type(prop, type, B_FALSE) &&
|
if (!zfs_prop_valid_for_type(prop, type, B_FALSE) &&
|
||||||
!zfs_prop_user(name)) {
|
!zfs_prop_user(name)) {
|
||||||
(void) fprintf(stderr, dgettext(TEXT_DOMAIN,
|
/*
|
||||||
"Warning: %s: property '%s' does not "
|
* These are non-user properties that are not
|
||||||
"apply to datasets of this type\n"),
|
* supported for this particular type of
|
||||||
fsname, name);
|
* destination. These could not have been set
|
||||||
|
* on the source, so there is no reason to
|
||||||
|
* complain about eliding them (-x) during the
|
||||||
|
* receive.
|
||||||
|
*/
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue