The dokku_storage_mount exporter reconstructs each attachment from storage:list --format json, which exposes the entry/host path and container path but not the phases, readonly, subpath, process_type, or volume options of the attachment. Those fields are therefore not reconstructed, and the task is marked ExportPartial.
Track full-fidelity reconstruction, which likely needs richer storage:list output (or an additional per-mount read) to recover the remaining attachment attributes.
The
dokku_storage_mountexporter reconstructs each attachment fromstorage:list --format json, which exposes the entry/host path and container path but not thephases,readonly,subpath,process_type, or volume options of the attachment. Those fields are therefore not reconstructed, and the task is markedExportPartial.Track full-fidelity reconstruction, which likely needs richer
storage:listoutput (or an additional per-mount read) to recover the remaining attachment attributes.