delphix / appliance-build

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-88546 upgrade verification failed to generate faults #743

Closed prakashsurya closed 10 months ago

prakashsurya commented 10 months ago

Problem

See JIRA for details; to summarize, DLPX-65276 moved us over to relying on the zfs-mount service to mount /var/tmp/delphix-upgrade in the container, then DLPX-81199 removed the zfs-mount service from running in the container, inadvertently causing this issue.

Solution

The solution is to move back to relying on a Bind= directive for the container's configuration, to bind mount the directory from the host into the container.

Testing