Files
rustfs/crates/ecstore
overtrue 4567b6b5e4 fix(admin): merge unreadable-config marker with isolated diagnostics
rustfs/rustfs#7225 and rustfs/backlog#2309 refactored the same ten
per-config arms of ExportBucketMetadata concurrently. Keep #7225's
`exported_bucket_config` helper, `export_internal_error`, the
`?diagnostic=true` mode with its reserved `_diagnostic/` namespace,
manifest and import preflight, and re-apply #2309's semantics on top.

The helper now returns `ExportConfigError`, which separates a
configuration that is stored but undecodable from a failure of this
build's own serialization. An ordinary export records the former in
`<bucket>/rustfs-unreadable-configs.json` and continues, so one bucket
cannot abort a whole-cluster export, and fails closed on the latter.
Diagnostic mode is unchanged: it reports both through the archive-wide
manifest with a fixed code and no parser detail.

The #7225 assertion that a complete export fails closed on unreadable
targets is replaced by assertions of the new behaviour; every other
assertion on both sides is kept.

The s3_error! baseline is remeasured at 1589 for the merged tree.
2026-09-06 03:15:18 +08:00
..

RustFS

RustFS ECStore - Erasure Coding Storage

High-performance erasure coding storage engine for RustFS distributed object storage

CI 📖 Documentation · 🐛 Bug Reports · 💬 Discussions


📖 Overview

RustFS ECStore provides erasure coding storage capabilities for the RustFS distributed object storage system. For the complete RustFS experience, please visit the main RustFS repository.

Features

  • Reed-Solomon erasure coding implementation
  • Configurable redundancy levels (N+K schemes)
  • Automatic data healing and reconstruction
  • Multi-drive support with intelligent placement
  • Parallel encoding/decoding for performance
  • Efficient disk space utilization

📚 Documentation

For comprehensive documentation, examples, and usage guides, please visit the main RustFS repository.

📄 License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

Copyright 2024 RustFS Team

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

RustFS is a trademark of RustFS, Inc.
All other trademarks are the property of their respective owners.

Made with ❤️ by the RustFS Storage Team