-
-
Notifications
You must be signed in to change notification settings - Fork 268
Description
Relax-and-Recover (rear) Issue Template
Please fill in the following items before submitting a new issue:
- rear version (/usr/sbin/rear -V):
Relax-and-Recover 1.18 / Git
- OS version (cat /etc/rear/os.conf or lsb_release -a):
LSB Version: core-2.0-noarch:core-3.2-noarch:core-4.0-noarch:core-2.0-ppc64:core-3.2-ppc64:core-4.0-ppc64:desktop-4.0-noarch:desktop-4.0-ppc32:desktop-4.0-ppc64:graphics-2.0-noarch:graphics-2.0-ppc32:graphics-2.0-ppc64:graphics-3.2-noarch:graphics-3.2-ppc32:graphics-3.2-ppc64:graphics-4.0-noarch:graphics-4.0-ppc32:graphics-4.0-ppc64
Distributor ID: SUSE LINUX
Description: SUSE Linux Enterprise Server 11 (ppc64)
Release: 11
Codename: n/a
- rear configuration files (cat /etc/rear/site.conf or cat /etc/rear/local.conf):
OUTPUT=ISO
BACKUP=NETFS
BACKUP_URL=nfs://nimp8/export/images
BACKUP_OPTIONS="nfsvers=3,nolock"
NETFS_KEEP_OLD_BACKUP_COPY=yes
BACKUP_PROG_INCLUDE=( '/' )
EXCLUDE_VG=('backupvg' 'datavg' 'hanalogvg' 'sharedvg')
BACKUP_PROG_EXCLUDE=( '/tmp/' '/dev/shm/' '/var/lib/rear/output/' '/media/' '/hana/' )
BOOT_FROM_SAN=y
AUTOEXCLUDE_MULTIPATH=n
- Brief description of the issue.
After recovering my system I've got the message in the attached file but even though I was able to reboot it, I saw that the warning msg is showed if /etc/yaboot.conf file is not present but that is not a valid criteria to assume that there is no bootloader.

- Work-around, if any