diff options
author | jxiong <[email protected]> | 2016-10-26 04:21:05 +0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-10-25 13:21:05 -0700 |
commit | 16fa68f07d268192552693f83a747c9141ea726b (patch) | |
tree | 6ad1de819a90c220161532d9b391201271ac1c9b /cmd/zpool | |
parent | 6568379eea8f01ad87a6cbcb66111112a1b5665f (diff) |
Do not upgrade userobj accounting for snapshot dataset
'zfs recv' could disown a living objset without calling
dmu_objset_disown(). This will cause the problem that the objset
would be released while the upgrading thread is still running.
This patch avoids the problem by checking if a dataset is a snapshot
before calling dmu_objset_userobjspace_upgrade(). Snapshots
are immutable and therefore it doesn't make sense to update them.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Jinshan Xiong <[email protected]>
Closes #5295
Closes #5328
Diffstat (limited to 'cmd/zpool')
0 files changed, 0 insertions, 0 deletions