-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 mount -a fails #278
Comments
For some reason your system can't find the libspl.so.0 library. It should be installed in /usr/lib64/ or perhaps /usr/lib/ depending on your distribution. It's installed as part of the zfs package. /usr/lib64/libspl.a |
Architecture problem? (32-bit vs. 64-bit) |
Weird. I did make clean, make, makeinstall on spl followed by zfs and now everything is working. Note this time I used: echo $LD_LIBRARY_PATH/usr/local/lib I do see one issue, where as on reboot the zpool is gone. I'll look into that as a separate issue. Please close this issue. Many thanks Cori |
Remove all python and pyzfs dependencies for consistency and to ensure full functionality even in a mimimalist environment. Reviewed by: [email protected] Reviewed by: [email protected] Reviewed by: [email protected] Reviewed by: [email protected] Approved by: [email protected] References to Illumos issue and patch: - https://www.illumos.org/issues/278 - illumos/illumos-gate@1af68beac3 Signed-off-by: Brian Behlendorf <[email protected]> Issue #340 Issue #160 Signed-off-by: Brian Behlendorf <[email protected]>
Merge in ten upstream fixes which have already been made to both the Illumos and FreeBSD ZFS implementations. This brings us up to date with the latest ZFS changes in Illumos. Credit goes to Martin Matuska of the FreeBSD project for posting an excellent summary of the upstream patches we were missing. Illumos #1313: Integer overflow in txg_delay() Illumos #278: get rid zfs of python and pyzfs dependencies Illumos #1043: Recursive zfs snapshot destroy fails Illumos #883: ZIL reuse during remount corruption Illumos #1092: zfs refratio property Illumos #1051: zfs should handle Illumos #510: 'zfs get' enhancement - mountpoint as an argument Illumos #175: zfs vdev cache consumes excessive memory Illumos #764: panic in zfs:dbuf_sync_list Illumos #xxx: zdb -vvv broken after zfs diff integration Signed-off-by: Brian Behlendorf <[email protected]> Closes #340
The variable `index_skips` in `merge_task()` has the default numeric type, which is `i32`. If the merge is resumed after processing more than 2^31 entries, this will overflow, causing the agent to panic. This commit changes the variable type to `u64`, preventing overflow. Bonus cleanup: used `#![warn(clippy::default_numeric_fallback)]` to identify other variables that defaulted to `i32`. I added explicit types for these. Many of them were fine being `u32` because we already restrict the size of an object to be no more than 2^32 (4GiB).
Hi,
I'm having some issues running version 0.6.0-rc4.
Here's a trace...
I checked and zfs-linux-user.mo doesn't exist anywhere.
The text was updated successfully, but these errors were encountered: