HomeSort by: relevance | last modified time | path
    Searched refs:noheadings (Results 1 - 17 of 17) sorted by relevancy

  /src/external/gpl2/lvm2/dist/test/
t-listings.sh 19 case $(lvs --units s --nosuffix --noheadings -o $1_read_ahead "$vg"/"$lv") in
34 pvs --noheadings|tee out
38 pvs --noheadings -o seg_all,pv_all,lv_all,vg_all | tee out
54 test $(pvs -o vg_name --noheadings $dev2) = $vg
59 lvs $vg --noheadings|tee out
61 lvs -a --noheadings|tee out
69 lvs $vg --noheadings|tee out
71 lvs -a --noheadings|tee out
lvm-utils.sh 64 val1=$($cmd1 --noheadings -o $field1 $obj1)
65 val2=$($cmd2 --noheadings -o $field2 $obj2)
81 val1=$(vgs --noheadings -o $field $vg1)
82 val2=$(vgs --noheadings -o $field $vg2)
97 actual=$(vgs --noheadings -o $field $vg)
112 actual=$(pvs --noheadings -o $field $pv)
127 actual=$(lvs --noheadings -o $field $lv)
t-mirror-lvconvert-usage.sh 21 lvs -a -odevices --noheadings $lv | sed 's/,/\n/g' > out
41 mimages=$(lvs --noheadings -a -o lv_name $vg | grep "${lv}_mimage_" | \
45 lvs -a -odevices --noheadings $vg/$i | \
t-vgcfgbackup-usage.sh 29 pv1_uuid=$(pvs --noheadings -o pv_uuid $dev1)
30 pv2_uuid=$(pvs --noheadings -o pv_uuid $dev2)
t-mirror-basic.sh 34 for i in $(lvs -odevices --noheadings $lv | sed 's/([^)]*)//g; s/,/ /g'); do
35 lvs -a -odevices --noheadings $vg/$i | sed 's/([^)]*)//g; s/,/ /g' | \
50 [ $(lvs -a --segments --noheadings $lv | wc -l) -ne 1 ] && return 1
60 [ $(lvs -a -odevices --noheadings $lv | sed 's/([^)]*)//g' | \
72 for i in $(lvs -odevices --noheadings $lv | sed 's/([^)]*)//g; s/,/ /g'); do
85 for i in $(lvs -odevices --noheadings $lv | sed 's/([^)]*)//g; s/,/ /g'); do
96 lvs -a -odevices --noheadings $lv | sed 's/,/\n/g' > out
175 lvs -o copy_percent --noheadings $vg/$lv1 |grep 100.00
t-lvextend-percent-extents.sh 36 vgsize=$(vgs -o vg_extent_count --noheadings)
88 pe_count=$(pvs -o pv_pe_count --noheadings $dev1)
91 pesize=$(lvs -ovg_extent_size --units b --nosuffix --noheadings $vg/$lv)
t-mirror-lvconvert.sh 23 for i in $(lvs -odevices --noheadings $lv | sed 's/([^)]*)//g; s/,/ /g'); do
24 lvs -a -odevices --noheadings $vg/$i | sed 's/([^)]*)//g; s/,/ /g' | \
39 [ $(lvs -a --segments --noheadings $lv | wc -l) -ne 1 ] && return 1
50 for i in $(lvs -odevices --noheadings $lv | sed 's/([^)]*)//g; s/,/ /g'); do
61 lvs -a -odevices --noheadings $lv | sed 's/,/\n/g' > out
83 [ "$mirrors" -eq "$(lvs --noheadings -ostripes $lv)" ]
89 local mlog=$(lvs --noheadings -omirror_log $lv | sed -e 's/ //g')
96 while (lvs --noheadings -oattr "$lv" | grep -q '^ *c'); do sleep 1; done
102 lvs -a --noheadings -oname $(dirname $lv) > out
301 lvcreate -l`pvs --noheadings -ope_count $dev1` -m1 -n $lv1 $vg $dev1 $dev2 $dev3:0
    [all...]
t-mirror-names.sh 28 local devs=$(lvs -a -odevices --noheadings $lv | sed 's/([0-9]*)//g' |
42 echo $(lvs -a -omirror_log --noheadings $lv | sed 's/ //g')
48 echo $(lvs -a -oconvert_lv --noheadings $lv | sed 's/ //g')
t-read-ahead.sh 22 lvs --units s --nosuffix --noheadings -o $1 "$vg"/"$lv"
t-pvmove-basic.sh 29 lvs -a -odevices --noheadings $lv | sed 's/,/\n/g' > out
70 lvs -a -o devices --noheadings $vg/$lv1 > ${lv1}_devs
71 lvs -a -o devices --noheadings $vg/$lv2 > ${lv2}_devs
72 lvs -a -o devices --noheadings $vg/$lv3 > ${lv3}_devs
76 lvs -a -o devices --noheadings $1 > out
376 test $(dmsetup info --noheadings -c -o suspended "$vg-$lv1") = "Active"
t-covercmd.sh 21 case $(lvs --units s --nosuffix --noheadings -o $1_read_ahead "$vg"/"$lv") in
t-mirror-vgreduce-removemissing.sh 28 lvs -a -odevices --noheadings $lv | \
46 mimages=$(lvs --noheadings -a -o lv_name $vg | grep "${lv}_mimage_" | \
50 lvs -a -odevices --noheadings $vg/$i | \
67 lvs -o stripes,attr --noheadings $vg/$1 | sed 's/ //g'
68 lvs -o stripes,attr --noheadings $vg/$1 | sed 's/ //g' | grep -q '^1-'
  /src/etc/rc.d/
lvm 37 LV_LIST=$(/sbin/lvm vgdisplay -C -o vg_name --noheadings 2>/dev/null)
56 -O vg_name --separator \/ --noheadings 2>/dev/null)
58 --separator " " --noheadings 2>/dev/null)
61 LV_IS_ACTIVE=$(/sbin/lvm lvdisplay -C --noheadings \
  /src/external/gpl2/lvm2/dist/scripts/
lvm2_monitoring_init_rhel4 34 VGS=`vgs --noheadings -o name 2> /dev/null`
52 VGS=`vgs --noheadings -o name 2> /dev/null`
lvm2_monitoring_init_red_hat 50 VGSLIST=`$VGS --noheadings -o name 2> /dev/null`
68 VGSLIST=`$VGS --noheadings -o name 2> /dev/null`
lvm2_monitoring_init_red_hat.in 50 VGSLIST=`$VGS --noheadings -o name 2> /dev/null`
68 VGSLIST=`$VGS --noheadings -o name 2> /dev/null`
vgimportclone.sh 207 PVS_OUT=`"${LVM}" pvs ${LVM_OPTS} --noheadings -o vg_name "$ARG" 2>/dev/null`
230 OLDVGS=`"${LVM}" vgs ${LVM_OPTS} -o name --noheadings 2>/dev/null`
280 PVINFO=`"${LVM}" pvs ${LVM_OPTS} -o pv_name,vg_name,vg_attr --noheadings --separator : 2>/dev/null`

Completed in 37 milliseconds