Skip to content

Commit

Permalink
Update minimum NVMe block size
Browse files Browse the repository at this point in the history
  • Loading branch information
happytreees authored Sep 27, 2023
1 parent 6108a21 commit 85d95d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const (
// NVME defaults
blockTypeNvme = "high_perf"
nvmeVolumeSizeInBytes int64 = 10 * giB
nvmeMinVolumeSizeInBytes int64 = 10 * giB
nvmeMinVolumeSizeInBytes int64 = 1 * giB
nvmeMaxVolumeSizeInBytes int64 = 10 * tiB

// HDD defaults
Expand Down

0 comments on commit 85d95d9

Please sign in to comment.