Randy Abernethy created MESOS-5895:
--------------------------------------
Summary: lt-mesos-agent --version displays usage not version
because --work_dir is missing
Key: MESOS-5895
URL: https://issues.apache.org/jira/browse/MESOS-5895
Project: Mesos
Issue Type: Bug
Components: slave
Affects Versions: 1.0.0
Environment: Ubuntu 14.04 and from source build of 1.0.0-rc4
Reporter: Randy Abernethy
Priority: Trivial
lt-mesos-master --version works:
{noformat}
user@ubuntu:~/mesos-1.0.0-rc4$ build/src/.libs/lt-mesos-master --version
mesos 1.0.0
{noformat}
lt-mesos-agent --version produces usage dump (not version)
{noformat}
user@ubuntu:~/mesos-1.0.0-rc4$ build/src/.libs/lt-mesos-agent --version 2>&1 |
head -5
Flag 'work_dir' is required, but it was not provided
Usage: lt-mesos-agent [options]
--acls=VALUE The value could be a
JSON-formatted string of ACLs
user@ubuntu:~/mesos-1.0.0-rc4$
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)