*pveceph* ` [ARGS] [OPTIONS]` *pveceph createmon* Create Ceph Monitor *pveceph createosd* `` `[OPTIONS]` Create OSD ``: `` :: Block device name. `-fstype` `` ('default =' `xfs`):: File system type. `-journal_dev` `` :: Block device name for journal. *pveceph createpool* `` `[OPTIONS]` Create POOL ``: `` :: The name of the pool. It must be unique. `-crush_ruleset` ` (0 - 32768)` ('default =' `0`):: The ruleset to use for mapping object placement in the cluster. `-min_size` ` (1 - 3)` ('default =' `1`):: Minimum number of replicas per object `-pg_num` ` (8 - 32768)` ('default =' `64`):: Number of placement groups. `-size` ` (1 - 3)` ('default =' `2`):: Number of replicas per object *pveceph destroymon* `` Destroy Ceph monitor. ``: `` :: Monitor ID *pveceph destroyosd* `` `[OPTIONS]` Destroy OSD ``: `` :: OSD ID `-cleanup` `` ('default =' `0`):: If set, we remove partition table entries. *pveceph destroypool* `` `[OPTIONS]` Destroy pool ``: `` :: The name of the pool. It must be unique. `-force` `` ('default =' `0`):: If true, destroys pool even if in use *pveceph help* `[]` `[OPTIONS]` Get help about specified command. ``: `` :: Command name `-verbose` `` :: Verbose output format. *pveceph init* `[OPTIONS]` Create initial ceph default configuration and setup symlinks. `-network` `` :: Use specific network for all ceph related traffic `-pg_bits` ` (6 - 14)` ('default =' `6`):: Placement group bits, used to specify the default number of placement groups. + NOTE: 'osd pool default pg num' does not work for default pools. `-size` ` (1 - 3)` ('default =' `2`):: Number of replicas per object *pveceph install* `[OPTIONS]` Install ceph related packages. `-version` `` :: no description available *pveceph lspools* List all pools. *pveceph purge* Destroy ceph related data and configuration files. *pveceph start* `[]` Start ceph services. ``: `(mon|mds|osd)\.[A-Za-z0-9]{1,32}` :: Ceph service name. *pveceph status* Get ceph status. *pveceph stop* `[]` Stop ceph services. ``: `(mon|mds|osd)\.[A-Za-z0-9]{1,32}` :: Ceph service name.