Giter Club home page Giter Club logo

Comments (7)

jemershaw avatar jemershaw commented on June 9, 2024

I believe this is a zfs root problem because it can't find /sbin/zfs even though the md5sum is correct it just can't execute the binary.

from zfs-localpv.

jemershaw avatar jemershaw commented on June 9, 2024

It isn't a zfs root problem -- This is a glibc difference -- the container is using libc-2.27 but my host is using 2.28. Only solution around this for me would be to build the images using a different container.

from zfs-localpv.

pawanpraka1 avatar pawanpraka1 commented on June 9, 2024

@jemershaw , I guess you are facing this issue : #67. There is already PR for this #68. Just to confirm can you paste o/p of command "ldd `which zfs`". Also could you let us know what is your use case? How do you want to use zfs-locapv, what the setup and other details in this bug?

from zfs-localpv.

jemershaw avatar jemershaw commented on June 9, 2024

@pawanpraka1 Thanks -- That partially would fix my problem. I'm running void linux and it seems like the correct volume mounts would have to be like below.

docker run -it --rm --privileged -v /dev:/dev -v /sbin/zfs:/sbin/zfs -v /lib/libnvpair.so.1.0.1:/lib/libnvpair.so.1 -v /lib/libuutil.so.1.0.1:/lib/libuutil.so.1 -v /lib/libzfs.so.2.0.0:/lib/libzfs.so.2 -v /lib/libzfs_core.so.1.0.0:/lib/libzfs_core.so.1 -v /lib/libtirpc.so.3.0.0:/lib/libtirpc.so.3 -v /lib/libssl.so.47.0.6:/lib/libssl.so.47 -v /lib/libcrypto.so.45.0.5:/lib/libcrypto.so.45 -v /lib/libgssapi_krb5.so.2.2:/lib/libgssapi_krb5.so.2 -v /lib/libkrb5.so.3.3:/lib/libkrb5.so.3 -v /lib/libk5crypto.so.3.1:/lib/libk5crypto.so.3 -v /lib/libkrb5support.so.0.1:/lib/libkrb5support.so.0 ubuntu:19.04

I also testing the above with ubuntu:19.10 and ubuntu:rolling and it works.
Host OS: Void Linux
Host Version: 5.4.19_1 #1 SMP PREEMPT Wed Feb 12 09:45:49 UTC 2020 x86_64 GNU/Linux
Host glibc: glibc-2.30_1

Please let me know once #68 image is pushed upstream and I can verify.

from zfs-localpv.

pawanpraka1 avatar pawanpraka1 commented on June 9, 2024

@jemershaw, jfyi PR #68 has been merged.

from zfs-localpv.

pawanpraka1 avatar pawanpraka1 commented on June 9, 2024

@jemershaw Can you see if this yaml fixes the issue. This is still a work in progress(#134), let me know your feedback
https://raw.githubusercontent.com/pawanpraka1/zfs-localpv/lib/deploy/zfs-operator.yaml

from zfs-localpv.

pawanpraka1 avatar pawanpraka1 commented on June 9, 2024

We have merged a PR #204 to make the ZFS operator yaml not agnostic to the underlying Operation system. In 1.0 and onward releases we can use the same Operator yaml (https://github.com/openebs/zfs-localpv/blob/master/deploy/zfs-operator.yaml) of all the Operating systems.

from zfs-localpv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.