cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
From: rmccabe@sourceware.org <rmccabe@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] conga ./clustermon.spec.in.in ricci/modules/cl ...
Date: 31 Mar 2008 17:23:45 -0000	[thread overview]
Message-ID: <20080331172345.3651.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/cluster
Module name:	conga
Branch: 	RHEL5
Changes by:	rmccabe at sourceware.org	2008-03-31 17:23:45

Modified files:
	.              : clustermon.spec.in.in 
	ricci/modules/cluster: Virt.cpp 

Log message:
	Jerk the vm_list feature for the time being

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/clustermon.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.18.2.35&r2=1.18.2.36
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/Virt.cpp.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.2.5&r2=1.1.2.6

--- conga/clustermon.spec.in.in	2008/03/28 01:15:16	1.18.2.35
+++ conga/clustermon.spec.in.in	2008/03/31 17:23:45	1.18.2.36
@@ -30,7 +30,7 @@
 %define virt_support 0
 
 %ifarch i386 x86_64 ia64
-%define virt_support 1
+%define virt_support 0
 %endif
 
 BuildRequires: cman-devel
@@ -40,7 +40,8 @@
 
 %if %{virt_support}
 BuildRequires: libvirt-devel
-%endif 
+Requires: libvirt
+%endif
 
 %description
 This package contains Red Hat Enterprise Linux Cluster Suite
@@ -55,7 +56,7 @@
 %configure		--arch=%{_arch} \
 		--docdir=%{_docdir} \
 		--pegasus_providers_dir=%{PEGASUS_PROVIDERS_DIR} \
-		--include_zope_and_plone=no --VIRT_SUPPORT=1
+		--include_zope_and_plone=no --VIRT_SUPPORT=0
 %else
 %configure		--arch=%{_arch} \
 		--docdir=%{_docdir} \
@@ -313,5 +314,5 @@
 - Don't auto-start modclusterd after installation, do it manually
 
 * Wed Aug 09 2006 Stanko Kupcevic <kupcevic@redhat.com> 0.8-11
-- Spinoff: separate clustermon.srpm (modcluster, cluster-snmp and 
+- Spinoff: separate clustermon.srpm (modcluster, cluster-snmp and
   cluster-cim) from conga.srpm
--- conga/ricci/modules/cluster/Virt.cpp	2008/03/24 18:13:58	1.1.2.5
+++ conga/ricci/modules/cluster/Virt.cpp	2008/03/31 17:23:45	1.1.2.6
@@ -261,7 +261,7 @@
 #else
 map<String, String> Virt::get_vm_list(const String &hvURI) {
 	std::map<String, String> vm_list;
-	throw String("Not implemented on this architecture");
+	throw String("Not implemented currently.");
 	return vm_list;
 }
 #endif



             reply	other threads:[~2008-03-31 17:23 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-31 17:23 rmccabe [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-03-24 18:13 [Cluster-devel] conga ./clustermon.spec.in.in ricci/modules/cl rmccabe
2007-11-02  5:44 rmccabe
2007-10-09 19:58 rmccabe
2006-12-13 19:14 kupcevic

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=20080331172345.3651.qmail@sourceware.org \
    --to=rmccabe@sourceware.org \
    /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).