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

Subdir is not created and therefore doesn't seem to work, need to create subdir first #31

Open
iangregsondev opened this issue Mar 8, 2020 · 2 comments

Comments

@iangregsondev
Copy link

Hi,

I wonder if there is a fix coming or could we update the readme about a potential bug?

I had a container setup to work via gluster i.e.

volumes:
  registry_data:
    driver: glusterfs
    name: "gfs/docker-registry"

The container started and everything appeared to be working but the disks were not getting the updates. So i brought down my stack and created the directory manually i.e.

mkdir docker-regsitry

on one of the gluster nodes and now all is working again after brining the stack back up

I see the files appearing on the disk.

Thanks.

@autoize
Copy link

autoize commented Mar 9, 2020

Seems like the intended workflow is to manually create the subdirectory (in your case, docker-registry) under the Gluster volume gfs prior to creating the Docker volume. We're trying to get this plugin to work, but are encountering the error in issue #32 . Did you also run into that?

@dazinator
Copy link

dazinator commented Apr 6, 2023

Have same issue, where I'd like the subdirectory used in the compose file, to be auto created when it doesn't already exist on the gluster volume. Has anyone a compelling solution to this issue that doesn't involve manually creating the folders each time?

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

No branches or pull requests

3 participants