From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 23 Jul 2008 19:55:45 -0000 Subject: [Cluster-devel] conga ./conga.spec.in.in make/version.in luci/ ... Message-ID: <20080723195545.14533.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe at sourceware.org 2008-07-23 19:55:42 Modified files: . : conga.spec.in.in make : version.in luci/cluster : cluster_svc-macros luci/site/luci/Extensions: HelperFunctions.py LuciValidation.py LuciZopeClusterPortal.py StorageReport.py Log message: Fix bz429350 (RFE: GUI support for failing over a service to another node after X number of restarts) Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.45.2.97&r2=1.45.2.98 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/make/version.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.21.2.40&r2=1.21.2.41 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/cluster_svc-macros.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3.2.4&r2=1.3.2.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/HelperFunctions.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.4.2.7&r2=1.4.2.8 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciValidation.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.6.2.5&r2=1.6.2.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciZopeClusterPortal.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.4.2&r2=1.1.4.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/StorageReport.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.20.2.9&r2=1.20.2.10 --- conga/conga.spec.in.in 2008/07/15 18:19:58 1.45.2.97 +++ conga/conga.spec.in.in 2008/07/23 19:55:40 1.45.2.98 @@ -306,6 +306,7 @@ - Fix bz223785 (Storage 'Display Devices by' option does not work) - Fix bz250439 (conga is unable to delete snapshot volumes) - Fix bz414551 (Sector size list is improperly sorted) +- Fix bz429350 (RFE: GUI support for failing over a service to another node after X number of restarts) * Fri Apr 18 2008 Ryan McCabe 0.12.0-8 - Fix bz441580 (conga should install 'sg3_utils' and start service 'scsi_reserve' when scsi fencing is used) --- conga/make/version.in 2008/05/12 17:04:41 1.21.2.40 +++ conga/make/version.in 2008/07/23 19:55:40 1.21.2.41 @@ -1,2 +1,2 @@ -VERSION=0.12.0 -RELEASE=9 +VERSION=0.12.1 +RELEASE=0 --- conga/luci/cluster/cluster_svc-macros 2008/03/12 15:13:12 1.3.2.4 +++ conga/luci/cluster/cluster_svc-macros 2008/07/23 19:55:41 1.3.2.5 @@ -46,7 +46,7 @@ class python: 'cluster service ' + (running and 'running' or 'stopped')" tal:content="svc/name" /> - (virtual service) + (virtual machine service) @@ -156,46 +156,8 @@

Create a Virtual Machine Service

- - Automatically start this service - - - - - - Run exclusive - - - - - - Failover Domain - - - - - - - Recovery policy - - - - - - Migration type @@ -228,7 +192,7 @@
+ tal:define="sinfo python:here.getVMInfo(modelb, request)"> @@ -237,14 +201,14 @@ tal:attributes="value request/pagetype | nothing" /> + tal:attributes="value sinfo/name | nothing" />
@@ -313,66 +277,21 @@ - - - - - - - - - - - - - - - - - + tal:condition="exists:sinfo/vm_migration_choice"> + + @@ -427,43 +346,7 @@ - - - - - - - - - - - - - - - - +
-

Properties for

+

Properties for

Automatically start this service - -
Run exclusive - -
Failover Domain - -
Recovery policy - -
Migration type
@@ -386,14 +305,14 @@
Virtual machine name + tal:attributes="value sinfo/name | nothing" />
Path to VM configuration files + tal:attributes="value sinfo/path | nothing" />
- Automatically start this service - - -
Run exclusive - -
Failover Domain - -
Recovery policy - -
@@ -522,7 +405,7 @@
+ + Automatically start this service + + + + + + + Run exclusive + + + + + + + Failover Domain + + + + + + + Recovery policy + + + + + + + + Maximum number of restart failures before relocating + + + + + + + Length of time in seconds after which to forget a restart + + + + +
+