From c1ec54e5c6aa34828a0a9a429aa9394c4eb66093 Mon Sep 17 00:00:00 2001 From: Kenjiro Nakayama Date: Thu, 26 Jul 2018 18:19:20 +0900 Subject: [PATCH] Correct cephfsplugin binary path Makefile has a wrong path to `deploy/cephfs/docker/rbdplugin`. This patch changes to `deploy/cephfs/docker/cephfsplugin`. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4f0451bcf..80de61edb 100644 --- a/Makefile +++ b/Makefile @@ -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