Merge pull request #76326 from andyzhangx/azuredisk-typo

fix typo in azure disk logging
k3s-v1.15.3
Kubernetes Prow Robot 2019-04-09 19:58:12 -07:00 committed by GitHub
commit a2c200a57a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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
}