mirror of
https://github.com/minio/minio.git
synced 2025-11-21 10:16:03 -05:00
XL: Relax write quorum further to N/2 + 1. (#2018)
This changes behavior in some parts of the code as well address it. Fixes #2016
This commit is contained in:
committed by
Anand Babu (AB) Periasamy
parent
d484157d67
commit
ae936a0147
@@ -129,7 +129,7 @@ func testPutObjectPartDiskNotFound(obj ObjectLayer, instanceType string, disks [
|
||||
}
|
||||
|
||||
// Remove some random disk.
|
||||
for _, disk := range disks[:6] {
|
||||
for _, disk := range disks[:7] {
|
||||
removeAll(disk)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user