blob: b9f3074d3c936531b238bb7e9ddfe9b7f81364a8 (
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
|
===========================================
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 the Ceph distributed file system. Please
refer to the Ceph wiki at http://ceph.newdream.net/wiki for more
information.
See also
========
:doc:`ceph <ceph>`\(8)
|