minio/docs
Klaus Post 15daa2e74a
tooling: Add xlmeta --combine switch that will combine inline data (#17488)
Will combine or write partial data of each version found in the inspect data.

Example:

```
> xl-meta -export -combine inspect-data.1228fb52.zip

(... metadata json...)
}
Attempting to combine version "994f1113-da94-4be1-8551-9dbc54b204bc".
Read shard 1 Data shards 9 Parity 4 (994f1113-da94-4be1-8551-9dbc54b204bc/shard-01-of-13.data)
Read shard 2 Data shards 9 Parity 4 (994f1113-da94-4be1-8551-9dbc54b204bc/shard-02-of-13.data)
Read shard 3 Data shards 9 Parity 4 (994f1113-da94-4be1-8551-9dbc54b204bc/shard-03-of-13.data)
Read shard 4 Data shards 9 Parity 4 (994f1113-da94-4be1-8551-9dbc54b204bc/shard-04-of-13.data)
Read shard 6 Data shards 9 Parity 4 (994f1113-da94-4be1-8551-9dbc54b204bc/shard-06-of-13.data)
Read shard 7 Data shards 9 Parity 4 (994f1113-da94-4be1-8551-9dbc54b204bc/shard-07-of-13.data)
Read shard 8 Data shards 8 Parity 5 (994f1113-da94-4be1-8551-9dbc54b204bc/shard-08-of-13.data)
Read shard 9 Data shards 8 Parity 5 (994f1113-da94-4be1-8551-9dbc54b204bc/shard-09-of-13.data)
Read shard 10 Data shards 8 Parity 5 (994f1113-da94-4be1-8551-9dbc54b204bc/shard-10-of-13.data)
Read shard 11 Data shards 8 Parity 5 (994f1113-da94-4be1-8551-9dbc54b204bc/shard-11-of-13.data)
Read shard 13 Data shards 8 Parity 5 (994f1113-da94-4be1-8551-9dbc54b204bc/shard-13-of-13.data)
Attempting to reconstruct using parity sets:
* Setup: Data shards: 9 - Parity blocks: 6
Have 6 complete remapped data shards and 6 complete parity shards. Could NOT reconstruct: too few shards given
* Setup: Data shards: 8 - Parity blocks: 5
Have 5 complete remapped data shards and 5 complete parity shards. Could reconstruct completely
0 bytes missing. Truncating 0 from the end.
Wrote output to 994f1113-da94-4be1-8551-9dbc54b204bc.complete
```

So far only inline data, but no real reason that external data can't also be included with some handling of blocks.

Supports only unencrypted data.
2023-06-22 12:41:24 -07:00
..
batch-jobs feat: implement support batch replication (#15554) 2022-10-05 23:00:43 -07:00
bigdata Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
bucket fix: sio-error test to fail if commands fail (#17466) 2023-06-19 12:52:50 -07:00
chroot Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
compression remove gateway completely (#15929) 2022-10-24 17:44:15 -07:00
config fix: README.md in docs/config (#16564) 2023-02-10 03:02:11 -08:00
debugging tooling: Add xlmeta --combine switch that will combine inline data (#17488) 2023-06-22 12:41:24 -07:00
distributed cleanup scripts and apply shfmt (#17284) 2023-05-25 22:07:25 -07:00
docker Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
erasure Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
extensions support fan-out objects via PostUpload() (#17233) 2023-05-24 22:51:07 -07:00
federation/lookup Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
ftp implement support for FTP/SFTP server (#16952) 2023-04-15 07:34:02 -07:00
iam Add HTTP2 config option for policy plugin (#16225) 2022-12-13 14:28:48 -08:00
integrations/veeam Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
kms Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
lambda Remove ~ from Object Lambda curl example (#16966) 2023-04-04 12:15:28 -07:00
logging Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
metrics add support for bucket level request count per API (#17468) 2023-06-21 09:41:59 -07:00
multi-tenancy Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
multi-user check for quorum errors for DeleteBucket() (#16859) 2023-03-20 23:38:06 -07:00
orchestration Update yaml files to latest version RELEASE.2023-06-19T19-52-50Z 2023-06-19 22:53:03 +00:00
screenshots feat: Deprecate embedded browser and import console (#12460) 2021-06-17 20:27:04 -07:00
security cleanup markdown docs across multiple files (#14296) 2022-02-11 16:51:25 -08:00
select Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
site-replication Fix Test LDAP for automatic site replication (#17305) 2023-05-29 08:13:58 -07:00
sts Fix Test LDAP for automatic site replication (#17305) 2023-05-29 08:13:58 -07:00
throttle cleanup markdown docs across multiple files (#14296) 2022-02-11 16:51:25 -08:00
tls Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
hotfixes.md update hotfixes instructions and fix some typo 2022-03-25 23:49:28 -07:00
LICENSE purge deprecate docker swarm documentation 2021-05-10 09:50:06 -07:00
minio-limits.md fix: few typos and wordings in minio-limits.md 2023-05-05 20:04:52 -07:00