From 7c04f81ca16d11fc5a592992a4462b34ccb199dc Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 19 Apr 2011 11:33:34 -0700 Subject: mon: remove class distribution infrastructure This is now the admin's job. Removes a lot of code with limited testing and coverage. We rev the internal monitor protocol because the state machine ids changed. This should not affect the on-disk format. Just stop and restart all the monitors at once during the upgrade. Signed-off-by: Sage Weil --- man/Makefile.am | 1 - man/cclass.8 | 34 ---------------------------------- 2 files changed, 35 deletions(-) delete mode 100644 man/cclass.8 (limited to 'man') diff --git a/man/Makefile.am b/man/Makefile.am index afb97c7e3bb..640c65a6b22 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -20,7 +20,6 @@ dist_man_MANS = \ rados.8 \ librados-config.8 \ rbd.8 \ - cclass.8 \ cclsinfo.8 \ cdebugpack.8 \ cephfs.8 diff --git a/man/cclass.8 b/man/cclass.8 deleted file mode 100644 index 3cede035c3c..00000000000 --- a/man/cclass.8 +++ /dev/null @@ -1,34 +0,0 @@ -.TH CCLASS 8 -.SH NAME -cclass \- ceph class loading utility -.SH SYNOPSIS -.B cclass -[ \fIoptions\fR ] ... [ \fIcls_filename\fR ] -.SH DESCRIPTION -.B cclass -will load class libraries into the ceph cluster. Ceph classes are loadable libraries that complement -and extend the \fIosd\fR functionality. They define \fImethods\fR that can be executed on osd objects and -may read and modify the data on these objects. -.SH OPTIONS -.TP -\fB\-l\fP, \fB\-\-load\fP -Loads a class, specified by \fIcls_filename\fR, into the system -.TP -\fB\-a\fP, \fB\-\-load-all\fP -Searches for all the classes in the specified libdir and try to load them into the monitor -.TP -\fB\-L\fP, \fB\-\-libdir \fIpath\fP -Specifies the path where classes will be searched for (used in conjuction with \fB\-\-load-all\fP) -.TP -\fB\-o\fP, \fB\-\-overwrite\fP -Overwrite an existing class with the same name, version, and architecture. -.TP -\fB\-e\fP, \fB\-\-excl\fP -Exclusively load class. Will only load the class if one with the same name (and version and architecture) hasn't been loaded yet. -.SH AVAILABILITY -.B cclass -is part of the Ceph distributed file system. Please refer to the Ceph wiki at -http://ceph.newdream.net/wiki for more information. -.SH SEE ALSO -.BR cclsinfo (8) -.BR ceph (8) -- cgit v1.2.1