Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View rkachach's full-sized avatar
🌍

Redouane Kachach rkachach

🌍
View GitHub Profile
Credits: https://medium.com/@avmor/how-to-configure-rgw-multisite-in-ceph-65e89a075c1f
========= Download Ceph-nano ============
curl -L https://github.com/ceph/cn/releases/download/v2.3.1/cn-v2.3.1-linux-amd64 -o cn && chmod +x cn
========= On the primary cluster ============
CEPHADM="sudo cephadm"
echo '# `ceph -s`'
echo '```'
$CEPHADM shell -- ceph -s
echo '```'
echo '# `ceph health detail`'
echo '```'
$CEPHADM shell -- ceph health detail