mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
return quorum error instead of insufficient storage error (#16874)
This commit is contained in:
@@ -37,6 +37,6 @@ func DisableDirectIO(f *os.File) error {
|
||||
}
|
||||
|
||||
// AlignedBlock - pass through to directio implementation.
|
||||
func AlignedBlock(BlockSize int) []byte {
|
||||
return directio.AlignedBlock(BlockSize)
|
||||
func AlignedBlock(blockSize int) []byte {
|
||||
return directio.AlignedBlock(blockSize)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user