-
Notifications
You must be signed in to change notification settings - Fork 2k
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
CSI volumes cannot be displayed in Nomad 1.8 GUI #23831
Labels
Comments
Hi @thetoothpick! This should already be fixed in Nomad 1.8.3 by #23625 (I see it on the changelog) |
@tgross oh great - sorry for the duplicate! |
i have updated to |
@tgross can u reopen this issue or should i create a new one? |
having same issue here. also update to 1.8.3 |
Reopening. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nomad version
Nomad 1.8.2
Issue
When loading the "Storage" page, CSI volumes are initially listed, but clicking on one triggers a 404 error, and the page tries to dynamically load more data, which also triggers 404 errors.
It looks like the UI is trying to call URLs with this pattern:
The correct URLs appear to be:
Note the extraneous
/
URL escaping.Reproduction steps
Load https://nomad.url/ui/csi/volumes
Expected Result
Volume list is displayed, volume details can be viewed by clicking on a volume.
Actual Result
Volume list is displayed momentarily, but soon goes blank (or shows "No Volumes").
Clicking on a volume while it's displayed shows a "Not Found" error.
The text was updated successfully, but these errors were encountered: