Как идеологически правильно выдернуть винт из raid1?
lvm> vgreduce vg0 /dev/sdb1
Physical volume "/dev/sdb1" still in use
lvm> lvs
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
lvol0 vg0 rwi-aor--- 140.00g 100.00
swap0 vg0 rwc-aor--- 4.00g 100.00
lvm> lvconvert --replace /dev/sdb1 vg0/swap0
Insufficient suitable contiguous allocatable extents for logical volume : 1025 more required
Failed to allocate replacement images for vg0/swap0
[16:18:20]<L29Ah> lvm> vgreduce vg0 --removemissing
Couldn't find device with uuid W5HARI-RG73-bwH9-0se3-OuzW-I7AM-3jiH2e.
WARNING: Partial LV lvol0 needs to be repaired or removed.
WARNING: Partial LV swap0 needs to be repaired or removed.
WARNING: Partial LV lvol0_rmeta_1 needs to be repaired or removed.
WARNING: Partial LV lvol0_rimage_1 needs to be repaired or removed.
WARNING: Partial LV swap0_rmeta_1 needs to be repaired or removed.
WARNING: Partial LV swap0_rimage_1 needs to be repaired or removed.
There are still partial LVs in VG vg0.
To remove them unconditionally use: vgreduce --removemissing --force.
Proceeding to remove empty missing PVs.
[16:18:23]<L29Ah> чяднт?
[16:18:34]<L29Ah> у меня всё умрёт если я --force нажму? что я забыл нажать?
У меня там какой-то raid1, хочу выдернуть дохловинт и поставить вместо него другой.