Unverified Commit a2c200a5 authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

Merge pull request #76326 from andyzhangx/azuredisk-typo

fix typo in azure disk logging
parents 8a9ed4c9 8d157837
...@@ -144,7 +144,7 @@ func findDiskByLunWithConstraint(lun int, io ioHandler, azureDisks []string) (st ...@@ -144,7 +144,7 @@ func findDiskByLunWithConstraint(lun int, io ioHandler, azureDisks []string) (st
} }
model := libstrings.TrimSpace(string(modelBytes)) model := libstrings.TrimSpace(string(modelBytes))
if libstrings.ToUpper(model) != "VIRTUAL DISK" { if libstrings.ToUpper(model) != "VIRTUAL DISK" {
klog.V(4).Infof("model doesn't match VHD, got %s", model) klog.V(4).Infof("model doesn't match VIRTUAL DISK, got %s", model)
continue continue
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment