Ignore:
Timestamp:
Sep 25, 2009, 6:44:01 PM (15 years ago)
Author:
Bruno Cornec
Message:
  • analyze-my-lvm now removes excluded devices from list coming from mondoarchive
  • new mr_make_devlist_from_pathlist which handle the new bkpinfo->exclude_devs field containing the excluded devices and remove corresponding code from libmondo-cli.c
  • Move DSF code into libmondo-devices.c for coherency, and only the previous function is made externally available
  • Remove dev_to_exclude in libmondo-archive.c which wasn't working correctly and replace it with bkpinfo->exclude_devs
File:
1 edited

Legend:

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

    r2380 r2424  
    840840    bkpinfo->include_paths[0] = '\0';
    841841    bkpinfo->exclude_paths[0] = '\0';
     842    bkpinfo->exclude_devs = NULL;
    842843    bkpinfo->restore_path[0] = '\0';
    843844    bkpinfo->call_before_iso[0] = '\0';
Note: See TracChangeset for help on using the changeset viewer.