Skip to content

Commit

Permalink
Merge pull request #2392 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…2389-to-release-1.29

[release-1.29] cleanup: print info error for volumeID parsing
  • Loading branch information
andyzhangx authored Feb 19, 2025
2 parents e4fa79b + 68c523a commit cddbde9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/azurefile/azurefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ func (d *Driver) GetAccountInfo(ctx context.Context, volumeID string, secrets, r
rgName, accountName, fileShareName, diskName, secretNamespace, subsID, err := GetFileShareInfo(volumeID)
if err != nil {
// ignore volumeID parsing error
klog.Warningf("parsing volumeID(%s) return with error: %v", volumeID, err)
klog.V(2).Infof("parsing volumeID(%s) return with error: %v", volumeID, err)
err = nil
}

Expand Down

0 comments on commit cddbde9

Please sign in to comment.