summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorPrasanna Kumar Kalever <prasanna.kalever@redhat.com>2017-05-24 15:08:44 +0530
committerPranith Kumar Karampuri <pkarampu@redhat.com>2017-06-06 17:26:02 +0000
commit75d6827b8bf79217e6382a2cb819c56beaabbdc2 (patch)
treed17f13ef89652781a2a898f4bf9ea274b5dde50a /utils
parent40d1fffb985039d6b43aae35d60d38979078afcb (diff)
daemon: narrow down the failure reason due to dependency service
With this change, we can further narrow down the reason for command failure on remote node. We get to know if: * targetcli is installed * tcmu-runner is running * user:glfs is listed Change-Id: Ib39ec525f951ca510008327b59ab99d8f7645ced Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
Diffstat (limited to 'utils')
-rw-r--r--utils/utils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/utils.h b/utils/utils.h
index f44fc85..17f9b49 100644
--- a/utils/utils.h
+++ b/utils/utils.h
@@ -369,7 +369,6 @@ typedef enum RemoteCreateResp {
GB_IP_PORT_RESP = 4,
GB_PORTAL_RESP = 5,
GB_FAILED_RESP = 6,
- GB_FAILED_DEPEND = 7,
GB_REMOTE_CREATE_RESP_MAX
} RemoteCreateResp;
@@ -382,7 +381,6 @@ static const char *const RemoteCreateRespLookup[] = {
[GB_IP_PORT_RESP] = "Using default IP port ",
[GB_PORTAL_RESP] = "Created network portal ",
[GB_FAILED_RESP] = "failed to configure on ",
- [GB_FAILED_DEPEND] = "check if targetcli and tcmu-runner are installed.",
[GB_REMOTE_CREATE_RESP_MAX] = NULL,
};