Giter Club home page Giter Club logo

Comments (3)

rhvgoyal avatar rhvgoyal commented on August 11, 2024

This creates another problem. If somebody specifies DEVS=vdb, we create partition /dev/vdb1 and add it to volume group. Now next time d-s-s runs it exits with error saying that vdb is a partitioned device. This is wrong. A user is not supposed to edit the /etc/sysconfig/docker-storage-setup again after pool has been created.

from container-storage-setup.

eburgueno avatar eburgueno commented on August 11, 2024

While I have nothing against using LVM on the raw device directly, the RHEL LVM Administration guide does suggest creating a single partition spanning the entire disk, and then use that partition with LVM. I would say it would be best to keep things consistent.

Red Hat recommends that you create a single partition that covers the whole disk to label as an LVM physical volume for the following reasons:

  • Administrative convenience
    It is easier to keep track of the hardware in a system if each real disk only appears once. This becomes particularly true if a disk fails. In addition, multiple physical volumes on a single disk may cause a kernel warning about unknown partition types at boot.
  • Striping performance
    LVM cannot tell that two physical volumes are on the same physical disk. If you create a striped logical volume when two physical volumes are on the same physical disk, the stripes could be on different partitions on the same disk. This would result in a decrease in performance rather than an increase.

from container-storage-setup.

rhvgoyal avatar rhvgoyal commented on August 11, 2024

I agree. For now I am closing it.

from container-storage-setup.

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.