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

Conversation

pawanpraka1
Copy link
Contributor

fixes : #173

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

Why is this PR required? What issue does it fix?:

We changed the ubuntu docker image to 20.04 in #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".

What this PR does?:

Reverting back to ubuntu 19.10 to fix this issue.

Checklist:

  • Fixes #
  • PR Title follows the convention of <type>(<scope>): <subject>
  • Has the change log section been updated?
  • Commit has unit tests
  • Commit has integration tests
  • (Optional) Are upgrade changes included in this PR? If not, mention the issue/PR to track:
  • (Optional) If documentation changes are required, which issue on https://github.com/openebs/openebs-docs is used to track them:

@pawanpraka1 pawanpraka1 added the bug Something isn't working. label Jul 9, 2020
@pawanpraka1 pawanpraka1 requested a review from kmova July 9, 2020 13:03
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>
@codecov-commenter
Copy link

codecov-commenter commented Jul 9, 2020

Codecov Report

Merging #179 into master will increase coverage by 0.23%.
The diff coverage is 20.93%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #179      +/-   ##
==========================================
+ Coverage   22.65%   22.88%   +0.23%     
==========================================
  Files          14       14              
  Lines         490      485       -5     
==========================================
  Hits          111      111              
+ Misses        378      373       -5     
  Partials        1        1              
Impacted Files Coverage Δ
pkg/client/k8s/v1alpha1/namespace.go 0.00% <0.00%> (ø)
pkg/client/k8s/v1alpha1/node.go 0.00% <0.00%> (ø)
pkg/client/k8s/v1alpha1/resource.go 0.00% <0.00%> (ø)
pkg/usage/versionset.go 0.00% <0.00%> (ø)
pkg/client/k8s/v1alpha1/clientset.go 85.71% <100.00%> (ø)
pkg/client/k8s/v1alpha1/configmap.go 88.88% <100.00%> (ø)
pkg/client/k8s/v1alpha1/dynamic.go 85.71% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 21045a5...ab810e0. Read the comment docs.

@pawanpraka1 pawanpraka1 changed the title fix(zfspv): fixing mounting issue with xfs fix(zfspv): fixing mounting issue with xfs on centos Jul 9, 2020
@pawanpraka1 pawanpraka1 merged commit 39d2ee2 into openebs:master Jul 9, 2020
@pawanpraka1 pawanpraka1 deleted the centos branch July 9, 2020 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

volume is not mounting for xfs file-system on CentOS 7 cluster
3 participants