Dee Koder
f67c930731
doc: Fixed spacing with respect to code blocks. ( #2241 )
2016-07-19 19:08:43 -07:00
GarimaKapoor
3589a58179
Update Minio-erasure-code-quickStart-guide.md
2016-07-19 17:59:05 -07:00
Dee Koder
2e8360120d
headings: We need to add a consistent heading for all docs. Adding Minio FreeBSD QuickStart Guide in the title. ( #2233 )
2016-07-19 14:56:34 -07:00
Dee Koder
02b191222c
headings: Added standardized heading for this document. ( #2234 )
2016-07-19 14:56:20 -07:00
Dee Koder
b699795901
docs: Remove additional headings. Added standard heading. Include numbering. ( #2235 )
2016-07-19 14:30:32 -07:00
Harshavardhana
d0636d633d
doc: Move FreeBSD.md to docs.
2016-07-15 16:09:01 -07:00
koolhead17
204ec2c6c0
doc:README.md/Updated to sync with docs.minio.io ( #2210 )
...
* doc:README.md/Updated to sync with docs.minio.io
* doc:README.me/Modified the minio server output terminal to reflect new release changes.
* docs:README.md/Modified and changed location of other markdown files.
2016-07-15 15:03:59 -07:00
Harshavardhana
623e0f9243
XL: listOnlineDisks should use modTime instead of version. ( #2166 )
...
This change is needed to make reading from objects future proof
in-terms of handling online disks. Our current counter is not
based on affirmative knowledge and relies on arithmetic sequence
which can lead to bugs.
Using modTime simplifies the understanding of `xl.json` and future
tooling / debugging of the format.
2016-07-12 15:20:31 -07:00
Harshavardhana
c0c8a8430e
XL/PutObject: Add single putObject and multipart caching. ( #2115 )
...
- Additionally adds test cases as well for object cache.
- Adds auto-expiry with expiration and cleanup time interval.
Fixes #2080
Fixes #2091
2016-07-08 20:34:27 -07:00
Harshavardhana
4db2b03312
XL: Rename objectN to part.N ( #2019 )
...
Fixes #2015
2016-06-27 21:42:33 -07:00
Harshavardhana
e10934a88e
bitrot: Start using blake2b algorithm and remove sha512 usage. ( #1957 )
...
Fixes #1952
2016-06-22 17:13:26 -07:00
Harshavardhana
b2293c2bf4
XL: Rename, cleanup and add more comments. ( #1769 )
...
- xl-v1-bucket.go - removes a whole bunch of code.
- {xl-v1,fs-v1}-metadata.go - add a lot of comments and rename functions
appropriately.
2016-05-28 15:15:53 -07:00
Harshavardhana
ee6645f421
XL: Add additional PartNumber variable as part of `xl.json` ( #1750 )
...
This is needed for verification of incoming parts and to
support variadic part uploads. Which should be sorted
properly.
Fixes #1740
2016-05-28 15:15:53 -07:00
Harshavardhana
1e393c6c5b
XL: Add new metadata for checksum. ( #1743 )
2016-05-28 15:15:53 -07:00
Krishna Srinivas
6d84e84b3c
XL/mutltipart: fix partnumber to partname association. ( #1739 )
...
Fixes #1738
2016-05-28 15:15:53 -07:00
Harshavardhana
293d246f95
XL/FS: Rewrite in new format.
2016-05-28 15:15:53 -07:00
Harshavardhana
9472299308
logging: Log only for unhandled errors, remove all the debug logging. ( #1652 )
...
This patch brings in the removal of debug logging altogether, instead
we bring in the functionality of being able to trace the errors properly
pointing back to the origination of the problem.
To enable tracing you need to enable "MINIO_TRACE" set to "1" or "true"
environment variable which would print back traces whenever there is an
error which is unhandled or at the handler layer.
By default this tracing is turned off and only user level logging is
provided.
2016-05-16 14:31:28 -07:00
Harshavardhana
74c23a3544
docs: Move developer docs from top-level to its own directory. ( #1642 )
2016-05-14 02:47:16 -07:00
Harshavardhana
c63bdf79fa
Remove docs, minimal docs going to be at minio.io instead and rest amazon docs
2015-04-10 21:21:59 -07:00
Harshavardhana
2696d2f4e7
Add new error response
2015-02-16 20:44:25 -08:00
Harshavardhana
f07ccb035d
Reorg docs and cleanup
2015-02-13 19:06:47 -08:00
Harshavardhana
bd56b6e571
Update docs
2015-02-13 15:26:26 -08:00
Harshavardhana
5a0a700a45
Write Error Responses documentation
2015-02-13 15:20:58 -08:00
Harshavardhana
0ac611e452
Update contributors document
2015-02-09 13:34:19 -08:00
Harshavardhana
b12a493db8
Update Docs
2015-02-08 17:50:18 -08:00
Harshavardhana
d036bf3a2a
Restructure docs and move mkdocs.yml to top-level
2015-02-08 17:40:39 -08:00
Frederick F. Kautz IV
d44e42f809
Removing xml header from response in docs
2015-02-04 16:40:02 -08:00
Frederick F. Kautz IV
f1bf2cb5d7
Adding JSON Example for GET /
2015-02-04 14:04:41 -08:00
Frederick F. Kautz IV
eded653fd2
Adding additional entry into bucket list in docs
2015-02-03 17:36:14 -08:00
Frederick F. Kautz IV
60551dffca
Minor header update, renaming '/' to 'GET /'
2015-02-02 16:23:18 -08:00
Frederick F. Kautz IV
a79a5c10e0
Adding mkdocs to gogenerate.
2015-02-02 16:14:55 -08:00
Frederick F. Kautz IV
9d4e7a50fc
Adding minio api documentation
2015-02-02 15:41:21 -08:00
Frederick F. Kautz IV
ba1b7f79ba
Initial mkdocs configuration
2015-02-02 13:50:07 -08:00
Frederick F. Kautz IV
42f5b3dc1d
Removing docs
2015-02-02 13:50:07 -08:00
Harshavardhana
fcd768a88f
Remove stale docs
2015-01-06 02:01:48 -08:00
Frederick F. Kautz IV
ab97179323
Adding markdown manpages
2014-12-19 20:27:15 +13:00
Frederick F. Kautz IV
e219c65c9d
Command list
2014-12-19 09:27:58 +13:00
Frederick F. Kautz IV
338a8bcb4d
Renaming documents
2014-12-18 09:36:04 +13:00
Frederick F. Kautz IV
9275afa173
Changing minios to minio
2014-11-07 22:23:52 -08:00
Harshavardhana
397b887a87
Initial commit
2014-10-30 21:51:52 -07:00