minio/pkg
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
~~~
2016-03-23 19:16:09 -07:00
..
atomic build/vet: Fix all the shadowing reports with go1.6 2016-02-23 14:34:39 -08:00
crypto cpu: Remove pkg/cpu in favor of better klauspost/cpuid. 2016-02-15 13:50:33 -08:00
disk ioutils: Add tests 2016-01-26 12:34:04 -08:00
erasure build/vet: Fix all the shadowing reports with go1.6 2016-02-23 14:34:39 -08:00
fs config/main: Re-write config files - add to new config v3 2016-03-23 19:16:09 -07:00
mimedb setBucketMetadata: Fix a deadlock. 2016-02-05 15:48:08 -08:00
minhttp xl: Moved to minio/minio - fixes #1112 2016-02-11 15:43:36 -08:00
probe cleanup: Remove definitions and move them to its relative places accordingly 2016-02-22 10:41:27 -08:00
quick xl: Moved to minio/minio - fixes #1112 2016-02-11 15:43:36 -08:00
s3/signature4 bucketpolicy: Improve bucket policy validation, avoid nested rules. 2016-03-15 17:50:23 -07:00
tasker xl: Moved to minio/minio - fixes #1112 2016-02-11 15:43:36 -08:00
xl build/vet: Fix all the shadowing reports with go1.6 2016-02-23 14:34:39 -08:00