Changeset 3066 in MondoRescue for branches/3.0/mindi/mindi


Ignore:
Timestamp:
Nov 12, 2012, 6:15:00 PM (11 years ago)
Author:
Bruno Cornec
Message:

Add function GiveVGLVOfdm to analyze-my-lvm to solve SLES11SP2 issue with /dev/dm-

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mindi/mindi

    r3065 r3066  
    10851085            elif [ "`echo $current_partition | grep -E '^/dev/dm-'`" ]; then
    10861086                # For SLES 11 type of distro, do not use dm devices as they are unable to be handled by lvm commands
    1087                 current_partition=`$MINDI_LIB/analyze-my-lvm --givemapperofdm $current_partition`
     1087                current_partition=`$MINDI_LIB/analyze-my-lvm --givevglvofdm $current_partition`
    10881088            fi
    10891089            [ "`echo "$useless_dev" | grep -F "$current_partition"`" ] && continue
Note: See TracChangeset for help on using the changeset viewer.