Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zfs not importing zvol from illumos based zfs #6480

Closed
bennabiy opened this issue Aug 8, 2017 · 3 comments
Closed

zfs not importing zvol from illumos based zfs #6480

bennabiy opened this issue Aug 8, 2017 · 3 comments

Comments

@bennabiy
Copy link

bennabiy commented Aug 8, 2017

System information

Type Version/Name
Distribution Name Ubuntu-Mate
Distribution Version 16.04.3
Linux Kernel 4.6.4-040604-generic
Architecture amd64
ZFS Version 0.6.5.7-1
SPL Version 0.6.5.7-1

Describe the problem you're observing

When I do a zfs send pool/dataset > file.zfs from an illumos created zvol made in SmartOS, and then try to zfs recv -vdF poolname , I get it importing almost all of the data, and then hanging. Say I have a dataset which on the original is 1.97 GB, it receives 1.81 and then hangs. This happens on any zvol's I try to copy to my backup machine which is ZoL based.

Describe how to reproduce the problem

Generate a zvol on a non ZoL based zfs system, and zfs send /recv to a ZoL based system (whether through ssh, or file copy then import)

Include any warning/errors/backtraces from the system logs

no warnings in the logs...

@gmelikov
Copy link
Member

gmelikov commented Aug 9, 2017

First we need information about SmartOS version.

The main advise is to try with latest version - 0.6.5.11 or 0.7. 0.6.5.7 may have problems with recv from newer openZFS versions.

@bennabiy
Copy link
Author

bennabiy commented Aug 9, 2017

SmartOS PI
joyent_20170706T001501Z
output from

modinfo | grep zfs
119 fffffffff7d65000 12b098   8   1  zfs (ZFS filesystem version 5000)
119 fffffffff7d65000 12b098  90   1  zfs (ZFS storage pool)

@gmelikov
Copy link
Member

gmelikov commented Aug 9, 2017

Looks like #5699 duplicate, install latest zfs version and try, feel free to reopen this issue if it won't help. Closed.

@gmelikov gmelikov closed this as completed Aug 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants