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 #180

Merged
merged 1 commit into from
Jul 9, 2020
Merged

Conversation

pawanpraka1
Copy link
Contributor

Cherry-pick PR in v0.9.x branch.

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".

Reverting back to ubuntu 19.10 to fix this issue.

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

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".

Reverting back to ubuntu 19.10 to fix this issue.

Signed-off-by: Pawan <pawan@mayadata.io>
@pawanpraka1 pawanpraka1 added the bug Something isn't working. label Jul 9, 2020
@pawanpraka1 pawanpraka1 added this to the v0.9 milestone Jul 9, 2020
@pawanpraka1 pawanpraka1 requested a review from kmova July 9, 2020 13:43
@pawanpraka1 pawanpraka1 changed the title fix(zfspv): fixing mounting issue with xfs fix(zfspv): fixing mounting issue with xfs on centos Jul 9, 2020
@codecov-commenter
Copy link

codecov-commenter commented Jul 9, 2020

Codecov Report

Merging #180 into v0.9.x will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           v0.9.x     #180   +/-   ##
=======================================
  Coverage   22.88%   22.88%           
=======================================
  Files          14       14           
  Lines         485      485           
=======================================
  Hits          111      111           
  Misses        373      373           
  Partials        1        1           

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 a4bdaec...39d2ee2. Read the comment docs.

@kmova kmova merged commit ebec25f into v0.9.x Jul 9, 2020
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.

3 participants