Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix send_args for EvmDatabaseOps.restore
The `send_args` that are to be passed to `MiqFileStorage.download` didn't account for the changes between `.upload` and `.download`, which downloading expects a `nil` for the first argument when in block form (who writes this crap*...). To account for that, we prepend the `nil` value if we are doing a `.restore`, which is the only time we are doing a download from a file storage. Partially addresses issues in the following tickets: - https://bugzilla.redhat.com/show_bug.cgi?id=1633573 - https://bugzilla.redhat.com/show_bug.cgi?id=1513520 * Hint: It was me...
- Loading branch information