You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.) Anddocker volume create -d zfs test
ends with:Error response from daemon: create test: VolumeDriver.Create: exit status 1
The
systemctl status
gives me:Any ideas?
The text was updated successfully, but these errors were encountered: