Hi all,
currently having the problem with Nomad for some time that the registered volumes are not displaying at all. Seems to be a pure UI problems, the volumes themselves are working fine.
I can go to
http://master.home:4646/ui/csi/volumes
to display the list of registered volumes just fine. A
nomad volume status
also returns valid information.
Unfortunately, when I click on a volume in the UI, I get a “not found” for the volume details.
URL for the reqeuest
http://master.home:4646/ui/csi/volumes/gitea@default
“nomad volume status gitea” output
ID = gitea
Name = Gitea
Namespace = default
External ID = <none>
Plugin ID = nfs
Provider = nfs.csi.k8s.io
Version = v4.3.0
Capacity = 0 B
Schedulable = true
Controllers Healthy = 2
Controllers Expected = 2
Nodes Healthy = 5
Nodes Expected = 5
Access Mode = single-node-writer
Attachment Mode = file-system
Mount Options = fs_type: nfs flags: [REDACTED]
Namespace = default
Allocations
ID Node ID Task Group Version Desired Status Created Modified
c42c925f c1e29920 gitea 47 run running 11d16h ago 11d16h ago
Nomad version is 1.8.3 (latest)
Unfortunately, no entries in the journald log. I can’t even see the http request, even on log=“debug”.
Any idea what may cause this behaviour? Already tried to clear the browser cache, but no change unfortunately.