From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Massimo Di Nitto Date: Tue, 23 Oct 2007 09:39:38 +0200 Subject: [Cluster-devel] [RFC] Killing ccs for good In-Reply-To: <471DA3BD.4030702@ubuntu.com> References: <471DA3BD.4030702@ubuntu.com> Message-ID: <471DA53A.5080000@ubuntu.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit For who doesn't want to use git: http://people.ubuntu.com/~fabbione/noccs.diff this is based on today's CVS (it's about 380K) so it can't go to the mailing list. diffstat noccs.diff b/.gitignore | 1 b/Makefile | 16 b/cman/cman_tool/Makefile | 4 b/cman/cman_tool/cman_tool.h | 2 b/cman/cman_tool/join.c | 10 b/cman/cman_tool/main.c | 5 b/cman/daemon/Makefile | 6 b/cman/daemon/ais.c | 51 - b/cman/daemon/ais.h | 4 b/cman/daemon/cmanconf.c | 698 ++++++++++++++++++ b/cman/daemon/cmanconf.h | 14 b/cman/daemon/cnxman-private.h | 7 b/cman/daemon/cnxman-socket.h | 2 b/cman/daemon/commands.c | 240 +++++- b/cman/daemon/commands.h | 4 b/cman/daemon/config.c | 117 +-- b/cman/daemon/daemon.c | 59 + b/cman/daemon/daemon.h | 4 b/cman/init.d/cman | 62 - b/cman/lib/Makefile | 19 b/cman/lib/libcman.c | 104 ++ b/cman/lib/libcman.h | 51 + b/cman/lib/test.c | 159 ++++ b/cman/lib/xml.c | 187 ++++ b/cman/man/cman.5 | 4 b/cman/man/cman_tool.8 | 26 b/cman/qdisk/Makefile | 4 b/cman/qdisk/clulog.c | 1 b/cman/qdisk/main.c | 207 ++--- b/cman/qdisk/score.c | 66 - b/cman/qdisk/score.h | 4 b/configure | 21 b/dlm/tool/Makefile | 1 b/fence/agents/drac/fence_drac.pl | 2 b/fence/agents/xvm/Makefile | 8 b/fence/agents/xvm/README | 3 b/fence/agents/xvm/fence_xvmd.c | 4 b/fence/agents/xvm/options-cman.c | 119 +++ b/fence/agents/xvm/options.c | 8 b/fence/agents/xvm/options.h | 8 b/fence/fence_node/Makefile | 4 b/fence/fence_node/fence_node.c | 42 - b/fence/fence_tool/Makefile | 4 b/fence/fence_tool/fence_tool.c | 3 b/fence/fenced/Makefile | 4 b/fence/fenced/agent.c | 159 ++-- b/fence/fenced/fd.h | 8 b/fence/fenced/main.c | 126 +-- b/fence/fenced/member_cman.c | 38 b/fence/fenced/recover.c | 11 b/fence/man/fence_node.8 | 8 b/fence/man/fence_xvmd.8 | 10 b/fence/man/fenced.8 | 2 b/gfs/man/gfs_mount.8 | 1 b/gfs2/man/gfs2_mount.8 | 1 b/group/dlm_controld/Makefile | 4 b/group/dlm_controld/action.c | 254 ++---- b/group/dlm_controld/dlm_controld.h | 5 b/group/dlm_controld/dlm_daemon.h | 2 b/group/dlm_controld/main.c | 12 b/group/dlm_controld/member_cman.c | 11 b/group/gfs_controld/Makefile | 4 b/group/gfs_controld/recover.c | 41 - b/make/defines.mk.input | 4 ccs/Makefile | 16 ccs/ccs_test/Makefile | 46 - ccs/ccs_test/ccs_test.c | 195 ----- ccs/ccs_tool/Makefile | 52 - ccs/ccs_tool/ccs_tool.c | 132 --- ccs/ccs_tool/editconf.c | 1251 -------------------------------- ccs/ccs_tool/editconf.h | 20 ccs/ccs_tool/old_parser.c | 700 ------------------ ccs/ccs_tool/old_parser.h | 64 - ccs/ccs_tool/update.c | 684 ----------------- ccs/ccs_tool/update.h | 18 ccs/ccs_tool/upgrade.c | 270 ------ ccs/ccs_tool/upgrade.h | 18 ccs/common/log.c | 23 ccs/common/log.h | 98 -- ccs/daemon/Makefile | 52 - ccs/daemon/ccsd.c | 906 ----------------------- ccs/daemon/cluster_mgr.c | 699 ------------------ ccs/daemon/cluster_mgr.h | 17 ccs/daemon/cnx_mgr.c | 1392 ------------------------------------ ccs/daemon/cnx_mgr.h | 19 ccs/daemon/globals.c | 30 ccs/daemon/globals.h | 35 ccs/daemon/misc.c | 161 ---- ccs/daemon/misc.h | 30 ccs/include/comm_headers.h | 60 - ccs/include/debug.h | 24 ccs/lib/Makefile | 47 - ccs/lib/ccs.h | 25 ccs/lib/libccs.c | 799 -------------------- ccs/man/Makefile | 31 ccs/man/ccs.7 | 28 ccs/man/ccs_test.8 | 138 --- ccs/man/ccs_tool.8 | 192 ---- ccs/man/ccsd.8 | 78 -- ccs/man/cluster.conf.5 | 65 - cman/daemon/cmanccs.c | 722 ------------------ cman/daemon/cmanccs.h | 14 fence/agents/xvm/options-ccs.c | 115 -- 103 files changed, 2208 insertions(+), 10128 deletions(-) -- I'm going to make him an offer he can't refuse.