Skip to content

Instantly share code, notes, and snippets.

@mattihautameki
Created February 11, 2016 12:06
Show Gist options
  • Save mattihautameki/249ffbe89cfbc32e5d40 to your computer and use it in GitHub Desktop.
Save mattihautameki/249ffbe89cfbc32e5d40 to your computer and use it in GitHub Desktop.
rear
--- /usr/local/src/rear/usr/share/rear/finalize/SUSE_LINUX/i386/17_rebuild_initramfs.sh 2016-02-11 09:46:50.738924110 +0100
+++ /usr/share/rear/finalize/SUSE_LINUX/i386/17_rebuild_initramfs.sh 2016-02-11 12:28:34.914560146 +0100
@@ -49,6 +49,13 @@
sed -i -e '/^INITRD_MODULES/s/^.*$/#&\nINITRD_MODULES="'"${OLD_INITRD_MODULES[*]} ${NEW_INITRD_MODULES[*]}"'"/' /mnt/local/etc/sysconfig/kernel
fi
+ MYDEBUGDEV="`ls -l /dev/disk/by-uuid/ |grep sda1`"
+ Log "DEVICE for sda1 (before udevadm trigger): $MYDEBUGDEV"
+ udevadm trigger
+ sleep 5
+ MYDEBUGDEV="`ls -l /dev/disk/by-uuid/ |grep sda1`"
+ Log "DEVICE for sda1 (after udevadm trigger): $MYDEBUGDEV"
+ mount -o bind /dev /mnt/local/dev
mount -t proc none /mnt/local/proc
mount -t sysfs none /mnt/local/sys
echo "Running mkinitrd..."
@@ -60,6 +67,6 @@
messages in detail and decide yourself, wether the system will boot or not.
"
fi
- umount /mnt/local/proc /mnt/local/sys
+ umount /mnt/local/proc /mnt/local/sys /mnt/local/dev
fi
rear-BLIXESX7.log:
2016-02-11 11:47:31 Relax-and-Recover 1.17.2-git201602110845 / 2016-02-11
2016-02-11 11:47:31 Command line options: /bin/rear recover
2016-02-11 11:47:31 Using log file: /var/log/rear/rear-BLIXESX7.log
2016-02-11 11:47:31 Including /etc/rear/os.conf
2016-02-11 11:47:31 Including conf/Linux-i386.conf
2016-02-11 11:47:31 Including conf/GNU/Linux.conf
2016-02-11 11:47:31 Including conf/SUSE_LINUX.conf
2016-02-11 11:47:31 Including /etc/rear/site.conf
2016-02-11 11:47:31 Including /etc/rear/local.conf
2016-02-11 11:47:31 Including /etc/rear/rescue.conf
2016-02-11 11:47:31 Running 'init' stage
2016-02-11 11:47:31 Including init/default/01_set_drlm_env.sh
2016-02-11 11:47:31 Including init/default/05_check_rear-recover_mode.sh
2016-02-11 11:47:31 Finished running 'init' stage in 0 seconds
2016-02-11 11:47:31 Using build area '/tmp/rear.7Oox9Ki9uGe7506'
mkdir: created directory '/tmp/rear.7Oox9Ki9uGe7506/rootfs'
mkdir: created directory '/tmp/rear.7Oox9Ki9uGe7506/tmp'
2016-02-11 11:47:31 Running recover workflow
2016-02-11 11:47:31 Running 'setup' stage
2016-02-11 11:47:31 Including setup/default/01_pre_recovery_script.sh
2016-02-11 11:47:31 Finished running 'setup' stage in 0 seconds
2016-02-11 11:47:31 Running 'verify' stage
2016-02-11 11:47:31 Including verify/default/02_cciss_scsi_engage.sh
2016-02-11 11:47:31 Including verify/default/02_translate_url.sh
2016-02-11 11:47:31 Including verify/default/03_translate_tape.sh
2016-02-11 11:47:31 Including verify/default/04_validate_variables.sh
2016-02-11 11:47:31 Including verify/NETFS/default/05_check_NETFS_requirements.sh
2016-02-11 11:47:31 Skipping ping test
2016-02-11 11:47:31 Including verify/GNU/Linux/05_sane_recovery_check.sh
2016-02-11 11:47:31 Including verify/NETFS/default/05_start_required_daemons.sh
2016-02-11 11:47:31 Including verify/NETFS/default/06_mount_NETFS_path.sh
mkdir: created directory '/tmp/rear.7Oox9Ki9uGe7506/outputfs'
2016-02-11 11:47:31 Mounting with 'mount /dev/disk/by-label/RELAXRECOVER /tmp/rear.7Oox9Ki9uGe7506/outputfs'
mount: /dev/sr0 is write-protected, mounting read-only
2016-02-11 11:47:31 Including verify/NETFS/default/07_set_backup_archive.sh
2016-02-11 11:47:31 Including verify/NETFS/default/09_set_readonly_options.sh
2016-02-11 11:47:31 Including verify/GNU/Linux/23_storage_and_network_modules.sh
2016-02-11 11:47:31 Including verify/GNU/Linux/26_recovery_storage_drivers.sh
--- /var/lib/rear/recovery/storage_drivers 2016-02-11 11:29:32.000000000 +0000
+++ /tmp/rear.7Oox9Ki9uGe7506/tmp/storage_drivers 2016-02-11 11:47:31.533286628 +0000
@@ -2,15 +2,12 @@
ata_generic
ata_piix
floppy
-iscsi_boot_sysfs
libahci
libata
mptbase
-mptctl
mptscsih
mptspi
scsi_mod
scsi_transport_spi
sd_mod
-sg
sr_mod
2016-02-11 11:47:31 NOTICE: Will do driver migration
2016-02-11 11:47:31 Including verify/NETFS/default/55_check_backup_archive.sh
2016-02-11 11:47:31 Calculating backup archive size
2016-02-11 11:47:31 Backup archive size is 914.541M (compressed)
2016-02-11 11:47:31 Including verify/NETFS/default/60_check_encryption_key.sh
2016-02-11 11:47:31 Including verify/NETFS/default/98_umount_NETFS_dir.sh
2016-02-11 11:47:31 Unmounting '/tmp/rear.7Oox9Ki9uGe7506/outputfs'
umount: /tmp/rear.7Oox9Ki9uGe7506/outputfs unmounted
rmdir: removing directory, '/tmp/rear.7Oox9Ki9uGe7506/outputfs'
2016-02-11 11:47:31 Finished running 'verify' stage in 0 seconds
2016-02-11 11:47:31 Running 'layout/prepare' stage
2016-02-11 11:47:31 Including layout/prepare/default/01_prepare_files.sh
2016-02-11 11:47:31 Including layout/prepare/GNU/Linux/10_include_partition_code.sh
2016-02-11 11:47:31 Including layout/prepare/GNU/Linux/11_include_lvm_code.sh
2016-02-11 11:47:31 Including layout/prepare/GNU/Linux/12_include_raid_code.sh
2016-02-11 11:47:31 Including layout/prepare/GNU/Linux/13_include_filesystem_code.sh
2016-02-11 11:47:31 Including layout/prepare/GNU/Linux/13_include_mount_filesystem_code.sh
2016-02-11 11:47:31 Including layout/prepare/GNU/Linux/13_include_mount_subvolumes_code.sh
2016-02-11 11:47:31 Including layout/prepare/GNU/Linux/14_include_swap_code.sh
2016-02-11 11:47:31 Including layout/prepare/GNU/Linux/15_include_drbd_code.sh
2016-02-11 11:47:31 Including layout/prepare/GNU/Linux/16_include_luks_code.sh
2016-02-11 11:47:31 Including layout/prepare/GNU/Linux/17_include_hpraid_code.sh
2016-02-11 11:47:31 Including layout/prepare/default/20_recreate_hpraid.sh
2016-02-11 11:47:31 Including layout/prepare/GNU/Linux/21_load_multipath.sh
2016-02-11 11:47:31 Including layout/prepare/default/25_compare_disks.sh
2016-02-11 11:47:31 Comparing disks.
2016-02-11 11:47:31 Looking for sda...
2016-02-11 11:47:31 Device sda exists.
2016-02-11 11:47:31 Size of device sda matches.
2016-02-11 11:47:31 Disk configuration is identical, proceeding with restore.
2016-02-11 11:47:31 Including layout/prepare/default/30_map_disks.sh
2016-02-11 11:47:31 Including layout/prepare/default/31_remove_exclusions.sh
2016-02-11 11:47:31 Including layout/prepare/default/32_apply_mappings.sh
2016-02-11 11:47:31 Including layout/prepare/default/40_autoresize_disks.sh
2016-02-11 11:47:31 Including layout/prepare/default/50_confirm_layout.sh
2016-02-11 11:47:31 Including layout/prepare/default/51_list_dependencies.sh
2016-02-11 11:47:31 Including layout/prepare/default/52_exclude_components.sh
2016-02-11 11:47:31 Including layout/prepare/default/54_generate_device_code.sh
2016-02-11 11:47:31 Begin create_fs( fs:/ )
2016-02-11 11:47:31 Begin mount_fs( fs:/ )
2016-02-11 11:47:31 End mount_fs( fs:/ )
2016-02-11 11:47:31 End create_fs( fs:/ )
2016-02-11 11:47:31 Begin create_fs( fs:/data0 )
2016-02-11 11:47:31 Begin mount_fs( fs:/data0 )
2016-02-11 11:47:31 End mount_fs( fs:/data0 )
2016-02-11 11:47:31 End create_fs( fs:/data0 )
2016-02-11 11:47:31 Begin create_fs( fs:/home )
2016-02-11 11:47:31 Begin mount_fs( fs:/home )
2016-02-11 11:47:31 End mount_fs( fs:/home )
2016-02-11 11:47:31 End create_fs( fs:/home )
2016-02-11 11:47:31 Begin create_fs( fs:/logs )
2016-02-11 11:47:31 Begin mount_fs( fs:/logs )
2016-02-11 11:47:31 End mount_fs( fs:/logs )
2016-02-11 11:47:31 End create_fs( fs:/logs )
2016-02-11 11:47:31 Begin create_fs( fs:/products )
2016-02-11 11:47:31 Begin mount_fs( fs:/products )
2016-02-11 11:47:31 End mount_fs( fs:/products )
2016-02-11 11:47:32 End create_fs( fs:/products )
2016-02-11 11:47:32 Begin create_fs( fs:/sysbkp )
2016-02-11 11:47:32 Begin mount_fs( fs:/sysbkp )
2016-02-11 11:47:32 End mount_fs( fs:/sysbkp )
2016-02-11 11:47:32 End create_fs( fs:/sysbkp )
2016-02-11 11:47:32 Begin create_fs( fs:/tmp )
2016-02-11 11:47:32 Begin mount_fs( fs:/tmp )
2016-02-11 11:47:32 End mount_fs( fs:/tmp )
2016-02-11 11:47:32 End create_fs( fs:/tmp )
2016-02-11 11:47:32 Begin create_fs( fs:/var )
2016-02-11 11:47:32 Begin mount_fs( fs:/var )
2016-02-11 11:47:32 End mount_fs( fs:/var )
2016-02-11 11:47:32 End create_fs( fs:/var )
2016-02-11 11:47:32 Begin create_fs( fs:/boot )
2016-02-11 11:47:32 Begin mount_fs( fs:/boot )
2016-02-11 11:47:32 End mount_fs( fs:/boot )
2016-02-11 11:47:32 End create_fs( fs:/boot )
2016-02-11 11:47:32 Including layout/prepare/default/55_finalize_script.sh
2016-02-11 11:47:32 Including layout/prepare/default/60_show_unprocessed.sh
2016-02-11 11:47:32 Including layout/prepare/default/61_exclude_from_restore.sh
2016-02-11 11:47:32 Finished running 'layout/prepare' stage in 1 seconds
2016-02-11 11:47:32 Running 'layout/recreate' stage
2016-02-11 11:47:32 Including layout/recreate/default/10_ask_confirmation.sh
2016-02-11 11:47:32 Including layout/recreate/default/20_run_script.sh
2016-02-11 11:47:32 Start system layout restoration.
/run/lvm/lvmetad.socket: connect failed: No such file or directory
WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
+++ create_component /dev/sda disk
+++ local device=/dev/sda
+++ local type=disk
+++ local touchfile=disk--dev-sda
+++ '[' -e /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/disk--dev-sda ']'
+++ return 0
+++ Log 'Stop mdadm'
+++ test 1 -gt 0
++++ Stamp
++++ date '+%Y-%m-%d %H:%M:%S '
+++ echo '2016-02-11 11:47:32 Stop mdadm'
2016-02-11 11:47:32 Stop mdadm
+++ grep -q md /proc/mdstat
+++ Log 'Erasing MBR of disk /dev/sda'
+++ test 1 -gt 0
++++ Stamp
++++ date '+%Y-%m-%d %H:%M:%S '
+++ echo '2016-02-11 11:47:32 Erasing MBR of disk /dev/sda'
2016-02-11 11:47:32 Erasing MBR of disk /dev/sda
+++ dd if=/dev/zero of=/dev/sda bs=512 count=1
1+0 records in
1+0 records out
512 bytes (512 B) copied, 0.00111122 s, 461 kB/s
+++ sync
+++ LogPrint 'Creating partitions for disk /dev/sda (msdos)'
+++ Log 'Creating partitions for disk /dev/sda (msdos)'
+++ test 1 -gt 0
++++ Stamp
++++ date '+%Y-%m-%d %H:%M:%S '
+++ echo '2016-02-11 11:47:32 Creating partitions for disk /dev/sda (msdos)'
2016-02-11 11:47:32 Creating partitions for disk /dev/sda (msdos)
+++ Print 'Creating partitions for disk /dev/sda (msdos)'
+++ test -n 1
+++ echo -e 'Creating partitions for disk /dev/sda (msdos)'
+++ my_udevsettle
+++ has_binary udevadm
+++ for bin in '$@'
+++ type udevadm
+++ return 0
+++ udevadm settle
+++ parted -s /dev/sda mklabel msdos
+++ my_udevsettle
+++ has_binary udevadm
+++ for bin in '$@'
+++ type udevadm
+++ return 0
+++ udevadm settle
+++ my_udevsettle
+++ has_binary udevadm
+++ for bin in '$@'
+++ type udevadm
+++ return 0
+++ udevadm settle
+++ parted -s /dev/sda mkpart '"primary"' 1048576B 271581183B
+++ my_udevsettle
+++ has_binary udevadm
+++ for bin in '$@'
+++ type udevadm
+++ return 0
+++ udevadm settle
+++ my_udevsettle
+++ has_binary udevadm
+++ for bin in '$@'
+++ type udevadm
+++ return 0
+++ udevadm settle
+++ parted -s /dev/sda set 1 boot on
+++ my_udevsettle
+++ has_binary udevadm
+++ for bin in '$@'
+++ type udevadm
+++ return 0
+++ udevadm settle
+++ my_udevsettle
+++ has_binary udevadm
+++ for bin in '$@'
+++ type udevadm
+++ return 0
+++ udevadm settle
+++ parted -s /dev/sda mkpart '"primary"' 271581184B 42949672959B
+++ my_udevsettle
+++ has_binary udevadm
+++ for bin in '$@'
+++ type udevadm
+++ return 0
+++ udevadm settle
+++ my_udevsettle
+++ has_binary udevadm
+++ for bin in '$@'
+++ type udevadm
+++ return 0
+++ udevadm settle
+++ parted -s /dev/sda set 2 lvm on
+++ my_udevsettle
+++ has_binary udevadm
+++ for bin in '$@'
+++ type udevadm
+++ return 0
+++ udevadm settle
+++ my_udevsettle
+++ has_binary udevadm
+++ for bin in '$@'
+++ type udevadm
+++ return 0
+++ udevadm settle
+++ partprobe -s /dev/sda
/dev/sda: msdos partitions 1 2
+++ my_udevsettle
+++ has_binary udevadm
+++ for bin in '$@'
+++ type udevadm
+++ return 0
+++ udevadm settle
+++ my_udevtrigger
+++ has_binary udevadm
+++ for bin in '$@'
+++ type udevadm
+++ return 0
+++ udevadm trigger
+++ my_udevsettle
+++ has_binary udevadm
+++ for bin in '$@'
+++ type udevadm
+++ return 0
+++ udevadm settle
+++ component_created /dev/sda disk
+++ local device=/dev/sda
+++ local type=disk
+++ local touchfile=disk--dev-sda
+++ touch /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/disk--dev-sda
+++ create_component /dev/sda1 part
+++ local device=/dev/sda1
+++ local type=part
+++ local touchfile=part--dev-sda1
+++ '[' -e /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/part--dev-sda1 ']'
+++ return 0
+++ component_created /dev/sda1 part
+++ local device=/dev/sda1
+++ local type=part
+++ local touchfile=part--dev-sda1
+++ touch /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/part--dev-sda1
+++ create_component /dev/sda2 part
+++ local device=/dev/sda2
+++ local type=part
+++ local touchfile=part--dev-sda2
+++ '[' -e /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/part--dev-sda2 ']'
+++ return 0
+++ component_created /dev/sda2 part
+++ local device=/dev/sda2
+++ local type=part
+++ local touchfile=part--dev-sda2
+++ touch /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/part--dev-sda2
+++ create_component pv:/dev/sda2 lvmdev
+++ local device=pv:/dev/sda2
+++ local type=lvmdev
+++ local touchfile=lvmdev-pv:-dev-sda2
+++ '[' -e /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/lvmdev-pv:-dev-sda2 ']'
+++ return 0
+++ LogPrint 'Creating LVM PV /dev/sda2'
+++ Log 'Creating LVM PV /dev/sda2'
+++ test 1 -gt 0
++++ Stamp
++++ date '+%Y-%m-%d %H:%M:%S '
+++ echo '2016-02-11 11:47:33 Creating LVM PV /dev/sda2'
2016-02-11 11:47:33 Creating LVM PV /dev/sda2
+++ Print 'Creating LVM PV /dev/sda2'
+++ test -n 1
+++ echo -e 'Creating LVM PV /dev/sda2'
+++ lvm vgchange -a n vg0
/run/lvm/lvmetad.socket: connect failed: No such file or directory
WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
+++ lvm pvcreate -ff --yes -v --uuid t7AZzQ-UHfR-LxNM-HfxZ-0mHw-RKeK-DxTiGN --restorefile /var/lib/rear/layout/lvm/vg0.cfg /dev/sda2
/run/lvm/lvmetad.socket: connect failed: No such file or directory
WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
WARNING: Forcing physical volume creation on /dev/sda2 of volume group "vg0"
Set up physical volume for "/dev/sda2" with 83355648 available sectors
Zeroing start of device /dev/sda2
Writing physical volume data to disk "/dev/sda2"
Found same device /dev/sda2 with same pvid t7AZzQUHfRLxNMHfxZ0mHwRKeKDxTiGN
Physical volume "/dev/sda2" successfully created
+++ component_created pv:/dev/sda2 lvmdev
+++ local device=pv:/dev/sda2
+++ local type=lvmdev
+++ local touchfile=lvmdev-pv:-dev-sda2
+++ touch /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/lvmdev-pv:-dev-sda2
+++ create_component /dev/vg0 lvmgrp
+++ local device=/dev/vg0
+++ local type=lvmgrp
+++ local touchfile=lvmgrp--dev-vg0
+++ '[' -e /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/lvmgrp--dev-vg0 ']'
+++ return 0
+++ LogPrint 'Restoring LVM VG vg0'
+++ Log 'Restoring LVM VG vg0'
+++ test 1 -gt 0
++++ Stamp
++++ date '+%Y-%m-%d %H:%M:%S '
+++ echo '2016-02-11 11:47:33 Restoring LVM VG vg0'
2016-02-11 11:47:33 Restoring LVM VG vg0
+++ Print 'Restoring LVM VG vg0'
+++ test -n 1
+++ echo -e 'Restoring LVM VG vg0'
+++ '[' -e /dev/vg0 ']'
+++ lvm vgcfgrestore -f /var/lib/rear/layout/lvm/vg0.cfg vg0
/run/lvm/lvmetad.socket: connect failed: No such file or directory
WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
Restored volume group vg0
+++ lvm vgchange --available y vg0
/run/lvm/lvmetad.socket: connect failed: No such file or directory
WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
11 logical volume(s) in volume group "vg0" now active
+++ LogPrint 'Sleeping 3 seconds to let udev or systemd-udevd create their devices...'
+++ Log 'Sleeping 3 seconds to let udev or systemd-udevd create their devices...'
+++ test 1 -gt 0
++++ Stamp
++++ date '+%Y-%m-%d %H:%M:%S '
+++ echo '2016-02-11 11:47:33 Sleeping 3 seconds to let udev or systemd-udevd create their devices...'
2016-02-11 11:47:33 Sleeping 3 seconds to let udev or systemd-udevd create their devices...
+++ Print 'Sleeping 3 seconds to let udev or systemd-udevd create their devices...'
+++ test -n 1
+++ echo -e 'Sleeping 3 seconds to let udev or systemd-udevd create their devices...'
+++ sleep 3
+++ component_created /dev/vg0 lvmgrp
+++ local device=/dev/vg0
+++ local type=lvmgrp
+++ local touchfile=lvmgrp--dev-vg0
+++ touch /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/lvmgrp--dev-vg0
+++ create_component /dev/mapper/vg0-lvdata0 lvmvol
+++ local device=/dev/mapper/vg0-lvdata0
+++ local type=lvmvol
+++ local touchfile=lvmvol--dev-mapper-vg0-lvdata0
+++ '[' -e /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/lvmvol--dev-mapper-vg0-lvdata0 ']'
+++ return 0
+++ component_created /dev/mapper/vg0-lvdata0 lvmvol
+++ local device=/dev/mapper/vg0-lvdata0
+++ local type=lvmvol
+++ local touchfile=lvmvol--dev-mapper-vg0-lvdata0
+++ touch /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/lvmvol--dev-mapper-vg0-lvdata0
+++ create_component /dev/mapper/vg0-lvhome lvmvol
+++ local device=/dev/mapper/vg0-lvhome
+++ local type=lvmvol
+++ local touchfile=lvmvol--dev-mapper-vg0-lvhome
+++ '[' -e /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/lvmvol--dev-mapper-vg0-lvhome ']'
+++ return 0
+++ component_created /dev/mapper/vg0-lvhome lvmvol
+++ local device=/dev/mapper/vg0-lvhome
+++ local type=lvmvol
+++ local touchfile=lvmvol--dev-mapper-vg0-lvhome
+++ touch /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/lvmvol--dev-mapper-vg0-lvhome
+++ create_component /dev/mapper/vg0-lvlogs lvmvol
+++ local device=/dev/mapper/vg0-lvlogs
+++ local type=lvmvol
+++ local touchfile=lvmvol--dev-mapper-vg0-lvlogs
+++ '[' -e /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/lvmvol--dev-mapper-vg0-lvlogs ']'
+++ return 0
+++ component_created /dev/mapper/vg0-lvlogs lvmvol
+++ local device=/dev/mapper/vg0-lvlogs
+++ local type=lvmvol
+++ local touchfile=lvmvol--dev-mapper-vg0-lvlogs
+++ touch /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/lvmvol--dev-mapper-vg0-lvlogs
+++ create_component /dev/mapper/vg0-lvproducts lvmvol
+++ local device=/dev/mapper/vg0-lvproducts
+++ local type=lvmvol
+++ local touchfile=lvmvol--dev-mapper-vg0-lvproducts
+++ '[' -e /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/lvmvol--dev-mapper-vg0-lvproducts ']'
+++ return 0
+++ component_created /dev/mapper/vg0-lvproducts lvmvol
+++ local device=/dev/mapper/vg0-lvproducts
+++ local type=lvmvol
+++ local touchfile=lvmvol--dev-mapper-vg0-lvproducts
+++ touch /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/lvmvol--dev-mapper-vg0-lvproducts
+++ create_component /dev/mapper/vg0-lvroot lvmvol
+++ local device=/dev/mapper/vg0-lvroot
+++ local type=lvmvol
+++ local touchfile=lvmvol--dev-mapper-vg0-lvroot
+++ '[' -e /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/lvmvol--dev-mapper-vg0-lvroot ']'
+++ return 0
+++ component_created /dev/mapper/vg0-lvroot lvmvol
+++ local device=/dev/mapper/vg0-lvroot
+++ local type=lvmvol
+++ local touchfile=lvmvol--dev-mapper-vg0-lvroot
+++ touch /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/lvmvol--dev-mapper-vg0-lvroot
+++ create_component /dev/mapper/vg0-lvswap0 lvmvol
+++ local device=/dev/mapper/vg0-lvswap0
+++ local type=lvmvol
+++ local touchfile=lvmvol--dev-mapper-vg0-lvswap0
+++ '[' -e /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/lvmvol--dev-mapper-vg0-lvswap0 ']'
+++ return 0
+++ component_created /dev/mapper/vg0-lvswap0 lvmvol
+++ local device=/dev/mapper/vg0-lvswap0
+++ local type=lvmvol
+++ local touchfile=lvmvol--dev-mapper-vg0-lvswap0
+++ touch /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/lvmvol--dev-mapper-vg0-lvswap0
+++ create_component /dev/mapper/vg0-lvsysbkp lvmvol
+++ local device=/dev/mapper/vg0-lvsysbkp
+++ local type=lvmvol
+++ local touchfile=lvmvol--dev-mapper-vg0-lvsysbkp
+++ '[' -e /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/lvmvol--dev-mapper-vg0-lvsysbkp ']'
+++ return 0
+++ component_created /dev/mapper/vg0-lvsysbkp lvmvol
+++ local device=/dev/mapper/vg0-lvsysbkp
+++ local type=lvmvol
+++ local touchfile=lvmvol--dev-mapper-vg0-lvsysbkp
+++ touch /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/lvmvol--dev-mapper-vg0-lvsysbkp
+++ create_component /dev/mapper/vg0-lvtmp lvmvol
+++ local device=/dev/mapper/vg0-lvtmp
+++ local type=lvmvol
+++ local touchfile=lvmvol--dev-mapper-vg0-lvtmp
+++ '[' -e /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/lvmvol--dev-mapper-vg0-lvtmp ']'
+++ return 0
+++ component_created /dev/mapper/vg0-lvtmp lvmvol
+++ local device=/dev/mapper/vg0-lvtmp
+++ local type=lvmvol
+++ local touchfile=lvmvol--dev-mapper-vg0-lvtmp
+++ touch /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/lvmvol--dev-mapper-vg0-lvtmp
+++ create_component /dev/mapper/vg0-lvvar lvmvol
+++ local device=/dev/mapper/vg0-lvvar
+++ local type=lvmvol
+++ local touchfile=lvmvol--dev-mapper-vg0-lvvar
+++ '[' -e /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/lvmvol--dev-mapper-vg0-lvvar ']'
+++ return 0
+++ component_created /dev/mapper/vg0-lvvar lvmvol
+++ local device=/dev/mapper/vg0-lvvar
+++ local type=lvmvol
+++ local touchfile=lvmvol--dev-mapper-vg0-lvvar
+++ touch /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/lvmvol--dev-mapper-vg0-lvvar
+++ create_component /dev/mapper/vg0-lvdrbd0 lvmvol
+++ local device=/dev/mapper/vg0-lvdrbd0
+++ local type=lvmvol
+++ local touchfile=lvmvol--dev-mapper-vg0-lvdrbd0
+++ '[' -e /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/lvmvol--dev-mapper-vg0-lvdrbd0 ']'
+++ return 0
+++ component_created /dev/mapper/vg0-lvdrbd0 lvmvol
+++ local device=/dev/mapper/vg0-lvdrbd0
+++ local type=lvmvol
+++ local touchfile=lvmvol--dev-mapper-vg0-lvdrbd0
+++ touch /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/lvmvol--dev-mapper-vg0-lvdrbd0
+++ create_component /dev/mapper/vg0-lvdrbd1 lvmvol
+++ local device=/dev/mapper/vg0-lvdrbd1
+++ local type=lvmvol
+++ local touchfile=lvmvol--dev-mapper-vg0-lvdrbd1
+++ '[' -e /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/lvmvol--dev-mapper-vg0-lvdrbd1 ']'
+++ return 0
+++ component_created /dev/mapper/vg0-lvdrbd1 lvmvol
+++ local device=/dev/mapper/vg0-lvdrbd1
+++ local type=lvmvol
+++ local touchfile=lvmvol--dev-mapper-vg0-lvdrbd1
+++ touch /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/lvmvol--dev-mapper-vg0-lvdrbd1
+++ create_component fs:/ fs
+++ local device=fs:/
+++ local type=fs
+++ local touchfile=fs-fs:-
+++ '[' -e /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/fs-fs:- ']'
+++ return 0
+++ my_udevsettle
+++ has_binary udevadm
+++ for bin in '$@'
+++ type udevadm
+++ return 0
+++ udevadm settle
+++ LogPrint 'Creating filesystem of type xfs with mount point / on /dev/mapper/vg0-lvroot.'
+++ Log 'Creating filesystem of type xfs with mount point / on /dev/mapper/vg0-lvroot.'
+++ test 1 -gt 0
++++ Stamp
++++ date '+%Y-%m-%d %H:%M:%S '
+++ echo '2016-02-11 11:47:36 Creating filesystem of type xfs with mount point / on /dev/mapper/vg0-lvroot.'
2016-02-11 11:47:36 Creating filesystem of type xfs with mount point / on /dev/mapper/vg0-lvroot.
+++ Print 'Creating filesystem of type xfs with mount point / on /dev/mapper/vg0-lvroot.'
+++ test -n 1
+++ echo -e 'Creating filesystem of type xfs with mount point / on /dev/mapper/vg0-lvroot.'
+++ wipefs -a /dev/mapper/vg0-lvroot
+++ mkfs.xfs -f /dev/mapper/vg0-lvroot
+++ xfs_admin -U fec764dd-2e59-452f-b412-d74afcdd2ccb /dev/mapper/vg0-lvroot
Clearing log and setting UUID
writing all SBs
new UUID = fec764dd-2e59-452f-b412-d74afcdd2ccb
+++ LogPrint 'Mounting filesystem /'
+++ Log 'Mounting filesystem /'
+++ test 1 -gt 0
++++ Stamp
++++ date '+%Y-%m-%d %H:%M:%S '
+++ echo '2016-02-11 11:47:36 Mounting filesystem /'
2016-02-11 11:47:36 Mounting filesystem /
+++ Print 'Mounting filesystem /'
+++ test -n 1
+++ echo -e 'Mounting filesystem /'
+++ mkdir -p /mnt/local/
+++ mount -o rw,relatime,attr2,inode64,noquota /dev/mapper/vg0-lvroot /mnt/local/
+++ component_created fs:/ fs
+++ local device=fs:/
+++ local type=fs
+++ local touchfile=fs-fs:-
+++ touch /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/fs-fs:-
+++ create_component fs:/data0 fs
+++ local device=fs:/data0
+++ local type=fs
+++ local touchfile=fs-fs:-data0
+++ '[' -e /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/fs-fs:-data0 ']'
+++ return 0
+++ my_udevsettle
+++ has_binary udevadm
+++ for bin in '$@'
+++ type udevadm
+++ return 0
+++ udevadm settle
+++ LogPrint 'Creating filesystem of type xfs with mount point /data0 on /dev/mapper/vg0-lvdata0.'
+++ Log 'Creating filesystem of type xfs with mount point /data0 on /dev/mapper/vg0-lvdata0.'
+++ test 1 -gt 0
++++ Stamp
++++ date '+%Y-%m-%d %H:%M:%S '
+++ echo '2016-02-11 11:47:36 Creating filesystem of type xfs with mount point /data0 on /dev/mapper/vg0-lvdata0.'
2016-02-11 11:47:36 Creating filesystem of type xfs with mount point /data0 on /dev/mapper/vg0-lvdata0.
+++ Print 'Creating filesystem of type xfs with mount point /data0 on /dev/mapper/vg0-lvdata0.'
+++ test -n 1
+++ echo -e 'Creating filesystem of type xfs with mount point /data0 on /dev/mapper/vg0-lvdata0.'
+++ wipefs -a /dev/mapper/vg0-lvdata0
+++ mkfs.xfs -f /dev/mapper/vg0-lvdata0
+++ xfs_admin -U 755ca5c7-b34a-4fb9-aac7-b5e7f19bf3ed /dev/mapper/vg0-lvdata0
Clearing log and setting UUID
writing all SBs
new UUID = 755ca5c7-b34a-4fb9-aac7-b5e7f19bf3ed
+++ LogPrint 'Mounting filesystem /data0'
+++ Log 'Mounting filesystem /data0'
+++ test 1 -gt 0
++++ Stamp
++++ date '+%Y-%m-%d %H:%M:%S '
+++ echo '2016-02-11 11:47:36 Mounting filesystem /data0'
2016-02-11 11:47:36 Mounting filesystem /data0
+++ Print 'Mounting filesystem /data0'
+++ test -n 1
+++ echo -e 'Mounting filesystem /data0'
+++ mkdir -p /mnt/local/data0
+++ mount -o rw,relatime,attr2,inode64,noquota /dev/mapper/vg0-lvdata0 /mnt/local/data0
+++ component_created fs:/data0 fs
+++ local device=fs:/data0
+++ local type=fs
+++ local touchfile=fs-fs:-data0
+++ touch /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/fs-fs:-data0
+++ create_component fs:/home fs
+++ local device=fs:/home
+++ local type=fs
+++ local touchfile=fs-fs:-home
+++ '[' -e /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/fs-fs:-home ']'
+++ return 0
+++ my_udevsettle
+++ has_binary udevadm
+++ for bin in '$@'
+++ type udevadm
+++ return 0
+++ udevadm settle
+++ LogPrint 'Creating filesystem of type xfs with mount point /home on /dev/mapper/vg0-lvhome.'
+++ Log 'Creating filesystem of type xfs with mount point /home on /dev/mapper/vg0-lvhome.'
+++ test 1 -gt 0
++++ Stamp
++++ date '+%Y-%m-%d %H:%M:%S '
+++ echo '2016-02-11 11:47:36 Creating filesystem of type xfs with mount point /home on /dev/mapper/vg0-lvhome.'
2016-02-11 11:47:36 Creating filesystem of type xfs with mount point /home on /dev/mapper/vg0-lvhome.
+++ Print 'Creating filesystem of type xfs with mount point /home on /dev/mapper/vg0-lvhome.'
+++ test -n 1
+++ echo -e 'Creating filesystem of type xfs with mount point /home on /dev/mapper/vg0-lvhome.'
+++ wipefs -a /dev/mapper/vg0-lvhome
+++ mkfs.xfs -f /dev/mapper/vg0-lvhome
+++ xfs_admin -U 02bf1ffc-a143-4861-bad9-8b0b78e0a7d6 /dev/mapper/vg0-lvhome
Clearing log and setting UUID
writing all SBs
new UUID = 02bf1ffc-a143-4861-bad9-8b0b78e0a7d6
+++ LogPrint 'Mounting filesystem /home'
+++ Log 'Mounting filesystem /home'
+++ test 1 -gt 0
++++ Stamp
++++ date '+%Y-%m-%d %H:%M:%S '
+++ echo '2016-02-11 11:47:36 Mounting filesystem /home'
2016-02-11 11:47:36 Mounting filesystem /home
+++ Print 'Mounting filesystem /home'
+++ test -n 1
+++ echo -e 'Mounting filesystem /home'
+++ mkdir -p /mnt/local/home
+++ mount -o rw,dev,relatime,attr2,inode64,noquota /dev/mapper/vg0-lvhome /mnt/local/home
+++ component_created fs:/home fs
+++ local device=fs:/home
+++ local type=fs
+++ local touchfile=fs-fs:-home
+++ touch /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/fs-fs:-home
+++ create_component fs:/logs fs
+++ local device=fs:/logs
+++ local type=fs
+++ local touchfile=fs-fs:-logs
+++ '[' -e /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/fs-fs:-logs ']'
+++ return 0
+++ my_udevsettle
+++ has_binary udevadm
+++ for bin in '$@'
+++ type udevadm
+++ return 0
+++ udevadm settle
+++ LogPrint 'Creating filesystem of type xfs with mount point /logs on /dev/mapper/vg0-lvlogs.'
+++ Log 'Creating filesystem of type xfs with mount point /logs on /dev/mapper/vg0-lvlogs.'
+++ test 1 -gt 0
++++ Stamp
++++ date '+%Y-%m-%d %H:%M:%S '
+++ echo '2016-02-11 11:47:36 Creating filesystem of type xfs with mount point /logs on /dev/mapper/vg0-lvlogs.'
2016-02-11 11:47:36 Creating filesystem of type xfs with mount point /logs on /dev/mapper/vg0-lvlogs.
+++ Print 'Creating filesystem of type xfs with mount point /logs on /dev/mapper/vg0-lvlogs.'
+++ test -n 1
+++ echo -e 'Creating filesystem of type xfs with mount point /logs on /dev/mapper/vg0-lvlogs.'
+++ wipefs -a /dev/mapper/vg0-lvlogs
+++ mkfs.xfs -f /dev/mapper/vg0-lvlogs
+++ xfs_admin -U b3ec35ea-630d-4853-ba80-7f4450308e2d /dev/mapper/vg0-lvlogs
Clearing log and setting UUID
writing all SBs
new UUID = b3ec35ea-630d-4853-ba80-7f4450308e2d
+++ LogPrint 'Mounting filesystem /logs'
+++ Log 'Mounting filesystem /logs'
+++ test 1 -gt 0
++++ Stamp
++++ date '+%Y-%m-%d %H:%M:%S '
+++ echo '2016-02-11 11:47:36 Mounting filesystem /logs'
2016-02-11 11:47:36 Mounting filesystem /logs
+++ Print 'Mounting filesystem /logs'
+++ test -n 1
+++ echo -e 'Mounting filesystem /logs'
+++ mkdir -p /mnt/local/logs
+++ mount -o rw,relatime,attr2,inode64,noquota /dev/mapper/vg0-lvlogs /mnt/local/logs
+++ component_created fs:/logs fs
+++ local device=fs:/logs
+++ local type=fs
+++ local touchfile=fs-fs:-logs
+++ touch /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/fs-fs:-logs
+++ create_component fs:/products fs
+++ local device=fs:/products
+++ local type=fs
+++ local touchfile=fs-fs:-products
+++ '[' -e /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/fs-fs:-products ']'
+++ return 0
+++ my_udevsettle
+++ has_binary udevadm
+++ for bin in '$@'
+++ type udevadm
+++ return 0
+++ udevadm settle
+++ LogPrint 'Creating filesystem of type xfs with mount point /products on /dev/mapper/vg0-lvproducts.'
+++ Log 'Creating filesystem of type xfs with mount point /products on /dev/mapper/vg0-lvproducts.'
+++ test 1 -gt 0
++++ Stamp
++++ date '+%Y-%m-%d %H:%M:%S '
+++ echo '2016-02-11 11:47:37 Creating filesystem of type xfs with mount point /products on /dev/mapper/vg0-lvproducts.'
2016-02-11 11:47:37 Creating filesystem of type xfs with mount point /products on /dev/mapper/vg0-lvproducts.
+++ Print 'Creating filesystem of type xfs with mount point /products on /dev/mapper/vg0-lvproducts.'
+++ test -n 1
+++ echo -e 'Creating filesystem of type xfs with mount point /products on /dev/mapper/vg0-lvproducts.'
+++ wipefs -a /dev/mapper/vg0-lvproducts
+++ mkfs.xfs -f /dev/mapper/vg0-lvproducts
+++ xfs_admin -U 93696f54-542f-4a7e-bd04-1c8da1ceaf9a /dev/mapper/vg0-lvproducts
Clearing log and setting UUID
writing all SBs
new UUID = 93696f54-542f-4a7e-bd04-1c8da1ceaf9a
+++ LogPrint 'Mounting filesystem /products'
+++ Log 'Mounting filesystem /products'
+++ test 1 -gt 0
++++ Stamp
++++ date '+%Y-%m-%d %H:%M:%S '
+++ echo '2016-02-11 11:47:37 Mounting filesystem /products'
2016-02-11 11:47:37 Mounting filesystem /products
+++ Print 'Mounting filesystem /products'
+++ test -n 1
+++ echo -e 'Mounting filesystem /products'
+++ mkdir -p /mnt/local/products
+++ mount -o rw,relatime,attr2,inode64,noquota /dev/mapper/vg0-lvproducts /mnt/local/products
+++ component_created fs:/products fs
+++ local device=fs:/products
+++ local type=fs
+++ local touchfile=fs-fs:-products
+++ touch /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/fs-fs:-products
+++ create_component fs:/sysbkp fs
+++ local device=fs:/sysbkp
+++ local type=fs
+++ local touchfile=fs-fs:-sysbkp
+++ '[' -e /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/fs-fs:-sysbkp ']'
+++ return 0
+++ my_udevsettle
+++ has_binary udevadm
+++ for bin in '$@'
+++ type udevadm
+++ return 0
+++ udevadm settle
+++ LogPrint 'Creating filesystem of type xfs with mount point /sysbkp on /dev/mapper/vg0-lvsysbkp.'
+++ Log 'Creating filesystem of type xfs with mount point /sysbkp on /dev/mapper/vg0-lvsysbkp.'
+++ test 1 -gt 0
++++ Stamp
++++ date '+%Y-%m-%d %H:%M:%S '
+++ echo '2016-02-11 11:47:37 Creating filesystem of type xfs with mount point /sysbkp on /dev/mapper/vg0-lvsysbkp.'
2016-02-11 11:47:37 Creating filesystem of type xfs with mount point /sysbkp on /dev/mapper/vg0-lvsysbkp.
+++ Print 'Creating filesystem of type xfs with mount point /sysbkp on /dev/mapper/vg0-lvsysbkp.'
+++ test -n 1
+++ echo -e 'Creating filesystem of type xfs with mount point /sysbkp on /dev/mapper/vg0-lvsysbkp.'
+++ wipefs -a /dev/mapper/vg0-lvsysbkp
+++ mkfs.xfs -f /dev/mapper/vg0-lvsysbkp
+++ xfs_admin -U 1ce471c4-fd2b-4cb6-b049-540e66211cc4 /dev/mapper/vg0-lvsysbkp
Clearing log and setting UUID
writing all SBs
new UUID = 1ce471c4-fd2b-4cb6-b049-540e66211cc4
+++ LogPrint 'Mounting filesystem /sysbkp'
+++ Log 'Mounting filesystem /sysbkp'
+++ test 1 -gt 0
++++ Stamp
++++ date '+%Y-%m-%d %H:%M:%S '
+++ echo '2016-02-11 11:47:37 Mounting filesystem /sysbkp'
2016-02-11 11:47:37 Mounting filesystem /sysbkp
+++ Print 'Mounting filesystem /sysbkp'
+++ test -n 1
+++ echo -e 'Mounting filesystem /sysbkp'
+++ mkdir -p /mnt/local/sysbkp
+++ mount -o rw,relatime,attr2,inode64,noquota /dev/mapper/vg0-lvsysbkp /mnt/local/sysbkp
+++ component_created fs:/sysbkp fs
+++ local device=fs:/sysbkp
+++ local type=fs
+++ local touchfile=fs-fs:-sysbkp
+++ touch /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/fs-fs:-sysbkp
+++ create_component fs:/tmp fs
+++ local device=fs:/tmp
+++ local type=fs
+++ local touchfile=fs-fs:-tmp
+++ '[' -e /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/fs-fs:-tmp ']'
+++ return 0
+++ my_udevsettle
+++ has_binary udevadm
+++ for bin in '$@'
+++ type udevadm
+++ return 0
+++ udevadm settle
+++ LogPrint 'Creating filesystem of type xfs with mount point /tmp on /dev/mapper/vg0-lvtmp.'
+++ Log 'Creating filesystem of type xfs with mount point /tmp on /dev/mapper/vg0-lvtmp.'
+++ test 1 -gt 0
++++ Stamp
++++ date '+%Y-%m-%d %H:%M:%S '
+++ echo '2016-02-11 11:47:37 Creating filesystem of type xfs with mount point /tmp on /dev/mapper/vg0-lvtmp.'
2016-02-11 11:47:37 Creating filesystem of type xfs with mount point /tmp on /dev/mapper/vg0-lvtmp.
+++ Print 'Creating filesystem of type xfs with mount point /tmp on /dev/mapper/vg0-lvtmp.'
+++ test -n 1
+++ echo -e 'Creating filesystem of type xfs with mount point /tmp on /dev/mapper/vg0-lvtmp.'
+++ wipefs -a /dev/mapper/vg0-lvtmp
+++ mkfs.xfs -f /dev/mapper/vg0-lvtmp
+++ xfs_admin -U f1002d93-6619-421f-b52f-a1095a007d8e /dev/mapper/vg0-lvtmp
Clearing log and setting UUID
writing all SBs
new UUID = f1002d93-6619-421f-b52f-a1095a007d8e
+++ LogPrint 'Mounting filesystem /tmp'
+++ Log 'Mounting filesystem /tmp'
+++ test 1 -gt 0
++++ Stamp
++++ date '+%Y-%m-%d %H:%M:%S '
+++ echo '2016-02-11 11:47:37 Mounting filesystem /tmp'
2016-02-11 11:47:37 Mounting filesystem /tmp
+++ Print 'Mounting filesystem /tmp'
+++ test -n 1
+++ echo -e 'Mounting filesystem /tmp'
+++ mkdir -p /mnt/local/tmp
+++ mount -o rw,nosuid,dev,noexec,relatime,attr2,inode64,noquota /dev/mapper/vg0-lvtmp /mnt/local/tmp
+++ component_created fs:/tmp fs
+++ local device=fs:/tmp
+++ local type=fs
+++ local touchfile=fs-fs:-tmp
+++ touch /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/fs-fs:-tmp
+++ create_component fs:/var fs
+++ local device=fs:/var
+++ local type=fs
+++ local touchfile=fs-fs:-var
+++ '[' -e /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/fs-fs:-var ']'
+++ return 0
+++ my_udevsettle
+++ has_binary udevadm
+++ for bin in '$@'
+++ type udevadm
+++ return 0
+++ udevadm settle
+++ LogPrint 'Creating filesystem of type xfs with mount point /var on /dev/mapper/vg0-lvvar.'
+++ Log 'Creating filesystem of type xfs with mount point /var on /dev/mapper/vg0-lvvar.'
+++ test 1 -gt 0
++++ Stamp
++++ date '+%Y-%m-%d %H:%M:%S '
+++ echo '2016-02-11 11:47:37 Creating filesystem of type xfs with mount point /var on /dev/mapper/vg0-lvvar.'
2016-02-11 11:47:37 Creating filesystem of type xfs with mount point /var on /dev/mapper/vg0-lvvar.
+++ Print 'Creating filesystem of type xfs with mount point /var on /dev/mapper/vg0-lvvar.'
+++ test -n 1
+++ echo -e 'Creating filesystem of type xfs with mount point /var on /dev/mapper/vg0-lvvar.'
+++ wipefs -a /dev/mapper/vg0-lvvar
+++ mkfs.xfs -f /dev/mapper/vg0-lvvar
+++ xfs_admin -U b24f7859-3538-4a90-9f4b-96edaf7ea884 /dev/mapper/vg0-lvvar
Clearing log and setting UUID
writing all SBs
new UUID = b24f7859-3538-4a90-9f4b-96edaf7ea884
+++ LogPrint 'Mounting filesystem /var'
+++ Log 'Mounting filesystem /var'
+++ test 1 -gt 0
++++ Stamp
++++ date '+%Y-%m-%d %H:%M:%S '
+++ echo '2016-02-11 11:47:37 Mounting filesystem /var'
2016-02-11 11:47:37 Mounting filesystem /var
+++ Print 'Mounting filesystem /var'
+++ test -n 1
+++ echo -e 'Mounting filesystem /var'
+++ mkdir -p /mnt/local/var
+++ mount -o rw,relatime,attr2,inode64,noquota /dev/mapper/vg0-lvvar /mnt/local/var
+++ component_created fs:/var fs
+++ local device=fs:/var
+++ local type=fs
+++ local touchfile=fs-fs:-var
+++ touch /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/fs-fs:-var
+++ create_component fs:/boot fs
+++ local device=fs:/boot
+++ local type=fs
+++ local touchfile=fs-fs:-boot
+++ '[' -e /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/fs-fs:-boot ']'
+++ return 0
+++ my_udevsettle
+++ has_binary udevadm
+++ for bin in '$@'
+++ type udevadm
+++ return 0
+++ udevadm settle
+++ LogPrint 'Creating filesystem of type xfs with mount point /boot on /dev/sda1.'
+++ Log 'Creating filesystem of type xfs with mount point /boot on /dev/sda1.'
+++ test 1 -gt 0
++++ Stamp
++++ date '+%Y-%m-%d %H:%M:%S '
+++ echo '2016-02-11 11:47:37 Creating filesystem of type xfs with mount point /boot on /dev/sda1.'
2016-02-11 11:47:37 Creating filesystem of type xfs with mount point /boot on /dev/sda1.
+++ Print 'Creating filesystem of type xfs with mount point /boot on /dev/sda1.'
+++ test -n 1
+++ echo -e 'Creating filesystem of type xfs with mount point /boot on /dev/sda1.'
+++ wipefs -a /dev/sda1
+++ mkfs.xfs -f /dev/sda1
+++ xfs_admin -U 1dc63cef-b6aa-4715-a47f-22993dfe53a9 /dev/sda1
Clearing log and setting UUID
writing all SBs
new UUID = 1dc63cef-b6aa-4715-a47f-22993dfe53a9
+++ LogPrint 'Mounting filesystem /boot'
+++ Log 'Mounting filesystem /boot'
+++ test 1 -gt 0
++++ Stamp
++++ date '+%Y-%m-%d %H:%M:%S '
+++ echo '2016-02-11 11:47:37 Mounting filesystem /boot'
2016-02-11 11:47:37 Mounting filesystem /boot
+++ Print 'Mounting filesystem /boot'
+++ test -n 1
+++ echo -e 'Mounting filesystem /boot'
+++ mkdir -p /mnt/local/boot
+++ mount -o rw,relatime,attr2,inode64,noquota /dev/sda1 /mnt/local/boot
+++ component_created fs:/boot fs
+++ local device=fs:/boot
+++ local type=fs
+++ local touchfile=fs-fs:-boot
+++ touch /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/fs-fs:-boot
+++ create_component swap:/dev/mapper/vg0-lvswap0 swap
+++ local device=swap:/dev/mapper/vg0-lvswap0
+++ local type=swap
+++ local touchfile=swap-swap:-dev-mapper-vg0-lvswap0
+++ '[' -e /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/swap-swap:-dev-mapper-vg0-lvswap0 ']'
+++ return 0
+++ LogPrint 'Creating swap on /dev/mapper/vg0-lvswap0'
+++ Log 'Creating swap on /dev/mapper/vg0-lvswap0'
+++ test 1 -gt 0
++++ Stamp
++++ date '+%Y-%m-%d %H:%M:%S '
+++ echo '2016-02-11 11:47:37 Creating swap on /dev/mapper/vg0-lvswap0'
2016-02-11 11:47:37 Creating swap on /dev/mapper/vg0-lvswap0
+++ Print 'Creating swap on /dev/mapper/vg0-lvswap0'
+++ test -n 1
+++ echo -e 'Creating swap on /dev/mapper/vg0-lvswap0'
+++ mkswap -U b009bf19-bd0c-4b47-8574-7f488f61ad99 /dev/mapper/vg0-lvswap0
mkswap: /dev/mapper/vg0-lvswap0: warning: wiping old swap signature.
Setting up swapspace version 1, size = 2097148 KiB
no label, UUID=b009bf19-bd0c-4b47-8574-7f488f61ad99
+++ component_created swap:/dev/mapper/vg0-lvswap0 swap
+++ local device=swap:/dev/mapper/vg0-lvswap0
+++ local type=swap
+++ local touchfile=swap-swap:-dev-mapper-vg0-lvswap0
+++ touch /tmp/rear.7Oox9Ki9uGe7506/tmp/touch/swap-swap:-dev-mapper-vg0-lvswap0
+++ set +x
2016-02-11 11:47:37 Disk layout created.
2016-02-11 11:47:37 Including layout/recreate/default/25_verify_mount.sh
2016-02-11 11:47:37 Finished running 'layout/recreate' stage in 5 seconds
2016-02-11 11:47:37 Running 'restore' stage
2016-02-11 11:47:37 Including restore/NETFS/default/10_mount_NETFS_path.sh
mkdir: created directory '/tmp/rear.7Oox9Ki9uGe7506/outputfs'
2016-02-11 11:47:37 Mounting with 'mount /dev/disk/by-label/RELAXRECOVER /tmp/rear.7Oox9Ki9uGe7506/outputfs'
mount: /dev/sr0 is write-protected, mounting read-only
2016-02-11 11:47:38 Including restore/NETFS/default/38_prepare_multiple_isos.sh
cp: cannot stat '/tmp/rear.7Oox9Ki9uGe7506/outputfs/backup//backup.tar.gz.md5': No such file or directory
2016-02-11 11:47:38 fifo creation succesful !
2016-02-11 11:47:38 Including restore/NETFS/default/40_restore_backup.sh
mkdir: cannot create directory '/tmp/rear.7Oox9Ki9uGe7506/outputfs/BLIXESX7': Read-only file system
2016-02-11 11:47:38 Decrypting disabled
2016-02-11 11:47:38 Restoring tar archive ''
2016-02-11 11:47:38 dd if=/tmp/rear.7Oox9Ki9uGe7506/tmp/tar_fifo | cat | tar --block-number --totals --verbose --acls --xattrs --anchored --gzip -C /mnt/local/ -x -f -
2016-02-11 11:47:39 Processing backup.tar.gz.00 ...
1872979+1 records in
1872979+1 records out
958965667 bytes (959 MB) copied, 92.8464 s, 10.3 MB/s
1872979+1 records in
1872979+1 records out
958965667 bytes (959 MB) copied, 93.8514 s, 10.2 MB/s
rm: cannot remove '/tmp/rear.7Oox9Ki9uGe7506/tmp/backup.md5': No such file or directory
Total bytes read: 2529249280 (2.4GiB, 26MiB/s)
2016-02-11 11:49:13 Restored 2398 MiB in 94 seconds [avg 26124 KiB/sec]
2016-02-11 11:49:13 Including restore/NETFS/default/50_selinux_autorelabel.sh
2016-02-11 11:49:13 Including restore/default/50_selinux_autorelabel.sh
2016-02-11 11:49:13 Created /.autorelabel file : after reboot SELinux will relabel all files
2016-02-11 11:49:13 Including restore/NETFS/Linux-i386/51_selinux_fixfiles_exclude_dirs.sh
2016-02-11 11:49:13 Including restore/default/90_create_missing_directories.sh
2016-02-11 11:49:13 Restore the Mountpoints (with permissions) from /var/lib/rear/recovery/mountpoint_permissions
2016-02-11 11:49:13 Including restore/SUSE_LINUX/91_create_missing_directories.sh
2016-02-11 11:49:13 Including restore/NETFS/default/98_umount_NETFS_dir.sh
2016-02-11 11:49:13 Unmounting '/tmp/rear.7Oox9Ki9uGe7506/outputfs'
umount: /tmp/rear.7Oox9Ki9uGe7506/outputfs unmounted
rmdir: removing directory, '/tmp/rear.7Oox9Ki9uGe7506/outputfs'
2016-02-11 11:49:13 Finished running 'restore' stage in 96 seconds
2016-02-11 11:49:13 Running 'finalize' stage
2016-02-11 11:49:13 Including finalize/default/01_prepare_checks.sh
2016-02-11 11:49:13 Including finalize/default/10_populate_dev.sh
2016-02-11 11:49:13 Including finalize/GNU/Linux/15_migrate_disk_devices_layout.sh
2016-02-11 11:49:13 Including finalize/GNU/Linux/15_migrate_uuid_tags.sh
2016-02-11 11:49:13 Including finalize/GNU/Linux/16_rename_diskbyid.sh
2016-02-11 11:49:13 Including finalize/SUSE_LINUX/17_rebuild_initramfs.sh
2016-02-11 11:49:13 DEVICE for sda1 (before udevadm trigger): lrwxrwxrwx 1 root root 10 Feb 11 11:47 715688cc-9807-4ac0-a612-160829b3c7bf -> ../../sda1
2016-02-11 11:49:19 DEVICE for sda1 (after udevadm trigger): lrwxrwxrwx 1 root root 10 Feb 11 11:49 1dc63cef-b6aa-4715-a47f-22993dfe53a9 -> ../../sda1
Creating initrd: /boot/initrd-3.12.49-11-default
Executing: /usr/bin/dracut --logfile /var/log/YaST2/mkinitrd.log --force /boot/initrd-3.12.49-11-default 3.12.49-11-default
*** Including module: bash ***
*** Including module: warpclock ***
*** Including module: i18n ***
*** Including module: ifcfg ***
*** Including module: drm ***
*** Including module: plymouth ***
*** Including module: dm ***
Skipping udev rule: 64-device-mapper.rules
Skipping udev rule: 60-persistent-storage-dm.rules
Skipping udev rule: 55-dm.rules
*** Including module: kernel-modules ***
*** Including module: lvm ***
Skipping udev rule: 64-device-mapper.rules
Skipping udev rule: 56-lvm.rules
Skipping udev rule: 60-persistent-storage-lvm.rules
*** Including module: rootfs-block ***
*** Including module: terminfo ***
*** Including module: udev-rules ***
Skipping udev rule: 91-permissions.rules
Skipping udev rule: 80-drivers-modprobe.rules
*** Including module: haveged ***
*** Including module: systemd ***
*** Including module: usrmount ***
*** Including module: base ***
*** Including module: fs-lib ***
*** Including module: shutdown ***
*** Including module: suse ***
*** Including modules done ***
*** Installing kernel module dependencies and firmware ***
*** Installing kernel module dependencies and firmware done ***
*** Resolving executable dependencies ***
*** Resolving executable dependencies done***
*** Hardlinking files ***
*** Hardlinking files done ***
*** Stripping files ***
*** Stripping files done ***
*** Generating early-microcode cpio image ***
*** Constructing GenuineIntel.bin ****
*** Store current command line parameters ***
Stored kernel commandline:
rd.lvm.lv=vg0/lvroot
root=/dev/mapper/vg0-lvroot rootflags=rw,relatime,attr2,inode64,noquota rootfstype=xfs
*** Creating image file ***
*** Creating image file done ***
Some kernel modules could not be included
This is not necessarily an error:
pcmcia
sdhci_acpi
LVM2_member
Creating initrd: /boot/initrd-3.12.51-60.25-default
Executing: /usr/bin/dracut --logfile /var/log/YaST2/mkinitrd.log --force /boot/initrd-3.12.51-60.25-default 3.12.51-60.25-default
*** Including module: bash ***
*** Including module: warpclock ***
*** Including module: i18n ***
*** Including module: ifcfg ***
*** Including module: drm ***
*** Including module: plymouth ***
*** Including module: dm ***
Skipping udev rule: 64-device-mapper.rules
Skipping udev rule: 60-persistent-storage-dm.rules
Skipping udev rule: 55-dm.rules
*** Including module: kernel-modules ***
*** Including module: lvm ***
Skipping udev rule: 64-device-mapper.rules
Skipping udev rule: 56-lvm.rules
Skipping udev rule: 60-persistent-storage-lvm.rules
*** Including module: rootfs-block ***
*** Including module: terminfo ***
*** Including module: udev-rules ***
Skipping udev rule: 91-permissions.rules
Skipping udev rule: 80-drivers-modprobe.rules
*** Including module: haveged ***
*** Including module: systemd ***
*** Including module: usrmount ***
*** Including module: base ***
*** Including module: fs-lib ***
*** Including module: shutdown ***
*** Including module: suse ***
*** Including modules done ***
*** Installing kernel module dependencies and firmware ***
*** Installing kernel module dependencies and firmware done ***
*** Resolving executable dependencies ***
*** Resolving executable dependencies done***
*** Hardlinking files ***
*** Hardlinking files done ***
*** Stripping files ***
*** Stripping files done ***
*** Generating early-microcode cpio image ***
*** Constructing GenuineIntel.bin ****
*** Store current command line parameters ***
Stored kernel commandline:
rd.lvm.lv=vg0/lvroot
root=/dev/mapper/vg0-lvroot rootflags=rw,relatime,attr2,inode64,noquota rootfstype=xfs
*** Creating image file ***
*** Creating image file done ***
Some kernel modules could not be included
This is not necessarily an error:
pcmcia
sdhci_acpi
LVM2_member
Update bootloader...
2016-02-11 11:49:51 Recreated initramfs (mkinitrd).
2016-02-11 11:49:51 Including finalize/SUSE_LINUX/i386/17_rebuild_initramfs.sh
2016-02-11 11:49:51 DEVICE for sda1 (before udevadm trigger): lrwxrwxrwx 1 root root 10 Feb 11 11:49 1dc63cef-b6aa-4715-a47f-22993dfe53a9 -> ../../sda1
2016-02-11 11:49:56 DEVICE for sda1 (after udevadm trigger): lrwxrwxrwx 1 root root 10 Feb 11 11:49 1dc63cef-b6aa-4715-a47f-22993dfe53a9 -> ../../sda1
Creating initrd: /boot/initrd-3.12.49-11-default
Executing: /usr/bin/dracut --logfile /var/log/YaST2/mkinitrd.log --force /boot/initrd-3.12.49-11-default 3.12.49-11-default
*** Including module: bash ***
*** Including module: warpclock ***
*** Including module: i18n ***
*** Including module: ifcfg ***
*** Including module: drm ***
*** Including module: plymouth ***
*** Including module: dm ***
Skipping udev rule: 64-device-mapper.rules
Skipping udev rule: 60-persistent-storage-dm.rules
Skipping udev rule: 55-dm.rules
*** Including module: kernel-modules ***
*** Including module: lvm ***
Skipping udev rule: 64-device-mapper.rules
Skipping udev rule: 56-lvm.rules
Skipping udev rule: 60-persistent-storage-lvm.rules
*** Including module: rootfs-block ***
*** Including module: terminfo ***
*** Including module: udev-rules ***
Skipping udev rule: 91-permissions.rules
Skipping udev rule: 80-drivers-modprobe.rules
*** Including module: haveged ***
*** Including module: systemd ***
*** Including module: usrmount ***
*** Including module: base ***
*** Including module: fs-lib ***
*** Including module: shutdown ***
*** Including module: suse ***
*** Including modules done ***
*** Installing kernel module dependencies and firmware ***
*** Installing kernel module dependencies and firmware done ***
*** Resolving executable dependencies ***
*** Resolving executable dependencies done***
*** Hardlinking files ***
*** Hardlinking files done ***
*** Stripping files ***
*** Stripping files done ***
*** Generating early-microcode cpio image ***
*** Constructing GenuineIntel.bin ****
*** Store current command line parameters ***
Stored kernel commandline:
rd.lvm.lv=vg0/lvroot
root=/dev/mapper/vg0-lvroot rootflags=rw,relatime,attr2,inode64,noquota rootfstype=xfs
*** Creating image file ***
*** Creating image file done ***
Some kernel modules could not be included
This is not necessarily an error:
pcmcia
sdhci_acpi
LVM2_member
Creating initrd: /boot/initrd-3.12.51-60.25-default
Executing: /usr/bin/dracut --logfile /var/log/YaST2/mkinitrd.log --force /boot/initrd-3.12.51-60.25-default 3.12.51-60.25-default
*** Including module: bash ***
*** Including module: warpclock ***
*** Including module: i18n ***
*** Including module: ifcfg ***
*** Including module: drm ***
*** Including module: plymouth ***
*** Including module: dm ***
Skipping udev rule: 64-device-mapper.rules
Skipping udev rule: 60-persistent-storage-dm.rules
Skipping udev rule: 55-dm.rules
*** Including module: kernel-modules ***
*** Including module: lvm ***
Skipping udev rule: 64-device-mapper.rules
Skipping udev rule: 56-lvm.rules
Skipping udev rule: 60-persistent-storage-lvm.rules
*** Including module: rootfs-block ***
*** Including module: terminfo ***
*** Including module: udev-rules ***
Skipping udev rule: 91-permissions.rules
Skipping udev rule: 80-drivers-modprobe.rules
*** Including module: haveged ***
*** Including module: systemd ***
*** Including module: usrmount ***
*** Including module: base ***
*** Including module: fs-lib ***
*** Including module: shutdown ***
*** Including module: suse ***
*** Including modules done ***
*** Installing kernel module dependencies and firmware ***
*** Installing kernel module dependencies and firmware done ***
*** Resolving executable dependencies ***
*** Resolving executable dependencies done***
*** Hardlinking files ***
*** Hardlinking files done ***
*** Stripping files ***
*** Stripping files done ***
*** Generating early-microcode cpio image ***
*** Constructing GenuineIntel.bin ****
*** Store current command line parameters ***
Stored kernel commandline:
rd.lvm.lv=vg0/lvroot
root=/dev/mapper/vg0-lvroot rootflags=rw,relatime,attr2,inode64,noquota rootfstype=xfs
*** Creating image file ***
*** Creating image file done ***
Some kernel modules could not be included
This is not necessarily an error:
pcmcia
sdhci_acpi
LVM2_member
Update bootloader...
2016-02-11 11:50:29 Recreated initramfs (mkinitrd).
2016-02-11 11:50:29 Including finalize/Linux-i386/21_install_grub.sh
2016-02-11 11:50:29 Including finalize/Linux-i386/22_install_elilo.sh
2016-02-11 11:50:29 Including finalize/Linux-i386/22_install_grub2.sh
2016-02-11 11:50:29 Installing GRUB2 boot loader
Installing for i386-pc platform.
grub2-install: warning: cannot open directory `/usr/share/locale': No such file or directory.
Installation finished. No error reported.
2016-02-11 11:50:29 Including finalize/Linux-i386/23_run_efibootmgr.sh
2016-02-11 11:50:29 Including finalize/GNU/Linux/30_create_mac_mapping.sh
2016-02-11 11:50:29 Including finalize/GNU/Linux/41_migrate_udev_rules.sh
2016-02-11 11:50:29 Including finalize/GNU/Linux/42_migrate_network_configuration_files.sh
2016-02-11 11:50:29 Including finalize/default/88_check_for_mount_by_id.sh
2016-02-11 11:50:29 Including finalize/default/89_finish_checks.sh
2016-02-11 11:50:29 Including finalize/default/90_remount_sync.sh
2016-02-11 11:50:29 Finished running 'finalize' stage in 76 seconds
2016-02-11 11:50:29 Running 'wrapup' stage
2016-02-11 11:50:29 Including wrapup/default/50_post_recovery_script.sh
2016-02-11 11:50:29 Including wrapup/default/98_good_bye.sh
2016-02-11 11:50:29 Including wrapup/default/99_copy_logfile.sh
2016-02-11 11:50:29 Finished running 'wrapup' stage in 0 seconds
2016-02-11 11:50:29 Finished running recover workflow
2016-02-11 11:50:29 Running exit tasks.
mkdir: cannot create directory '/mnt/local//var/log/rear/recover/layout': File exists
mkdir: cannot create directory '/mnt/local//var/log/rear/recover/recovery': File exists
2016-02-11 11:50:29 Finished in 178 seconds
2016-02-11 11:50:29 Removing build area /tmp/rear.7Oox9Ki9uGe7506
rmdir: removing directory, '/tmp/rear.7Oox9Ki9uGe7506'
2016-02-11 11:50:29 End of program reached
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment