mirror of
https://github.com/minio/minio.git
synced 2025-11-20 01:50:24 -05:00
posix: Return errDiskNotWritable during disk initialization. (#2048)
It can happen that minio server might not have writable permissions on the export paths command line. Fixes #2035
This commit is contained in:
committed by
Anand Babu (AB) Periasamy
parent
e5dd917c37
commit
d64c3fd464
@@ -1912,7 +1912,7 @@ func (s *TestSuiteFS) TestObjectValidMD5(c *C) {
|
||||
client = http.Client{}
|
||||
response, err = client.Do(request)
|
||||
c.Assert(err, IsNil)
|
||||
// exepcting a successfull upload.
|
||||
// exepcting a successful upload.
|
||||
c.Assert(response.StatusCode, Equals, http.StatusOK)
|
||||
objectName = "test-2-object"
|
||||
buffer1 = bytes.NewReader(data)
|
||||
|
||||
Reference in New Issue
Block a user