Git Product home page Git Product logo

Comments (4)

monthonk avatar monthonk commented on July 22, 2024

Hi @mustafamotiwala, I think this is a docker configuration problem rather than mountpoint. Just to confirm, is mountpoint still working fine in the container after it started and only accessing from the host is not possible?

Another thing you can check is mountpoint logs. If you don't see any requests in mountpoint logs when accessing the file system from the host that means docker didn't redirect those requests to mountpoint.

from mountpoint-s3.

mustafamotiwala avatar mustafamotiwala commented on July 22, 2024

@monthonk - do you mean if the share between the host and container works before the mount-s3 command is issued? If so, yes. I have verified that by modifying the folders from both the container & the host, and the changes are reflected correctly and work in both directions.

How can I get the mountpoint logs?

FWIW - I was also able to replicate this behavior on a linux machine. However, when I updated my base image to use Ubuntu instead of the AmazonLinux - it worked for me on linux. Unfortunately no such luck on MacOS.

from mountpoint-s3.

monthonk avatar monthonk commented on July 22, 2024

Sorry, I mean can you access files in your bucket via mountpoint inside the container? If yes that means

  • mountpoint is still working fine after you have shared the file system with the host
  • we can check mountpoint logs and see if there are any errors

Next thing I wanted to confirm is: can file system requests from the host reach mountpoint? If the answer is no, then I think the problem is at docker mount level, for example, it might not support sharing Fuse based file system.

You can see https://github.com/awslabs/mountpoint-s3/blob/main/doc/LOGGING.md about how to get mountpoint logs.

from mountpoint-s3.

arsh avatar arsh commented on July 22, 2024

Closing this issue for inactivity. If this is still a problem, feel free to reopen.

from mountpoint-s3.

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.