blob: 9316315476117df616693e0b7e2c9c6dcf0c9854 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
:orphan:
===============================================
ceph-clsinfo -- show class object information
===============================================
.. program:: ceph-clsinfo
Synopsis
========
| **ceph-clsinfo** [ *options* ] ... *filename*
Description
===========
**ceph-clsinfo** can show name, version, and architecture information
about a specific class object.
Options
=======
.. option:: -n, --name
Shows the class name
.. option:: -v, --version
Shows the class version
.. option:: -a, --arch
Shows the class architecture
Availability
============
**ceph-clsinfo** is part of Ceph, a massively scalable, open-source, distributed storage system. Please
refer to the Ceph documentation at https://docs.ceph.com for more
information.
See also
========
:doc:`ceph <ceph>`\(8)
|