(minor) Add pgrep debugging to etcd error

pull/6/head
jayunit100 2015-05-03 16:43:22 +00:00 committed by jay@apache.org
parent 134e585195
commit cdf068495a
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@ kube::etcd::start() {
}
if pgrep etcd >/dev/null 2>&1; then
kube::log::usage "etcd appears to already be running on this machine. Please kill and restart the test."
kube::log::usage "etcd appears to already be running on this machine (`pgrep -l etcd`) (or its a zombie and you need to kill its parent)."
kube::log::usage "retry after you resolve this etcd error."
exit 1
fi