cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
From: Fabio Massimo Di Nitto <fabbione@ubuntu.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] [RFC] Killing ccs for good
Date: Tue, 23 Oct 2007 09:39:38 +0200	[thread overview]
Message-ID: <471DA53A.5080000@ubuntu.com> (raw)
In-Reply-To: <471DA3BD.4030702@ubuntu.com>

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.



  reply	other threads:[~2007-10-23  7:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-23  7:33 [Cluster-devel] [RFC] Killing ccs for good Fabio Massimo Di Nitto
2007-10-23  7:39 ` Fabio Massimo Di Nitto [this message]
2007-10-23 13:17 ` Kevin Anderson
2007-10-23 17:05   ` Fabio Massimo Di Nitto
2007-10-30  9:54   ` Patrick Caulfield
2007-10-23 14:34 ` David Teigland
2007-10-23 17:10   ` Fabio Massimo Di Nitto

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=471DA53A.5080000@ubuntu.com \
    --to=fabbione@ubuntu.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).