22 lines
872 B
Diff
22 lines
872 B
Diff
From c5e465fc1e51d0c59c3427cad918a507f8424b99 Mon Sep 17 00:00:00 2001
|
|
From: Oyvind Albrigtsen <oalbrigt@redhat.com>
|
|
Date: Thu, 24 Jan 2019 13:04:18 +0100
|
|
Subject: [PATCH] azure-lb: remove reference to status from usage
|
|
|
|
---
|
|
heartbeat/azure-lb | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/heartbeat/azure-lb b/heartbeat/azure-lb
|
|
index 3129648d4..35d364be7 100755
|
|
--- a/heartbeat/azure-lb
|
|
+++ b/heartbeat/azure-lb
|
|
@@ -33,7 +33,6 @@ lb_usage() {
|
|
$0 manages service that answers Azure Load Balancer health probe requests as a OCF HA resource.
|
|
The 'start' operation starts the instance.
|
|
The 'stop' operation stops the instance.
|
|
- The 'status' operation reports whether the instance is running
|
|
The 'monitor' operation reports whether the instance seems to be working
|
|
The 'validate-all' operation reports whether the parameters are valid
|
|
END
|