[fence-virt/f16: 2/2] Return success for the off operation if a domain exists but is already off

Ryan McCabe rmccabe at fedoraproject.org
Fri Nov 2 16:20:54 UTC 2012


commit d857dfbdef2a17c5aecfa9b94840892234f30363
Merge: be55c66 748e20b
Author: Ryan McCabe <rmccabe at redhat.com>
Date:   Fri Nov 2 12:20:15 2012 -0400

    Return success for the off operation if a domain exists but is already off

 Explicitly-set-delay-to-0.patch |   28 ++++++++++++++++++++++++++++
 fence-virt.spec                 |    9 +++++++--
 2 files changed, 35 insertions(+), 2 deletions(-)
---
diff --cc fence-virt.spec
index dce5a52,65d881a..1eb28d1
--- a/fence-virt.spec
+++ b/fence-virt.spec
@@@ -1,6 -1,6 +1,6 @@@
  Name:		fence-virt
  Version:	0.3.0
--Release:	3%{?dist}
++Release:	4%{?dist}
  Summary:	A pluggable fencing framework for virtual machines
  Group:		System Environment/Base
  License:	GPLv2+
@@@ -11,7 -11,7 +11,8 @@@ Patch1: add-a-delay-w-option.patc
  Patch2: Improve-fence_virt.conf-man-page-description-of-hash.patch
  Patch3: Return-failure-for-nonexistent-domains.patch
  Patch4: Fix-typo-in-fence_virt-8-man-page.patch
 -Patch5: Explicitly-set-delay-to-0.patch
 +Patch5: Return-success-if-a-domain-exists-but-is-off.patch
++Patch6: Explicitly-set-delay-to-0.patch
  
  BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
  
@@@ -94,7 -94,7 +95,8 @@@ to track VMs across multiple hosts
  %patch2 -p1 -b .Improve-fence_virt.conf-man-page-description-of-hash
  %patch3 -p1 -b .Return-failure-for-nonexistent-domains
  %patch4 -p1 -b .Fix-typo-in-fence_virt-8-man-page
 -%patch5 -p1 -b .Explicitly-set-delay-to-0
 +%patch5 -p1 -b .Return-success-if-a-domain-exists-but-is-off
++%patch6 -p1 -b .Explicitly-set-delay-to-0
  
  
  %build
@@@ -184,10 -184,9 +186,13 @@@ f
  
  
  %changelog
- * Fri Nov 02 2012 Ryan McCabe <rmccabe at redhat.com> - 0.3.0-3
++* Fri Nov 02 2012 Ryan McCabe <rmccabe at redhat.com> - 0.3.0-4
 +- Return success for the off operation if a domain exists
 +  but is already off.
 +
+ * Mon Oct 25 2012 Ryan McCabe <rmccabe at redhat.com> - 0.3.0-3
+ - Fix uninitialized delay variable
+ 
  * Mon Oct 15 2012 Ryan McCabe <rmccabe at redhat.com> - 0.3.0-2
  - Add a -w (delay) option.
  - Return failure when attempting to fence a nonexistent domain


More information about the scm-commits mailing list