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

Zed needs libzfs core #2534

Closed
wants to merge 4 commits into from
Closed

Conversation

dweeezil
Copy link
Contributor

zed needs libzfs_core

As of a recent group of Illumos/Delphix updates, zed needs libzfs_core
in order to resolve lzc_get_bookmarks() and likely other functions
going forward.

@FransUrbo
Copy link
Contributor

It already does:

# ldd `which zed` | grep zfs
        libzfs.so.2 => /usr/local/lib/libzfs.so.2 (0x00007fe7e1b88000)
        libzfs_core.so.1 => /usr/local/lib/libzfs_core.so.1 (0x00007fe7e0dad000)

@dweeezil
Copy link
Contributor Author

There was definitely some condition under which zed either wouldn't link properly or wouldn't run properly. Unfortunately, I'm not sure at the moment as to what that condition was. I'll note that most (all?) of the other cmd/X/Makefile.am files do include libzfs_core.

@behlendorf behlendorf added this to the 0.6.4 milestone Jul 25, 2014
@behlendorf behlendorf added Bug and removed Bug labels Jul 25, 2014
ahrens and others added 4 commits July 29, 2014 15:49
4374 dn_free_ranges should use range_tree_t
Reviewed by: George Wilson <[email protected]>
Reviewed by: Max Grossman <[email protected]>
Reviewed by: Christopher Siden <[email protected]
Reviewed by: Garrett D'Amore <[email protected]>
Reviewed by: Dan McDonald <[email protected]>
Approved by: Dan McDonald <[email protected]>
Ported by: Tim Chase <[email protected]>
4752 fan out read zio taskqs
Reviewed by: George Wilson <[email protected]>
Reviewed by: Matthew Ahrens <[email protected]>
Reviewed by: Christopher Siden <[email protected]>
Reviewed by: Eric Schrock <[email protected]>
Reviewed by: Dan McDonald <[email protected]>
Approved by: Dan McDonald <[email protected]>
Ported by: Tim Chase <[email protected]>
4754 io issued to near-full luns even after setting noalloc threshold
4755 mg_alloc_failures is no longer needed
Reviewed by: Matthew Ahrens <[email protected]>
Reviewed by: Adam Leventhal <[email protected]>
Reviewed by: Dan McDonald <[email protected]>
Approved by: Dan McDonald <[email protected]>
Ported by: Tim Chase <[email protected]>
As of a recent group of Illumos/Delphix updates, zed needs libzfs_core
in order to resolve lzc_get_bookmarks() and likely other functions
going forward.
ryao pushed a commit to ryao/zfs that referenced this pull request Nov 29, 2014
As of a recent group of Illumos/Delphix updates, zed needs libzfs_core
in order to resolve lzc_get_bookmarks() and likely other functions
going forward.

Signed-off-by: Tim Chase <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes openzfs#2534
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

Successfully merging this pull request may close these issues.

5 participants