You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The daemonset Pod of openstack-manila-csi doesn't startup, container nfs-nodeplugin log shows: 1 main.go:111] Driver node service initialization failed: node ID is missing
this issue only happens in HELM Chart version: 2.31.4.
When compairing with version: 2.31.1, I see difference in daemonset Pod of openstack-manila-csi.
from v2.31.4, it doens't have a startup parameter node_id.
The daemonset Pod of openstack-manila-csi doesn't startup, container
nfs-nodeplugin
log shows:1 main.go:111] Driver node service initialization failed: node ID is missing
this issue only happens in HELM Chart version: 2.31.4.
When compairing with version: 2.31.1, I see difference in daemonset Pod of openstack-manila-csi.
from v2.31.4, it doens't have a startup parameter node_id.
meanwile, in version 2.31.1, it has
--nodeid=$(NODE_ID)
The text was updated successfully, but these errors were encountered: