Hide Forgot
Description of problem: engine-backup --mode=restore tries to check md5sum with "--strict" option, which works for fedora but fails for RHEL 6 because md5sum on RHEL does not have this option yet Restoring... md5sum: unrecognized option '--strict' Try `md5sum --help' for more information. FATAL: Checksum verification failed Version-Release number of selected component (if applicable): 3.3.0-0.18 (is12) How reproducible: Always on RHEL 6 Steps to Reproduce: 1. create engine backup with engine-backup utility (engine-backup --mode=backup --scope=all --log=/tmp/log --file=backupfile) 2. try to restore engine from this backup (engine-backup --mode=backup --scope=all --log=/tmp/log --file=backupfile) 3. you will get an error Actual results: Expected results: Additional info: PRD: https://bugzilla.redhat.com/show_bug.cgi?id=960280
Closing - RHEV 3.3 Released