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

fix(zfspv): fixing mounting issue with xfs on centos #179

Merged
merged 1 commit into from
Jul 9, 2020

Commits on Jul 9, 2020

  1. fix(zfspv): fixing mounting issue with xfs

    We changed the ubuntu docker image to 20.04 in openebs#170,
    which has issues with formatting the zvol as xfs file system. The filesystem
    formatted with xfs is not able to mount with error : "missing codepage or helper program, or other error".
    
    Reverting back to ubuntu 19.10 to fix this issue.
    
    Signed-off-by: Pawan <pawan@mayadata.io>
    pawanpraka1 committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    ab810e0 View commit details
    Browse the repository at this point in the history