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

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