Skip to content

Commit

Permalink
feat: change the AIO disk block size to 512 bytes for v2 data engine
Browse files Browse the repository at this point in the history
Longhorn 10053

Signed-off-by: Derek Su <derek.su@suse.com>
  • Loading branch information
derekbit authored and mergify[bot] committed Dec 24, 2024
1 parent 74c9544 commit cf7d80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/monitor/disk_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

const (
defaultBlockSize = 4096
defaultBlockSize = 512
)

// GetDiskStat returns the disk stat of the given directory
Expand Down

0 comments on commit cf7d80d

Please sign in to comment.