Correct cephfsplugin binary path

Makefile has a wrong path to `deploy/cephfs/docker/rbdplugin`. This
patch changes to `deploy/cephfs/docker/cephfsplugin`.
This commit is contained in:
Kenjiro Nakayama 2018-07-26 18:19:20 +09:00
parent 51642c9a3a
commit c1ec54e5c6

View File

@ -51,4 +51,4 @@ push-cephfsplugin-container: cephfsplugin-container
clean:
go clean -r -x
rm -f deploy/rbd/docker/rbdplugin
rm -f deploy/cephfs/docker/rbdplugin
rm -f deploy/cephfs/docker/cephfsplugin