vgreduce PVE

pblou

Well-Known Member
Jan 9, 2017
32
0
46
36
Hello,

I'm using Proxmox 5.1 and I want to remove /dev/sdc1 from VG pve to assign it to a other VG.

PV VG Fmt Attr PSize PFree
/dev/sda3 pve lvm2 a-- 3.64t 15.77g
/dev/sdc1 pve lvm2 a-- 1.23t 0

when I try a 'vgreduce pve /dev/sdc1'
the answer is ' Physical volume "/dev/sdc1" still in use'

Anybody can help me

thks
 
Before 'vgreduce" you have to run
Code:
pvmove /dev/sdc1 /dev/sda3