zfs-localpv/changelogs/unreleased
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
..
196-pawanpraka1 fix(upgrade): Reverting back to old way of checking the volume status 2020-08-26 22:11:00 +05:30
201-pawanpraka1 fix(build): update go version to 1.14.7 2020-08-27 23:12:40 +05:30
204-pawanpraka1 feat(zfspv): mounting the root filesystem to remove the dependency on the Operating system (#204) 2020-09-07 21:12:31 +05:30