This repository contains the code used to build the Ubuntu-based Delphix Appliance, leveraging open-source tools such as Debian's live-build, Docker, Ansible, OpenZFS, and others.
Apache License 2.0
19
stars
41
forks
source link
DLPX-86405 deferred upgrade via scripts fails #727
Problem
When we run a deferred upgrade via the scripts, we're currently running
execute
with incorrect parameters.Solution
Fix the parameters passed in to
execute
.Related Work
This regression was introduced by:
Testing
Before:
After