Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(zfspv): mounting the root filesystem to remove the dependency on the Operating system #204

Merged
merged 2 commits into from
Sep 7, 2020

Commits on Sep 3, 2020

  1. 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>
    pawanpraka1 committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    c4af153 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. adding comment for namespace

    Signed-off-by: Pawan <pawan@mayadata.io>
    pawanpraka1 committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    b1027a5 View commit details
    Browse the repository at this point in the history