You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Harshavardhana
aaf97ea02c
config/main: Re-write config files - add to new config v3
- New config format.
```
{
"version": "3",
"address": ":9000",
"backend": {
"type": "fs",
"disk": "/path"
},
"credential": {
"accessKey": "WLGDGYAQYIGI833EV05A",
"secretKey": "BYvgJM101sHngl2uzjXS/OBF/aMxAN06JrJ3qJlF"
},
"region": "us-east-1",
"logger": {
"file": {
"enable": false,
"fileName": "",
"level": "error"
},
"syslog": {
"enable": false,
"address": "",
"level": "debug"
},
"console": {
"enable": true,
"level": "fatal"
}
}
}
```
New command lines in lieu of supporting XL.
Minio initialize filesystem backend.
~~~
$ minio init fs <path>
~~~
Minio initialize XL backend.
~~~
$ minio init xl <url1>...<url16>
~~~
For 'fs' backend it starts the server.
~~~
$ minio server
~~~
For 'xl' backend it waits for servers to join.
~~~
$ minio server
... [PROGRESS BAR] of servers connecting
~~~
Now on other servers execute 'join' and they connect.
~~~
....
minio join <url1> -- from <url2> && minio server
minio join <url1> -- from <url3> && minio server
...
...
minio join <url1> -- from <url16> && minio server
~~~
|
9 years ago |
.. |
atomic
|
build/vet: Fix all the shadowing reports with go1.6
|
9 years ago |
crypto
|
cpu: Remove pkg/cpu in favor of better klauspost/cpuid.
|
9 years ago |
disk
|
…
|
|
erasure
|
build/vet: Fix all the shadowing reports with go1.6
|
9 years ago |
fs
|
config/main: Re-write config files - add to new config v3
|
9 years ago |
mimedb
|
…
|
|
minhttp
|
…
|
|
probe
|
cleanup: Remove definitions and move them to its relative places accordingly
|
9 years ago |
quick
|
…
|
|
s3/signature4
|
bucketpolicy: Improve bucket policy validation, avoid nested rules.
|
9 years ago |
tasker
|
…
|
|
xl
|
build/vet: Fix all the shadowing reports with go1.6
|
9 years ago |