+ check_destdir + '[' -d /mnt/destination ']' + save_blkid_state + find /dev/mapper -type l + xargs -r blkid -c /dev/null + populate_fstab + '[' '!' -f /tmp/fstab ']' + cat /tmp/fstab + copy_chroot_binaries + for i in '/sbin/{mdadm,lvm,cryptsetup}' + '[' '!' -x /sbin/mdadm -a -x /mnt/destination/sbin/mdadm ']' + cp -p /mnt/destination/sbin/mdadm /sbin/mdadm + for i in '/sbin/{mdadm,lvm,cryptsetup}' + '[' '!' -x /sbin/lvm -a -x /mnt/destination/sbin/lvm ']' + cp -p /mnt/destination/sbin/lvm /sbin/lvm + for i in '/sbin/{mdadm,lvm,cryptsetup}' + '[' '!' -x /sbin/cryptsetup -a -x /mnt/destination/sbin/cryptsetup ']' + cp -p /mnt/destination/sbin/cryptsetup /sbin/cryptsetup + '[' -f /mnt/destination/etc/lvm/lvm.conf ']' + mkdir -p /etc/lvm + cp -p /mnt/destination/etc/lvm/lvm.conf /etc/lvm + umount_chroot + fuser -vv -k -m /mnt/destination USER PID ACCESS COMMAND /mnt/destination: root kernel mount /mnt/destination + '[' -x /sbin/cryptsetup ']' + pushd /dev/mapper /dev/mapper / + for i in '*_luks' + /sbin/cryptsetup luksClose '*_luks' Device *_luks is not active. + dmsetup remove '*_luks' device-mapper: remove ioctl on \x2a_luks failed: No such device or address Command failed + popd / + chroot /mnt/destination swapoff -a swapoff: cannot find the device for UUID=534db4ce-f39e-47e4-ab97-ca9d3a8ecc7f + umount /mnt/destination/dev/pts + chroot /mnt/destination umount -a -v /tmp/alterator : successfully umounted /sys : ignored /proc : ignored /dev : successfully umounted /var : successfully umounted /usr : successfully umounted /home : successfully umounted /boot : successfully umounted / : ignored + grep ' /mnt/destination/' /proc/mounts + read dev mnt rest + umount -v /mnt/destination/proc umount: /mnt/destination/proc (proc) unmounted + read dev mnt rest + umount -v /mnt/destination/sys umount: /mnt/destination/sys (sysfs) unmounted + read dev mnt rest + umount -v /mnt/destination umount: /mnt/destination (/dev/evms/lvm2/main/root) unmounted + turn_evms_off + dmsetup remove_all + save_mdraid_state + '[' -f /proc/mdstat -a -x /sbin/mdadm ']' + /sbin/mdadm --examine --scan + /sbin/mdadm --stop --scan mdadm: stopped /dev/md0 mdadm: stopped /dev/md2 + turn_evms_off + dmsetup remove_all + start_luks + '[' -x /sbin/cryptsetup ']' ++ blkid -o device + for device in '$(blkid -o device)' ++ blkid -o value -s TYPE /dev/sdb1 + '[' iso9660 = crypto_LUKS ']' + continue + for device in '$(blkid -o device)' ++ blkid -o value -s TYPE /dev/sdb2 + '[' vfat = crypto_LUKS ']' + continue + for device in '$(blkid -o device)' ++ blkid -o value -s TYPE /dev/sda1 + '[' linux_raid_member = crypto_LUKS ']' + continue + for device in '$(blkid -o device)' ++ blkid -o value -s TYPE /dev/sda2 + '[' linux_raid_member = crypto_LUKS ']' + continue + for device in '$(blkid -o device)' ++ blkid -o value -s TYPE /dev/sdc1 + '[' linux_raid_member = crypto_LUKS ']' + continue + for device in '$(blkid -o device)' ++ blkid -o value -s TYPE /dev/sdc2 + '[' linux_raid_member = crypto_LUKS ']' + continue + for device in '$(blkid -o device)' ++ blkid -o value -s TYPE /dev/loop0 + '[' squashfs = crypto_LUKS ']' + continue + start_mdraid + '[' -s /tmp/mdadm.conf -a -x /sbin/mdadm ']' + sysctl -w dev.raid.speed_limit_max=1000000 + /sbin/mdadm --assemble --run --scan --config=/tmp/mdadm.conf mdadm: Container /dev/md/ddf0 has been assembled with 2 drives mdadm: Started /dev/md126 with 2 devices mdadm: /dev/md0 has been started with 1 drive (out of 2).