cclass
will load class libraries into the ceph cluster. Ceph classes are loadable libraries that complement
and extend the osd functionality. They define methods that can be executed on osd objects and
may read and modify the data on these objects.
OPTIONS
-l, --load
Loads a class, specified by cls_filename, into the system
-a, --load-all
Searches for all the classes in the specified libdir and try to load them into the monitor
-L, --libdir path
Specifies the path where classes will be searched for (used in conjuction with --load-all)
-o, --overwrite
Overwrite an existing class with the same name, version, and architecture.
-e, --excl
Exclusively load class. Will only load the class if one with the same name (and version and architecture) hasn't been loaded yet.
AVAILABILITY
cclass
is part of the Ceph distributed file system. Please refer to the Ceph wiki at
http://ceph.newdream.net/wiki for more information.