Remove rootfs from rbd provisioner pod

rootfs dependency was removed from rbd
by removing support for `nsenter`, This
PR removed the `/` mount from provisioner

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
(cherry picked from commit 3d0cba1931)
This commit is contained in:
Madhu Rajanna 2019-09-25 20:21:53 +05:30 committed by Madhu Rajanna
parent e5904485a3
commit 756a650cd1
2 changed files with 0 additions and 10 deletions

View File

@ -112,8 +112,6 @@ spec:
mountPath: /csi
- mountPath: /dev
name: host-dev
- mountPath: /rootfs
name: host-rootfs
- mountPath: /sys
name: host-sys
- mountPath: /lib/modules
@ -147,9 +145,6 @@ spec:
- name: host-dev
hostPath:
path: /dev
- name: host-rootfs
hostPath:
path: /
- name: host-sys
hostPath:
path: /sys

View File

@ -115,8 +115,6 @@ spec:
mountPath: /csi
- mountPath: /dev
name: host-dev
- mountPath: /rootfs
name: host-rootfs
- mountPath: /sys
name: host-sys
- mountPath: /lib/modules
@ -150,9 +148,6 @@ spec:
- name: host-dev
hostPath:
path: /dev
- name: host-rootfs
hostPath:
path: /
- name: host-sys
hostPath:
path: /sys