koolhead17
4503491a0a
docs:Browser/added storageInfo content to the doc. ( #3146 )
8 years ago
koolhead17
f024deb1f8
docs: Fixed path for docker compose ( #3156 )
8 years ago
Harshavardhana
490159ea89
docker: Move the docker document and compose to a separate dir. ( #3135 )
8 years ago
Harshavardhana
5e86352464
doc: Fix docker.md instructions and words.
8 years ago
Harshavardhana
92858c7db2
Fix docker documentation.
8 years ago
Harshavardhana
fdaa129a5b
Fix dockerfile container image. ( #2892 )
8 years ago
Krishna Srinivas
c6d2967b84
Doc: Document list of supported environmental varaibles. ( #2864 )
...
fixes #2773
8 years ago
Aditya Manthramurthy
a1f922315b
Add docker-compose file to run Minio in distributed mode ( #2606 )
...
Serves as a starting point to run a Minio cluster using Docker. The
file can be used as configuration for the docker-compose tool to start
4 Minio servers in distributed mode.
* Add a docker-compose.yml file to run 4 minio server instances in
distributed mode
* Update Docker.md with command to use the file
8 years ago
Anis Elleuch
5c4dbc966f
Add Howto setup minio distributed with Docker
8 years ago
Harshavardhana
bf62ba57cf
docs: Update minimum drives in erasure docs.
8 years ago
Dee Koder
4722c94653
typo: Fix capitalization in heading. ( #2529 )
8 years ago
koolhead17
a3c509fd23
Doc: Modified examples in how-to-run-multiple-minio-server-instances-on-single-machine.md ( #2497 )
8 years ago
Harshavardhana
76d56c6ff2
typo: Fix typos across the codebase. ( #2442 )
8 years ago
Yurii Rashkovskii
7829ccea2c
Routing key was misspelled as routine key ( #2430 )
8 years ago
koolhead17
0dc5662f9b
Doc: Fixed screenshot path for modified docs. ( #2390 )
8 years ago
koolhead17
0c125f3596
Doc: This patch new guides with titles mentioned below ( #2382 )
8 years ago
GarimaKapoor
a1f3bf57c7
Update README.md
8 years ago
GarimaKapoor
62c0612eac
Update README.md
8 years ago
koolhead17
7d42d09da8
Doc: Replaced README & FreeBSD docs with updated minio server splash ( #2298 )
...
screen.
8 years ago
Harshavardhana
f253dfc922
docs: Fix erasure code image embedding issue.
8 years ago
Harshavardhana
6c2fb19ed7
docs: Removed and purged uneeded docs. ( #2273 )
8 years ago
koolhead17
7e076577de
Update Minio-erasure-code-quickStart-guide.md ( #2269 )
...
Minor update to link the URL.
8 years ago
koolhead17
a7b5b8e63f
Doc: Modified the contents for Doctor. ( #2262 )
8 years ago
Dee Koder
2a972ef1fd
images: Move screenshot for docs inside docs/screenshots directory. ( #2248 )
...
* images: Move screenshot for docs inside docs/screenshots directory. Use optimized images.
* images: This fix optimizes the images for the Erasure Code Quick Start Guide
8 years ago
Dee Koder
f67c930731
doc: Fixed spacing with respect to code blocks. ( #2241 )
8 years ago
GarimaKapoor
3589a58179
Update Minio-erasure-code-quickStart-guide.md
8 years ago
Dee Koder
2e8360120d
headings: We need to add a consistent heading for all docs. Adding Minio FreeBSD QuickStart Guide in the title. ( #2233 )
8 years ago
Dee Koder
02b191222c
headings: Added standardized heading for this document. ( #2234 )
8 years ago
Dee Koder
b699795901
docs: Remove additional headings. Added standard heading. Include numbering. ( #2235 )
8 years ago
Harshavardhana
d0636d633d
doc: Move FreeBSD.md to docs.
8 years ago
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.
8 years ago
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.
8 years ago
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
8 years ago
Harshavardhana
4db2b03312
XL: Rename objectN to part.N ( #2019 )
...
Fixes #2015
8 years ago
Harshavardhana
e10934a88e
bitrot: Start using blake2b algorithm and remove sha512 usage. ( #1957 )
...
Fixes #1952
9 years ago
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.
9 years ago
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
9 years ago
Harshavardhana
1e393c6c5b
XL: Add new metadata for checksum. ( #1743 )
9 years ago
Krishna Srinivas
6d84e84b3c
XL/mutltipart: fix partnumber to partname association. ( #1739 )
...
Fixes #1738
9 years ago
Harshavardhana
293d246f95
XL/FS: Rewrite in new format.
9 years ago
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.
9 years ago
Harshavardhana
74c23a3544
docs: Move developer docs from top-level to its own directory. ( #1642 )
9 years ago
Harshavardhana
c63bdf79fa
Remove docs, minimal docs going to be at minio.io instead and rest amazon docs
10 years ago
Harshavardhana
2696d2f4e7
Add new error response
10 years ago
Harshavardhana
f07ccb035d
Reorg docs and cleanup
10 years ago
Harshavardhana
bd56b6e571
Update docs
10 years ago
Harshavardhana
5a0a700a45
Write Error Responses documentation
10 years ago
Harshavardhana
0ac611e452
Update contributors document
10 years ago
Harshavardhana
b12a493db8
Update Docs
10 years ago
Harshavardhana
d036bf3a2a
Restructure docs and move mkdocs.yml to top-level
10 years ago