Files
Sankofa/docs/infrastructure/CEPH_CLUSTER_STATUS.md
defiQUG 33d50fb91e
Some checks failed
API CI / API Lint (push) Successful in 47s
API CI / API Type Check (push) Failing after 47s
API CI / API Test (push) Successful in 1m0s
API CI / API Build (push) Failing after 50s
API CI / Build Docker Image (push) Has been skipped
Build Crossplane Provider / build (push) Failing after 5m51s
CD Pipeline / Deploy to Staging (push) Failing after 29s
CI Pipeline / Lint and Type Check (push) Failing after 36s
CI Pipeline / Build (push) Has been skipped
CI Pipeline / Test Backend (push) Failing after 1m33s
CI Pipeline / Test Frontend (push) Failing after 30s
CI Pipeline / Security Scan (push) Failing after 1m16s
Crossplane Provider CI / Go Test (push) Failing after 3m23s
Crossplane Provider CI / Go Lint (push) Failing after 7m27s
Crossplane Provider CI / Go Build (push) Failing after 3m27s
Deploy to Staging / Deploy to Staging (push) Failing after 30s
Portal CI / Portal Lint (push) Failing after 21s
Portal CI / Portal Type Check (push) Failing after 21s
Portal CI / Portal Test (push) Failing after 21s
Portal CI / Portal Build (push) Failing after 22s
Test Suite / frontend-tests (push) Failing after 30s
Test Suite / api-tests (push) Failing after 49s
Test Suite / blockchain-tests (push) Failing after 30s
Type Check / type-check (map[directory:. name:root]) (push) Failing after 23s
Type Check / type-check (map[directory:api name:api]) (push) Failing after 21s
Type Check / type-check (map[directory:portal name:portal]) (push) Failing after 19s
Validate Configuration Files / validate (push) Failing after 1m52s
CD Pipeline / Deploy to Production (push) Has been skipped
chore: consolidate local WIP (repo cleanup 20260707)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-07 09:41:34 -07:00

50 lines
1.3 KiB
Markdown

# Ceph Cluster Status - sfvalley-01
**Date**: 2025-12-15
**Last Updated**: 2025-12-15
## Summary
**Ceph Installation**: Complete on both servers
⚠️ **Cluster Configuration**: Monitor on r630-01 needs to be added to existing cluster
📝 **Cluster Name**: sfvalley-01 (to be configured)
## Installation Status
### ML110-01 (192.168.11.10)
- ✅ Ceph packages installed (19.2.3-pve2)
- ✅ Monitor service: **ACTIVE** (ml110-01)
- ✅ Manager service: **ACTIVE** (ml110-01)
- ✅ Cluster FSID: f601f0e2-cd09-402f-9e15-4b1c9a7a7b25
### R630-01 (192.168.11.11)
- ✅ Ceph packages installed (19.2.3-pve2)
- ❌ Monitor service: **FAILED** (needs filesystem creation)
- ⚠️ Manager service: Not yet configured
- ⚠️ Needs to join existing cluster
## Next Steps
1. **Add r630-01 monitor to cluster** (see CEPH_CLUSTER_SETUP.md for commands)
2. **Verify quorum** once both monitors are running
3. **Configure cluster name** as "sfvalley-01" if required
4. **Add OSDs** using available disks (6x 250GB SSDs on r630-01)
## Commands Reference
```bash
# Check cluster status
ceph -s
# Check monitor status
systemctl status ceph-mon@ml110-01.service
systemctl status ceph-mon@r630-01.service
# Check monitor quorum
ceph quorum_status
# List monitors
ceph mon dump
```