Skip to content

Commit fe75144

Browse files
committed
doc: add entries to changelog
Add commits (and their associated dates) to the changelog that were written by Zac Dover on behalf of Clyso. Signed-off-by: Zac Dover <zac.dover@clyso.com>
1 parent a60a624 commit fe75144

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

docs/changelog/index.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,18 @@ title: Changelog
44

55
# Change Log
66

7-
| Date | Change |
8-
| :--- | :--- |
9-
| 2026-04-28 | Change log created |
7+
| Date | Change | git hash |
8+
| :--- | :--- | |
9+
| 2025-11-26 | Add ceph.md, an overview page that explains the function and purpose of Ceph | a01c4435 |
10+
| 2026-03-03 | Add a page that explains how to use Rook, a tool for deploying Ceph | 499a3a76 |
11+
| 2026-03-04 | Add documentation for Prysm, a CLI tool for real-time monitoring of RGW, Ceph storage clusters, and various hardware components. | deeb3ea8 |
12+
| 2026-03-12 | Add documentation for Arbiter, a tool that deploys external arbiters in Rook-provisioned clusters in an effort to avoid split-brain scenarios (scenarios in which each site thinks that it's the primary) | 26891975 |
13+
| 2026-03-13 | Add documentation for Chorus, data replication software that supports S3 and OpenStack Swift APIs and enables zero-downtime migration between storage systems| 36ed4417 |
14+
| 2026-03-23 | Add Architectural information to ceph.md, including sections on data storage and organization, eliminating centralization, the cluster map, high availability, authentication, security, smart daemons, hyperscale, dynamic cluster management, and client interfaces (RGB, RGW, CephFS). | 4021e59d |
15+
| 2026-03-26 | Add RBD information to the architecture page, including an explanation of blocks, an explanation of the fundamentals of Ceph block devices, differences in the caching behavior of kernel modules and of applications that rely on the librd library, the value of having a unified storage cluster, thin provisioning, resizable Ceph block devices, data striping across multiple OSDs, integration with RADOS, snapshotting capabilities, and the configurable nature of Ceph's replication factor. | f977c63a |
16+
| 2026-03-31 | Add a summary of RGW to the Architecture page, including an explanation of RGW as a RESTful gateway to store objects and metadata in a Ceph cluster, an explanation of the operation of RGW (as a FastCGI or standalone HTTP service sitting atop the Ceph Storage Cluster), an explanation of RGW's dual API compatibility (with both Amazon S3 and OpenStack Swift), an explanation of the operations supported by the S3-compatible API, an explanation of the operations supported by the Swift-compatible API, an explanation of how RGW can allow multiple independent users to share the same Ceph cluster while maintaining isolation, an explanation of the bucket-based model RGW uses to organize data for S3 compatibility, an explanation of RGW's use of RADOS pools to organize different types of data internally, explanations of advanced features such as object versioning and server-side encryption and cross-origin resource sharing, explanations of RGW's support of horizontal scaling and caching of frequently-accessed objects (to reduce latency), explanations of multi-site replication, asynchronous execution of time-consuming tasks such as garbage collection and data synchronization, explanation of byte-range requests (for large-file retrieval), and explanation of monitoring | 628dfd0c |
17+
| 2026-03-31 | Add a summary of CephFS to the Architecture page, explaining data and metadata management, ceph-mds, POSIX-compliance, methods of accessing CephFS (kernel client, FUSE, libcephfs), snapshots, quotas, support for multiple filesystems, access control (ACLs), and path-based access restrictions | fd962649 |
18+
| 2026-04-28 | Change log created | 953b13ff |
19+
1020

1121
![Bundesministerium für Wirtschaft und Energie (BMWE)-EU funding logo](https://apeirora.eu/assets/img/BMWK-EU.png "apeirora_logo")

0 commit comments

Comments
 (0)