diff --git a/pkg/azuredisk/azure_common_windows.go b/pkg/azuredisk/azure_common_windows.go index 7ec005d159..f253a7f88e 100644 --- a/pkg/azuredisk/azure_common_windows.go +++ b/pkg/azuredisk/azure_common_windows.go @@ -154,7 +154,7 @@ func resizeVolume(devicePath, volumePath string, m *mount.SafeFormatAndMount) er // needResizeVolume check whether device needs resize func needResizeVolume(devicePath, volumePath string, m *mount.SafeFormatAndMount) (bool, error) { - return false, nil + return true, nil } // rescanVolume rescan device for detecting device size expansion