25 lines
622 B
Diff
25 lines
622 B
Diff
|
From eeeaac9a46f3568e0a116048068ff99d0dccf25c Mon Sep 17 00:00:00 2001
|
||
|
From: Tomas Jelinek <tojeline@redhat.com>
|
||
|
Date: Thu, 30 Jun 2022 14:49:16 +0200
|
||
|
Subject: [PATCH] fix 'pcs resource restart' traceback
|
||
|
|
||
|
---
|
||
|
pcs/resource.py | 1 -
|
||
|
1 file changed, 1 deletion(-)
|
||
|
|
||
|
diff --git a/pcs/resource.py b/pcs/resource.py
|
||
|
index eb59d703..8d402c22 100644
|
||
|
--- a/pcs/resource.py
|
||
|
+++ b/pcs/resource.py
|
||
|
@@ -2596,7 +2596,6 @@ def resource_restart(
|
||
|
Options:
|
||
|
* --wait
|
||
|
"""
|
||
|
- del lib
|
||
|
modifiers.ensure_only_supported("--wait")
|
||
|
if not argv:
|
||
|
utils.err("You must specify a resource to restart")
|
||
|
--
|
||
|
2.35.3
|
||
|
|