-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with delete reclaim policy in docker UCP setup #516
Comments
this bug is duplicate of #468 |
Specifying reclaimPolicy: "Delete" in StorageClass atleast works now, in the new dory_installer (available in 10.50.9.10 Can you provide me the P Test Log:
Now without specifying this
In both cases, when the
|
@virendra-sharma did you observe that , if you manually delete the volume (associated with PV), did you face any issue?
Etc. Please update your findings here. |
Also, see if my previous update -- successful PV deletion with reclaim policy set to "Delete" |
@wdurairaj as discussed, I have updated bug with delete reclaim policy issue arises for docker UCP setup. |
In docker UCP setup it is being observed that delete reclaim policy behaving unexpectedly in some use cases, It is not deleting provisioned volume.
I created static as well as dynamic provisioned volume and observed in both cases provisioned volume not deleting which get created during sc,pv,pvc, though reclaim policy set as "Delete".
Expected output:
Volume should delete after deleting corresponding pod,pvc,pv,sc with reclaim policy as "delete".
Steps performed from UCP UI:
Scenario:- 1
Scenario:- 2
Observation:
YAML's
sc-test.yml
pvc-test.yml
pod-test.yml
Logs:
Volume not deleted in delete reclaim policy
doryd log for sc,pv,pvc delete together.txt
Plugin container log on master (together delete).txt
Plugin container log on worker1 (pod scheduled node) (All delete together).txt
Volume deleted in delete reclaim policy
doryd log for deleting in sequence of pod,pvc,pv,sc.txt
Plugin container log on master (as pod scheduled node) after deleting in sequnce of pod,pvc,pv,sc.txt
The text was updated successfully, but these errors were encountered: