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

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