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

Verify Azure API works before enabling ANF backend #466

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

carlosonunez
Copy link

Fixes issue #465

Describe the solution you'd like
As of v20.04, the Azure NetApp Files backend will report itself as being online even if its backend.json contains invalid credentials. The backend should report itself as being offline or failed in this scenario.

Describe alternatives you've considered
The current workaround is to initialize the backend with tridentctl create backend and then attempt to provision a volume through a PersistentVolumeClaim or wait for capacity pool discovery to take place.

Fixes [issue NetApp#465](NetApp#465)

**Describe the solution you'd like**
As of v20.04, the Azure NetApp Files backend will report itself as being `online` even if its `backend.json` contains invalid credentials. The backend should report itself as being `offline` or `failed` in this scenario.

**Describe alternatives you've considered**
The current workaround is to initialize the backend with `tridentctl create backend` and then attempt to provision a volume through a `PersistentVolumeClaim` or wait for capacity pool discovery to take place.
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

Successfully merging this pull request may close these issues.

The Azure NetApp Files Backend should not report "online" upon receiving invalid credentials.
1 participant