containers / docker-lvm-plugin

Docker volume plugin for LVM volumes
GNU Lesser General Public License v3.0
155 stars 64 forks source link

installation fails with error : cannot use d (type glusterfsDriver) as type volume.Driver #18

Closed harshal-shah closed 8 years ago

harshal-shah commented 8 years ago

While trying to install the plugin on ubuntu 14.04 I'm getting following error:

go/src/github.com/calavera/docker-volume-glusterfs/main.go:38: **cannot use d (type glusterfsDriver) as type volume.Driver in argument to volume.NewHandler:** glusterfsDriver does not implement volume.Driver (wrong type for Mount method) have Mount(volume.Request) volume.Response want Mount(volume.MountRequest) volume.Response

shishir-a412ed commented 8 years ago

@harshal-shah PR #16 should fix this problem.

Shishir

shishir-a412ed commented 8 years ago

This is fixed now. Closing this issue.