Skip to content

Commit f2f551c

Browse files
committed
when resource is in failed state this prevents targetcli cleanup
1 parent 93589a1 commit f2f551c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

heartbeat/iSCSILogicalUnit.in

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -448,10 +448,6 @@ iSCSILogicalUnit_start() {
448448
}
449449

450450
iSCSILogicalUnit_stop() {
451-
iSCSILogicalUnit_monitor
452-
if [ $? -eq $OCF_NOT_RUNNING ]; then
453-
return $OCF_SUCCESS
454-
fi
455451

456452
case $OCF_RESKEY_implementation in
457453

0 commit comments

Comments
 (0)