Code Monkey home page Code Monkey logo

Comments (5)

mpepping avatar mpepping commented on August 25, 2024 2

Using EL8 (Centos 8) there is no issue whatsoever in using lvm-localpv. The deployment is straightforward. The PVC/PV lifecycle works as expected, and LVM logical-volume devices are created/mounted/removed as supposed. All good!

Now, the README.md limits the supported system config to Ubuntu. Will CentOS 8 / RHEL 8 be considered as a supported target platform?

from lvm-localpv.

huzhengchuan avatar huzhengchuan commented on August 25, 2024

[root@hzcmaster0 openebs-example]# cat /etc/os-release
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"

meet the same question!

from lvm-localpv.

mittachaitu avatar mittachaitu commented on August 25, 2024

After digging into the issue found the root cause of not being able to mount xfs formatted LVM volumes... It was happening due to incompatibility between xfs version inside the csi-container and xfs version at host machine... To address this issue we have to format the xfs with following option mkfs.xfs -m reflink=0 <device_name>

from lvm-localpv.

davidkarlsen avatar davidkarlsen commented on August 25, 2024

This is a duplicate of #135. It's because mount_utils doesn't force format xfs filesystems.

from lvm-localpv.

dsharma-dc avatar dsharma-dc commented on August 25, 2024

Closing this one as there are three issues open already for same problem, mentioned in previous comments.

from lvm-localpv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.