From 75d6827b8bf79217e6382a2cb819c56beaabbdc2 Mon Sep 17 00:00:00 2001 From: Prasanna Kumar Kalever Date: Wed, 24 May 2017 15:08:44 +0530 Subject: 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 --- utils/utils.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'utils') 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, }; -- cgit