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

Can't mount shared folder if it is mounted s3 filesystem #3935

Closed
isudos opened this issue Nov 22, 2021 · 3 comments
Closed

Can't mount shared folder if it is mounted s3 filesystem #3935

isudos opened this issue Nov 22, 2021 · 3 comments
Labels
question Further information is requested

Comments

@isudos
Copy link

isudos commented Nov 22, 2021

I'm trying to use directory /home/central-admin/s3-defects-data as shared folder in accordance with instructions from here: https://openvinotoolkit.github.io/cvat/docs/administration/basics/installation/#share-path

If the directory is fully local then everything is ok.
If the directory is s3 mounting point (I mounted s3 using Fuse, and it is not AWS, it is another provider) then I get:

ERROR: for 4925b50df6a1_cvat Cannot create container for service cvat: open /var/lib/docker/volumes/cvat_share/_data: permission denied

during docker compose.
All the files within /home/central-admin/s3-defects-data are working.

What can cause this?

Originally posted by @isudos in #2263 (comment)

@nmanovic nmanovic added the question Further information is requested label Nov 23, 2021
@nmanovic
Copy link
Contributor

@isudos , most probably it is an issue with permissions. Try to access the directory as another user. Change permissions to the directory, mount the directory with correct rights.

@Marishka17
Copy link
Contributor

@isudos , Hi, please check that you mount with allow_other option.

@isudos
Copy link
Author

isudos commented Nov 23, 2021

@Marishka17 Thanks a lot! That works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants