Harshavardhana
38cf263409
fix: docs remove goreportcard, its deprecated
5 years ago
ebozduman
78be3f8947
Removes the incorrect coverage badge from the docs ( #7651 )
6 years ago
kannappanr
5ecac91a55
Replace Minio refs in docs with MinIO and links ( #7494 )
6 years ago
Harshavardhana
6005dbf01f
Fix broken doc links ( #6068 )
6 years ago
kannappanr
f8a3fd0c2a
Create logger package and rename errorIf to LogIf ( #5678 )
...
Removing message from error logging
Replace errors.Trace with LogIf
7 years ago
poornas
b7536570f8
update docs for NAS gateway ( #5569 )
7 years ago
Harshavardhana
8efa82126b
Convert errors tracer into a separate package ( #5221 )
7 years ago
Nitish Tiwari
6d5d49bfb1
Update CLI examples to be in sync with examples used on Minio website ( #4920 )
7 years ago
Harshavardhana
075b8903d7
fs: Add safe locking semantics for `format.json` ( #4523 )
...
This patch also reverts previous changes which were
merged for migration to the newer disk format. We will
be bringing these changes in subsequent releases. But
we wish to add protection in this release such that
future release migrations are protected.
Revert "fs: Migration should handle bucketConfigs as regular objects. (#4482 )"
This reverts commit 976870a391
.
Revert "fs: Migrate object metadata to objects directory. (#4195 )"
This reverts commit 76f4f20609
.
8 years ago
Harshavardhana
76f4f20609
fs: Migrate object metadata to objects directory. ( #4195 )
...
Fixes #3352
8 years ago
Nitish Tiwari
d4eea224d4
Remove white spaces ( #3922 )
8 years ago
Nitish Tiwari
ba0c11757e
Added that no special config changes reqd ( #3906 )
...
Added a line saying no special config changes are required for Shared mode. Also the previous `Why Shared Backend` and current `Use cases` are already merged. This fixes the comment: https://github.com/minio/minio/pull/3888#discussion_r105573494
8 years ago
Nitish Tiwari
3314501f19
Simplify shared mode document ( #3888 )
8 years ago
Harshavardhana
1c699d8d3f
fs: Re-implement object layer to remember the fd ( #3509 )
...
This patch re-writes FS backend to support shared backend sharing locks for safe concurrent access across multiple servers.
8 years ago