summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSage Weil <sage.weil@dreamhost.com>2011-04-19 11:33:34 -0700
committerSage Weil <sage.weil@dreamhost.com>2011-04-19 11:33:34 -0700
commit7c04f81ca16d11fc5a592992a4462b34ccb199dc (patch)
tree484dd2d6da59814894b568f546b4cc71aa64ed13 /man
parentdeb0ee904816afe0ee0cc406823833faba504e85 (diff)
downloadceph-7c04f81ca16d11fc5a592992a4462b34ccb199dc.tar.gz
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 <sage.weil@dreamhost.com>
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am1
-rw-r--r--man/cclass.834
2 files changed, 0 insertions, 35 deletions
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)