Ignore:
Timestamp:
Feb 26, 2011, 7:51:16 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Fix test on dm which was made in wrong sense
  • Adds a driver to allow raid456 to work
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mondo/src/common/libmondo-mountlist.c

    r2731 r2733  
    399399
    400400    if (physical_drive_size < 0) {
    401         if (strstr(drive,"/dev/dm-") != NULL) {
     401        if (strstr(drive,"/dev/dm-") == NULL) {
    402402            mr_asprintf(&tmp, " %s does not exist.", drive);
    403403            log_it(tmp);
Note: See TracChangeset for help on using the changeset viewer.