From 21352486b718b5095e612179b20829261c9f88a3 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Wed, 25 Sep 2019 18:28:14 +0530 Subject: [PATCH] update registration directory name updated cephfs registration directory name to match with rbd implementaion Signed-off-by: Madhu Rajanna (cherry picked from commit 928794899126d22cde4a539380f7170e969ee3bf) --- deploy/cephfs/kubernetes/v1.13/csi-cephfsplugin.yaml | 4 ++-- deploy/cephfs/kubernetes/v1.14+/csi-cephfsplugin.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/cephfs/kubernetes/v1.13/csi-cephfsplugin.yaml b/deploy/cephfs/kubernetes/v1.13/csi-cephfsplugin.yaml index 9bc855785..f0e087594 100644 --- a/deploy/cephfs/kubernetes/v1.13/csi-cephfsplugin.yaml +++ b/deploy/cephfs/kubernetes/v1.13/csi-cephfsplugin.yaml @@ -29,8 +29,8 @@ spec: exec: command: [ "/bin/sh", "-c", - "rm -rf /registration/csi-cephfsplugin \ - /registration/csi-cephfsplugin-reg.sock" + "rm -rf /registration/cephfs.csi.ceph.com \ + /registration/cephfs.csi.ceph.com-reg.sock" ] env: - name: KUBE_NODE_NAME diff --git a/deploy/cephfs/kubernetes/v1.14+/csi-cephfsplugin.yaml b/deploy/cephfs/kubernetes/v1.14+/csi-cephfsplugin.yaml index 2c1dde94a..5b5127d79 100644 --- a/deploy/cephfs/kubernetes/v1.14+/csi-cephfsplugin.yaml +++ b/deploy/cephfs/kubernetes/v1.14+/csi-cephfsplugin.yaml @@ -29,8 +29,8 @@ spec: exec: command: [ "/bin/sh", "-c", - "rm -rf /registration/csi-cephfsplugin \ - /registration/csi-cephfsplugin-reg.sock" + "rm -rf /registration/cephfs.csi.ceph.com \ + /registration/cephfs.csi.ceph.com-reg.sock" ] env: - name: KUBE_NODE_NAME