cephadm
Verified for current stable LTS
Cephadm Command: Deploy Specific Ceph Service
Use for deploy specific ceph service with Cephadm. Exact CLI syntax to deploy specific ceph service using Cephadm.
When to use this: Use for deploy specific ceph service with Cephadm.
Command Syntax
sudo cephadm deploy <service_type> --name <service_name> sudo cephadm deploy <service_type> --name <service_name> Live Command Builder
Final Command
sudo cephadm deploy <service_type> --name <service_name> Command Breakdown
--name- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to deploy specific ceph service using Cephadm.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Cephadm Command: Add Host To Ceph Cluster
sudo cephadm add-host <hostname> <ip_address> Cephadm Command: Bootstrap New Ceph Cluster sudo cephadm bootstrap --mon-ip <monitor_ip> Cephadm Command: Check Cluster Services Status sudo cephadm shell -- ceph -s Cephadm Command: Enter Ceph Container Shell sudo cephadm shell Cephadm Command: Remove Ceph Service From Cluster sudo cephadm rm-service <service_type> --name <service_name>