You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// A /dev/* path exists, but is either not a recognized /dev prefix type
271
271
// (/dev/nvme* or /dev/sd*) or devicePath is not mapped to the correct disk.
272
272
// Attempt a repair
273
-
klog.V(4).Infof("For disk %s and device path %s with mismatched serial number %q calling udevadmTriggerForDiskIfExists", deviceName, devFsPath, devFsSerial)
273
+
klog.Warningf("For disk %s and device path %s with mismatched serial number %q calling udevadmTriggerForDiskIfExists", deviceName, devFsPath, devFsSerial)
0 commit comments