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 <[email protected]>
  • Loading branch information
derekbit committed Dec 24, 2024
1 parent 74c9544 commit 3e20ca5
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 3e20ca5

Please sign in to comment.