-
Notifications
You must be signed in to change notification settings - Fork 108
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
GetNodeID failed for node #493
Comments
Can you please check PR #451 . It has the way how to set the labels for node. |
closing because i never reproduced it |
reopening since it re-appeared when adding a node to an existing cluster. i manually labeled the node as
but that did nothing looking at the code i'm not even sure why that would be related the error returned here is just eaten, so we cant see the cause |
this is issue openebs#493 when zfs-localpv is broken due to an k8s api issue, it just says 'GetNodeID failed for node'. this change adds the actual api error Signed-off-by: Arvid E. Picciani <[email protected]>
Fixes issue openebs#493 when zfs-localpv is broken due to an k8s api issue, it just says 'GetNodeID failed for node'. this change adds the actual api error Signed-off-by: Arvid E. Picciani <[email protected]>
Fixes issue #493 when zfs-localpv is broken due to an k8s api issue, it just says 'GetNodeID failed for node'. this change adds the actual api error Signed-off-by: Arvid E. Picciani <[email protected]>
@aep were you able to figure out the reason once your fix went in? |
Yes. Showing the actual error allowed me to find out it's a K8s API server issue. This can be closed. |
Glad to know it helped !! |
when adding a node to StorageClass.allowedTopologies , nothing appears to create the matching zfsnode.zfs.openebs.io
the openebs-zfs-node pod is started but crashes with
in testing, this recovers when deleting all pvc and storageclass.
The text was updated successfully, but these errors were encountered: