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.CreateCSINode()
err:=nim.InitializeCSINodeWithAnnotation()
iferr!=nil{
kvh.SetKubeletError(fmt.Errorf("Failed to initialize CSINodeInfo: %v",err))
klog.Errorf("Failed to initialize CSINodeInfo: %v",err)