Changeset 2430 in MondoRescue
- Timestamp:
- Sep 28, 2009, 12:08:31 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.8.selinux/mindi/analyze-my-lvm
r2072 r2430 82 82 current_VG=$1 83 83 VG_info_file=$MINDI_TMP/$$.vg-info.txt 84 $LVMCMD vgdisplay $current_VG > $VG_info_file 84 # We use cat here as a way to avoid SElinux to prevent us from writing in $VG_info_file 85 $LVMCMD vgdisplay $current_VG | cat > $VG_info_file 85 86 max_logical_volumes=`GetValueFromField "$VG_info_file" "MAX LV"` 86 87 [ $max_logical_volumes -ge 256 ] && max_logical_volumes=255
Note:
See TracChangeset
for help on using the changeset viewer.