From 928794899126d22cde4a539380f7170e969ee3bf 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 --- 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 f0851bcb0..265c32abf 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 09f258668..385b9bae6 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