Changeset 1489 in MondoRescue for branches/stable/mindi/analyze-my-lvm


Ignore:
Timestamp:
Jun 6, 2007, 1:46:19 AM (17 years ago)
Author:
Bruno Cornec
Message:
  • Avoid to backup ocfs/ocfs2 filesystems (+ afs forgotten in some places)
  • Use MINDI_TMP in analyze-my-lvm (good practice and may solve an issue with selinux)
  • export MINDI_TMP so that it may be used by subscripts
  • Suppress error messages from gunzip when testing for kernel content
  • mindi.conf isn't officially supported in that version so man page adapted
  • Fix a bug where MINDI_CACHE wasn't excluded from backup
  • Add support for Ubuntu 6.04 Dapper LTS
  • Fix a bug for CentOS/RHEL 5 where optimized libraries are located /lib/i686/nosegneg (Brandon Poyner <bpoyner_at_ccac.edu>)
  • Add support for RHAS 2.1 (rhel_2.1)

(merge -r1480:1488 $SVN_M/branches/2.2.4)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/analyze-my-lvm

    r1063 r1489  
    5353GenerateLvcreateParameters() {
    5454    local device stripes stripesize device fname allocation output readahead
    55     fname=/tmp/PLF.$$.txt
     55    fname=$MINDI_TMP/PLF.$$.txt
    5656    device=$1
    5757    output=""
     
    8181    local current_VG device fname incoming VG_info_file max_logical_volumes max_physical_volumes physical_extent_size output blanklines
    8282    current_VG=$1
    83     VG_info_file=/tmp/$$.vg-info.txt
     83    VG_info_file=$MINDI_TMP/$$.vg-info.txt
    8484    $LVMCMD vgdisplay $current_VG > $VG_info_file
    8585    max_logical_volumes=`GetValueFromField "$VG_info_file" "MAX LV"`
Note: See TracChangeset for help on using the changeset viewer.