Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions docs/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,18 @@ title: Changelog

# Change Log

| Date | Change |
| :--- | :--- |
| 2026-04-28 | Change log created |
| Date | Change | git hash |
| :--- | :--- | |
| 2025-11-26 | Add ceph.md, an overview page that explains the function and purpose of Ceph | a01c4435 |
| 2026-03-03 | Add a page that explains how to use Rook, a tool for deploying Ceph | 499a3a76 |
| 2026-03-04 | Add documentation for Prysm, a CLI tool for real-time monitoring of RGW, Ceph storage clusters, and various hardware components. | deeb3ea8 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 2026-04-28 | Change log created | 953b13ff |
Comment on lines +16 to +18

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Description: Verify no duplicate changelog entries exist.
# Check for rows with identical date, description, and git hash.

rg -A1 "Add a summary of CephFS to the Architecture page" docs/changelog/index.md
rg "fd962649" docs/changelog/index.md

Repository: cobaltcore-dev/docs

Length of output: 773


Duplicate CephFS entry still present—removal required.

The CephFS changelog entry (with git hash fd962649) appears twice in the file with identical content. The search results confirm the entry exists at least twice with the same date (2026-03-31) and description. Remove one instance to resolve the duplicate.

🧰 Tools
🪛 LanguageTool

[style] ~17-~17: The words ‘explanation’ and ‘explaining’ are quite similar. Consider replacing ‘explaining’ with a different word.
Context: ...ary of CephFS to the Architecture page, explaining data and metadata management, ceph-mds,...

(VERB_NOUN_SENT_LEVEL_REP)

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/changelog/index.md` around lines 16 - 18, The changelog file contains a
duplicate entry for CephFS with git hash fd962649 that appears twice with
identical content and the same date of 2026-03-31. Locate both instances of this
CephFS changelog entry and remove one of the duplicates to ensure each changelog
entry appears only once in the file.



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