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

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