Select Your Language

Infrastructure and Management

Cloud Computing

Storage

Runtimes

Integration and Automation

  • Comments
  • Undefined Physical Volume

    Posted on

    I'm currently trying to move /var to another separate disk in an LVM setup. Here is the ptable that I'm using to attempt this;

    sda=50GB
    sdb=100GB

    %#
    kind: ptable
    name: pt_EMPOWERED_docker
    oses:
    - CentOS
    - RedHat
    %>
    zerombr
    clearpart --all --initlabel
    part /boot --fstype xfs --size=1024 --ondisk=sda
    part swap --fstype swap --size=8192 --ondisk=sda
    part pv_root --size=10240 --grow --ondisk=sda
    part pv_var --size=10240 --grow --ondisk=sdb
    volgroup vg_root pv_root
    volgroup vg_var pv_var
    logvol /var --vgname=vg_var --fstype=xfs --size=10240 --grow --name=lg_var
    logvol /home --vgname=vg_root --fstype=xfs --size=10240 --grow --name=lg_home
    logvol / --vgname=vg_root --fstype=xfs --size=10240 --name=lg_root
    

    However, when I run this I get an error. I've attached the picture to this.

    Edit: formatting

    by

    points

    Responses

    Red Hat LinkedIn YouTube Facebook X, formerly Twitter

    Quick Links

    Help

    Site Info

    Related Sites

    © 2026 Red Hat