vmware-archive / dispatch

Dispatch is a framework for deploying and managing serverless style applications.
http://dispatchframework.io
Apache License 2.0
532 stars 58 forks source link

Align Dispatch Solo storage locations and OVA disk topology #728

Closed zjs closed 5 years ago

zjs commented 5 years ago

Bug Report

Expected behavior

When using Dispatch Solo, I expect data to be stored in the designated places within the OVA.

Current behavior

Currently, the OVA mounts partitions under /storage, but Dispatch stores data in locations more consistent with the Linux FHS.

Steps to reproduce

N/A

Impact

Possible solution

Option 1: Mount data/log/config partitions in more appropriate locations.

Option 2: Preserve current mount points (perhaps renaming db to data) and create symlinks from Linux FHS locations to the mounted storage locations.

Option 3: Configure Dispatch to use the current locations under /storage (perhaps renaming db to data, if that's more accurate).

Your Environment

N/A

zimengyang commented 5 years ago

fixed in #750