Changeset 1487 in MondoRescue
- Timestamp:
- Jun 6, 2007, 1:25:17 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.4/mindi/analyze-my-lvm
r1236 r1487 53 53 GenerateLvcreateParameters() { 54 54 local device stripes stripesize device fname allocation output readahead 55 fname= /tmp/PLF.$$.txt55 fname=$MINDI_TMP/PLF.$$.txt 56 56 device=$1 57 57 output="" … … 81 81 local current_VG device fname incoming VG_info_file max_logical_volumes max_physical_volumes physical_extent_size output blanklines 82 82 current_VG=$1 83 VG_info_file= /tmp/$$.vg-info.txt83 VG_info_file=$MINDI_TMP/$$.vg-info.txt 84 84 $LVMCMD vgdisplay $current_VG > $VG_info_file 85 85 max_logical_volumes=`GetValueFromField "$VG_info_file" "MAX LV"`
Note:
See TracChangeset
for help on using the changeset viewer.