Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added "Remove a Physical Volume (PV) from a Volume Group (VG)"

...

Code Block
umount <device>
lvrename <vgname> <oldlvname> <newlvname> 

Remove a Physical Volume (PV) from a Volume Group (VG)

vgreduce VG_name PV_name

For example:

vgreduce ls1 /dev/sdb2

Troubleshooting

Messages

File descriptor * leaked on * invocation. Parent PID *

...