Find a way to move the cache device mount point to /storage without breaking old releases' cache storages
In the release b2c v0.9.7, I changed the mount point for the cache device from /container
to /storage
.
This change broke the cache device of users updating from previous versions, because the podman database included links to /container
.
Let's try to find a way to switch to /storage
while keeping /container
for backwards compatibility.