Skip to main content

Overview

Xloud Software-Defined Storage (XSDS) is powered by Ceph. Use ceph and rbd CLI commands to manage the cluster, pools, block storage images, and object gateway.
Prerequisites
  • SSH access to a Ceph monitor or admin node
  • ceph and rbd CLI tools installed (apt install ceph-common)
  • Ceph keyring with admin permissions: /etc/ceph/ceph.client.admin.keyring

Cluster Health

ceph health
ceph health detail

Pools

ceph osd pool ls
ceph osd pool ls detail

OSDs

ceph osd ls

RBD (Block Storage Images)

rbd ls volumes

Object Gateway (RGW)

radosgw-admin bucket list

Next Steps

XSDS Architecture

Understand Ceph cluster components and data placement

Pool Management

Create and configure Ceph storage pools