Blame SOURCES/bz1817598-ocf_is_clone-2-update-comment.patch

d42a06
From 420e55da2eb542b35fe8af5d05496b129cd190d5 Mon Sep 17 00:00:00 2001
d42a06
From: Oyvind Albrigtsen <oalbrigt@redhat.com>
d42a06
Date: Fri, 27 Mar 2020 08:44:12 +0100
d42a06
Subject: [PATCH] ocf-shellfuncs: ocf_is_clone: update comment based on
d42a06
 clone-max fix in previous commit
d42a06
d42a06
---
d42a06
 heartbeat/ocf-shellfuncs.in | 3 +--
d42a06
 1 file changed, 1 insertion(+), 2 deletions(-)
d42a06
d42a06
diff --git a/heartbeat/ocf-shellfuncs.in b/heartbeat/ocf-shellfuncs.in
d42a06
index e0eaae1d5..c4d40e382 100644
d42a06
--- a/heartbeat/ocf-shellfuncs.in
d42a06
+++ b/heartbeat/ocf-shellfuncs.in
d42a06
@@ -554,8 +554,7 @@ ocf_is_probe() {
d42a06
 }
d42a06
 
d42a06
 # returns true if the resource is configured as a clone. This is
d42a06
-# defined as a resource where the clone-max meta attribute is present,
d42a06
-# and set to greater than zero.
d42a06
+# defined as a resource where the clone-max meta attribute is present.
d42a06
 ocf_is_clone() {
d42a06
     [ ! -z "${OCF_RESKEY_CRM_meta_clone_max}" ]
d42a06
 }