From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio M. Di Nitto Date: Fri, 10 Dec 2010 10:36:45 +0100 Subject: [Cluster-devel] [PATCH 0/8] ccs_tool enhancement In-Reply-To: <201012101237.05609.dim@parallels.com> References: <1291971613-13076-1-git-send-email-dim@parallels.com> <4D01EF04.4050208@redhat.com> <201012101237.05609.dim@parallels.com> Message-ID: <4D01F4AD.1010301@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Ok,... the patch set looks really nice, just a couple of quirks: 1) the master branch has been obsoleted since eventually cman will disappear in favor of corosync quorum providers 2) the patchset can still go in the STABLE31 branch since ccs_tool is still present there. Would it be possible for you to rebase the patchset on ccs_tool from STABLE31? I?d be happy to pull the whole thing in. thanks! Fabio On 12/10/2010 10:37 AM, Dmitry Mishin wrote: > dim at dim-nb:~/src/cluster> cat .git/config > [core] > repositoryformatversion = 0 > filemode = true > bare = false > logallrefupdates = true > [remote "origin"] > fetch = +refs/heads/*:refs/remotes/origin/* > url = git://git.fedorahosted.org/cluster.git > [branch "master"] > remote = origin > merge = refs/heads/master > dim at dim-nb:~/src/cluster> cat .git/ORIG_HEAD > 536b9582b9bda33576fe78f6645562acc540f1f4 > > On Friday 10 December 2010 12:12:36 Fabio M. Di Nitto wrote: >> On 12/10/2010 10:00 AM, Dmitry Mishin wrote: >>> This patchset enhances ccs_tool allowing to create basic cluster configs >>> entirely via this tool. >>> >>> Thanks, >>> Dmitry. >> >> Wow... against what branch is this patch set? >> >> Thanks >> Fabio >