Skip to content

Commit

Permalink
chore: always resize during mount on Windows node
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Dec 5, 2024
1 parent cee01c9 commit c24d73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/azuredisk/azure_common_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c24d73a

Please sign in to comment.