Commit 8d157837 authored by andyzhangx's avatar andyzhangx

fix typo in azure disk logging

parent a93f803f
...@@ -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