mesosphere-backup / deimos

Mesos containerizer hooks for Docker
Apache License 2.0
249 stars 26 forks source link

Error when trying to start mesos-slave with bad path for containerizer_path #32

Closed BenWhitehead closed 6 years ago

BenWhitehead commented 10 years ago

Recently I tried running deimos with mesos-slave-0.19.0 and got the following error:

Failed to perform recovery: Recover failed: External containerizer failed (status: 127)
To remedy this do as follows:
Step 1: rm -f /tmp/mesos/slave/work_dir/meta/slaves/latest
        This ensures slave doesn't recover old live executors.
Step 2: Restart the slave.

However the reason the slave would not start was due to the fact that deimos was installed at /usr/bin/deimos rather than /usr/local/bin/deimos (due to running on openSUSE rather than Ubuntu)

BenWhitehead commented 10 years ago

Logged issue in Mesos JIRA: https://issues.apache.org/jira/browse/MESOS-1565