mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
Merge pull request #76326 from andyzhangx/azuredisk-typo
fix typo in azure disk logging
This commit is contained in:
commit
a2c200a57a
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user