Changeset 3734 in MondoRescue


Ignore:
Timestamp:
Nov 18, 2019, 1:44:53 AM (4 years ago)
Author:
Bruno Cornec
Message:

umount btrfs subvolumes at end

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mondo/src/mondorestore/mondo-rstr-tools.c

    r3707 r3734  
    19471947    run_program_and_log_output("umount -d " MNT_RESTORING "/sys",3);
    19481948
     1949    /*  Unmounting potential btrfs subvolumes */
     1950    if (does_file_exist("/tmp/umount-btrfs-subvol")) {
     1951        run_program_and_log_output("/tmp/umount-btrfs-subvol",3);
     1952    }
     1953
    19491954    for (lino = mountlist->entries - 1; lino >= 0; lino--) {
    19501955        if (!strcmp(mountlist->el[lino].mountpoint, "lvm")) {
Note: See TracChangeset for help on using the changeset viewer.