zfs-localpv/deploy/yamls
Pawan Prakash Sharma a5e645b43d
feat(zfspv): mounting the root filesystem to remove the dependency on the Operating system (#204)
* feat(zfspv): mounting the root filesystem to remove the dependency on the OS

We are mounting the individual library to run the zfs
binary inside the ZFS-LocalPV daemonset. The problem with this
is each OS has different sets of libraries. We need to have different
Operator yamls for different OS versions.

Here we are mounting the root directory inside the ZFS-LocalPV daemonset Pod
which does chroot to this path and run the command. As all the libraries will
be available which are present on the host inside the Pod, so we don't need to mount each
library here and also it will work for all the Operating systems.

To be on the safe side, we are mounting the host's root directory
as Readonly filesystem.

Signed-off-by: Pawan <pawan@mayadata.io>

* adding comment for namespace

Signed-off-by: Pawan <pawan@mayadata.io>
2020-09-07 21:12:31 +05:30
..
centos7 fix(yaml): removing volumeLifecycleModes from the operator yaml 2020-07-22 23:07:44 +05:30
centos8 fix(yaml): removing volumeLifecycleModes from the operator yaml 2020-07-22 23:07:44 +05:30
ubuntu feat(zfspv): mounting the root filesystem to remove the dependency on the Operating system (#204) 2020-09-07 21:12:31 +05:30
namespace.yaml feat(validation): adding validation for ZFSPV CR parameters (#66) 2020-04-14 17:26:46 +05:30
zfssnapshot-crd.yaml feat(zfspv) Add golint check to travis (#175) 2020-07-07 18:21:02 +05:30
zfsvolume-crd.yaml feat(zfspv) Add golint check to travis (#175) 2020-07-07 18:21:02 +05:30