To display the statistics for all placement groups, execute the following::
- ceph -- pg dump [--format {format}]
+ ceph pg dump [--format {format}]
The valid formats are ``plain`` (default) and ``json``.
To display the statistics for all placement groups stuck in a specified state,
execute the following::
- ceph -- pg dump_stuck inactive|unclean|stale [--format {format}] [-t|--threshold {seconds}]
+ ceph pg dump_stuck inactive|unclean|stale [--format {format}] [-t|--threshold {seconds}]
``--format`` may be ``plain`` (default) or ``json``
Find out where a specific object is or would be stored in the system::
- ceph osd map <pool-name> <object-name>
+ ceph osd map <pool-name> <object-name>
Add or move a new item (OSD) with the given id/name/weight at the specified
location. ::