docker-volumes-nfs
docker-volumes-nfs copied to clipboard
unmount error with dkvolume
This is a great plugin, I hope you continue with it!
I receive the following error when unmounting a share and running with commit ca66de902762461dd8bca6f3fdafc952a9274086.
I did not receive this error on commit 978fbe978e33955252b3aac416c25e938c9c8d80.
The plugin is running on an Ubuntu 15.04 host with Docker 1.8.0-dev Rev 8c7cd78.
Steps to reproduce:
- cd docker-volume-nfs
- make build
- ./app
- docker run --rm --name nfs-test --volume-driver=nfs -v <share_ip>/<share_path>:/tmp/mnt busybox ls -la /tmp/mnt
Let me know if I can provide more information,
Thanks!
2015/07/17 10:31:18 http: panic serving @: runtime error: invalid memory address or nil pointer dereference
goroutine 12 [running]:
net/http.(_conn).serve.func1(0xc8200b09a0, 0x7f02453ed798, 0xc82002e0c8)
/usr/local/go/src/net/http/server.go:1220 +0xb5
main.nfsDriver.Unmount(0xc820010600, 0x1c, 0xc8200e2e60, 0x1e, 0x0, 0x0, 0x0, 0x0)
/go/src/app/main.go:76 +0x32d
main.(_nfsDriver).Unmount(0xc82000aba0, 0xc8200e2e60, 0x1e, 0x0, 0x0, 0x0, 0x0)