Bug #6983
zfs get -s received will not show received properties if a local property exists
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2016-05-18
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
If a zfs property is set, replicated, updated and replicated back the updated value is hidden and only the original local value is visible.
'zfs get -s received' needs to show a receive value so that 'zfs inherit -S' can safely be called. If 'zfs inherit -S' is called when a received value is not there, the local value will be lost.
The script in https://www.illumos.org/issues/6982 demonstrates this problem.
No data to display