> ## Documentation Index
> Fetch the complete documentation index at: https://docs.xloud.tech/llms.txt
> Use this file to discover all available pages before exploring further.

# XSDS Administration Guide

> Deploy and operate Xloud Software-Defined Storage clusters — pool management, CRUSH maps, storage tiers, encryption, capacity planning, and maintenance.

<p style={{ fontSize: '1.25rem', fontWeight: 700, marginBottom: '0.75rem' }}>Overview</p>

As an XSDS administrator, you are responsible for deploying and operating the distributed
storage cluster that underpins block, object, and file storage for all Xloud tenants.
This guide covers cluster architecture, pool and CRUSH map management, storage tier
configuration, capacity planning, encryption, monitoring, and common operational procedures.

<Warning>
  **Administrator Access Required** — This operation requires the `admin` role. Contact your
  Xloud administrator if you do not have sufficient permissions.
</Warning>

***

<p style={{ fontSize: '1.25rem', fontWeight: 700, marginBottom: '0.75rem' }}>Topics</p>

<CardGroup cols={4}>
  <Card title="Architecture" icon="layout" href="/services/sds/admin-guide/architecture" color="#197560">
    Distributed storage cluster components — MON, MGR, OSD, MDS, RGW — and how they
    work together to provide unified storage.
  </Card>

  <Card title="Cluster Management" icon="settings" href="/services/sds/admin-guide/cluster-management" color="#197560">
    Monitor cluster health, manage service placement, add and remove OSDs, and perform
    day-to-day operational procedures.
  </Card>

  <Card title="Pool Management" icon="database" href="/services/sds/admin-guide/pool-management" color="#197560">
    Create and configure replicated and erasure-coded pools, set application types, and
    manage existing pool settings.
  </Card>

  <Card title="CRUSH Maps" icon="map" href="/services/sds/admin-guide/crush-maps" color="#197560">
    Define failure domains, device class rules, and data placement topology across
    nodes, racks, and data center rooms.
  </Card>

  <Card title="Storage Tiers" icon="layers" href="/services/sds/admin-guide/storage-tiers" color="#197560">
    Configure multi-tier storage with NVMe, SSD, and HDD device classes. Generate
    volume types and Cinder backends via the XSDS Storage Design System.
  </Card>

  <Card title="Capacity Planning" icon="trending-up" href="/services/sds/admin-guide/capacity-planning" color="#197560">
    Monitor utilization, plan expansion, and maintain minimum capacity headroom to
    ensure continuous cluster health.
  </Card>

  <Card title="Monitoring" icon="activity" href="/services/sds/admin-guide/monitoring" color="#197560">
    Key metrics, alert thresholds, and XIMP integration for continuous cluster
    health and performance visibility.
  </Card>

  <Card title="Security" icon="lock" href="/services/sds/admin-guide/security" color="#197560">
    Encryption at rest, cluster authentication, cephx key management, and
    network isolation for production deployments.
  </Card>

  <Card title="Troubleshooting" icon="wrench" href="/services/sds/admin-guide/troubleshooting" color="#197560">
    Diagnose and resolve cluster-level issues — HEALTH\_WARN states, OSD failures,
    slow requests, and PG inconsistencies.
  </Card>
</CardGroup>

***

<p style={{ fontSize: '1.25rem', fontWeight: 700, marginBottom: '0.75rem' }}>Next Steps</p>

<CardGroup cols={4}>
  <Card title="XSDS User Guide" icon="book-open" href="/services/sds/user-guide" color="#197560">
    How tenants consume block, object, and file storage from the cluster
  </Card>

  <Card title="Block Storage Admin Guide" icon="hard-drive" href="/services/storage/admin-guide" color="#197560">
    Configure volume types, QoS policies, and storage tiers for the block storage service
  </Card>

  <Card title="Infrastructure Monitoring" icon="activity" href="/services/monitoring/admin-guide" color="#197560">
    Configure XIMP to monitor cluster health, OSD status, and capacity metrics
  </Card>

  <Card title="Disaster Recovery Admin Guide" icon="rotate-ccw" href="/services/disaster-recovery/admin-guide" color="#197560">
    Configure XSDS-backed replication for the XDR disaster recovery service
  </Card>
</CardGroup>
