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

unable to create dataset... :-( #16

Open
michabbs opened this issue Jan 3, 2021 · 1 comment
Open

unable to create dataset... :-( #16

michabbs opened this issue Jan 3, 2021 · 1 comment

Comments

@michabbs
Copy link

michabbs commented Jan 3, 2021

I compiled the module, started it with systemctl restart docker-zfs-plugin.service, I get:

sty 03 18:21:15 draal systemd[1]: Started zfs plugin.

So it seems to work (is it?). Now docker volume create test works just fine, but does not create separate dataset. (Just regular folder is created.) And docker volume create -d zfs test ends with:

Error response from daemon: create test: VolumeDriver.Create: exit status 1

The systemctl status gives me:

sty 03 18:26:56 draal docker-zfs-plugin[504779]: 2021/01/03 18:26:56 Entering go-plugins-helpers getPath
sty 03 18:26:56 draal docker-zfs-plugin[504779]: 2021/01/03 18:26:56 Entering go-plugins-helpers createPath

Any ideas?

@mikroskeem
Copy link

You need to specify full dataset name, like rpool/data/docker/my-volume

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

2 participants