In lpurge, set lx_log_prefix to the ostname.
Test-Parameters: trivial testlist=hot-pools
Signed-off-by: John L. Hammond <jhammond@whamcloud.com>
Change-Id: I602d0b2d10717b5c7993cea815b12cf42ec31ade
Reviewed-on: https://review.whamcloud.com/45881
Reviewed-on: https://review.whamcloud.com/46130
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
/* Messages will be prefixed by program_invocation_short_name
* followed by the OST name ("lpurge lustre-OST0000"). */
llapi_set_command_name(ostname);
+ lx_log_prefix = ostname;
LX_INFO("version %s-%s, revision %s\n",
PACKAGE_VERSION, LIPE_RELEASE, LIPE_REVISION);