fix typo in azure disk logging

This commit is contained in:
andyzhangx 2019-04-09 08:50:20 +00:00
parent a93f803f8e
commit 8d1578370a

View File

@ -144,7 +144,7 @@ func findDiskByLunWithConstraint(lun int, io ioHandler, azureDisks []string) (st
}
model := libstrings.TrimSpace(string(modelBytes))
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
}