On Monday 14 June 2010 17:27:32 Gerald C.Catling wrote: > At what point and how do I insert -P in the lvm system?
8 replies in the thread, and only one tells you even one place to look?
Little bit of topic-drift here on debian-user, I guess.
The following commands support operating in --partial mode:
pvscan
pvs
vgscan
vgs
vgdisplay
vgchange
vgcfgbackup
lvscan
lvs
lvdisplay
lvchange
I ran this command to get that information:
for lvmc in /sbin/lv* /sbin/pv* /sbin/vg*; do
if $lvmc --help | grep -qe '--partial'; then
echo $lvmc
fi
done 2>/dev/null
--
Boyd Stephen Smith Jr. ,= ,-_-. =.
[email protected] ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-'
http://iguanasuicide.net/ \_/
signature.asc
Description: This is a digitally signed message part.

