klog.V(4).Infof("Initializing migrated drivers on CSINodeInfo")
klog.V(4).Infof("Initializing migrated drivers on CSINodeInfo")
// TODO(dyzz): Just augment CreateCSINodeInfo to create the annotation on itself. Also update all updating functions to double check that the annotation is correct (yes)
err:=nim.InitializeCSINodeWithAnnotation()
_,err:=nim.CreateCSINode()
iferr!=nil{
iferr!=nil{
kvh.SetKubeletError(fmt.Errorf("Failed to initialize CSINodeInfo: %v",err))
kvh.SetKubeletError(fmt.Errorf("Failed to initialize CSINodeInfo: %v",err))
klog.Errorf("Failed to initialize CSINodeInfo: %v",err)
klog.Errorf("Failed to initialize CSINodeInfo: %v",err)