Skip to content

Commit

Permalink
Update upgrade/v14xto150/upgrade.go
Browse files Browse the repository at this point in the history
  • Loading branch information
David Ko committed Jun 20, 2023
1 parent e9e96a3 commit 93cb133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrade/v14xto150/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func upgradeVolumeAttachments(namespace string, lhClient *lhclientset.Clientset,
}
smList, err := lhClient.LonghornV1beta2().ShareManagers(namespace).List(context.TODO(), metav1.ListOptions{})
if err != nil {
return errors.Wrapf(err, "failed to list all pods in %v during the Longhorn VolumeAttachment upgrade", namespace)
return errors.Wrapf(err, "failed to list all share managers in %v during the Longhorn VolumeAttachment upgrade", namespace)
}

kubeVAMap := map[string][]storagev1.VolumeAttachment{}
Expand Down

0 comments on commit 93cb133

Please sign in to comment.