Skip to content
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

Delete bucketClaim failed when bucket is abnormal #136

Open
FanZhang526 opened this issue Oct 11, 2024 · 0 comments
Open

Delete bucketClaim failed when bucket is abnormal #136

FanZhang526 opened this issue Oct 11, 2024 · 0 comments

Comments

@FanZhang526
Copy link

Bug Report

What happened:
When creating a bucketClaim, then bucket will be created by bucketClaim Controller. But bucket is abnormal(curl DriverCreateBucket failed due to some reasons). In this case, when you delete the bucketclaim, the bucketclaim cannot be deleted successfully because of the "BucketClaimFinalizer" on the bucketClaim object.

What you expected to happen:
Delete bucketClaim successfully when bucket is abnormal.

How to reproduce this bug (as minimally and precisely as possible):
1、create a bucketclaim by using bucketClass with wrong server endpoint.
2、bucket has been created, but is abnormal.
3、delete this bucketclaim (suspended and fails).

Anything else relevant for this bug report?:

Environment:

  • Kubernetes version (use kubectl version), please list client and server:
  • Controller version (provide the release tag or commit hash):
  • Provisoner name and version (provide the release tag or commit hash):
  • Cloud provider or hardware configuration:
  • OS (e.g: cat /etc/os-release):
  • Kernel (e.g. uname -a):
  • Install tools:
  • Network plugin and version (if this is a network-related bug):
  • Others:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant