#1737 PR merged
: Correction to the 650_check_iso_recoverable.sh for NSR_CLIENT_MODE¶
Labels: fixed / solved / done
, minor bug
, external tool
hpannenb opened issue at 2018-02-24 15:43:¶
Relax-and-Recover (ReaR) Pull Request Template¶
Please fill in the following items before submitting a new pull request:
Pull Request Details:¶
-
Type: Bug Fix
-
Impact: Low
-
Reference to related issue (URL): none.
-
How was this pull request tested?
I tested the pull request on a CentOS 6.9 VM and a RHEL6 and 7 based server. -
Brief description of the changes in this pull request:
The script650_check_iso_recoverable.sh
exits with FALSE if it cannot find an ISO image stored on the NSR_SERVER.
In case the "NSR_CLIENT_MODE" is set to "yes" saving an ISO image to the NSR_SERVER is not allowed. Because of thisrear checklayout
(in the cronjob "rear") is always FALSE in this mode and a rescue image is created daily even if not required.
This pull request shall correct the behaviour with skipping the ISO check in the mode NSR_CLIENT_MODE=yes.
gdha commented at 2018-02-26 13:44:¶
@hpannenb It makes sense, OTOH I'm not able to test it myself. Therefore, I'm hoping it won't break work-flows (based on wrong assumptions from this changed script)
[Export of Github issue for rear/rear.]