You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I uninstall and reinstall a helm chart in Rancher with a PVC (persistent Volume Claim), the container fails to create because the PVC errors out when being created. This appears to be an issue with Longhorn storage.
This is an issue with how persistent volumes don't unmount right away. The solution was to separate out the PVC helm chart from the serval helm chart - the data can be persisted even if the whole serval chart needs to be uninstalled. This should resolve the issue sufficiently.
If I uninstall and reinstall a helm chart in Rancher with a PVC (persistent Volume Claim), the container fails to create because the PVC errors out when being created. This appears to be an issue with Longhorn storage.
Reference: longhorn/longhorn#3753
The text was updated successfully, but these errors were encountered: