Thank you. I will do that then. Mike
On Wed, Mar 22, 2017 at 6:57 PM, Tomek Janiszewski <[email protected]> wrote: > 1. Cleanup in required when agent configuration is not compatible with > previous version. This mean task runtime change. This occurs when: > resources, isolators, attributes or containerizers change. > 2. IMO it's OK. When you reboot node all its tasks are gone so you won't > lose anything. Node will be registered as a new node. > > śr., 22.03.2017, 15:55 użytkownik Michele Bertasi <michele.bertasi@ > brightcomputing.com> napisał: > >> Hi everybody, >> >> I'm having troubles with the cleanup of the mesos agent work directory. >> When we change some configuration parameters to the agent (e.g. the >> --resource flag), the agent refuses to start and asks the removal of >> */var/lib/mesos-agent/meta/slaves/latest* in the logs. >> >> Since we are automating these changes, we would like to know when to >> perform this cleanup programmatically. >> >> Right now we are doing that *after every single change*, but that's not >> ideal, since every time mesos master assigns a new ID to the slave. It >> seems unnecessary to me. >> >> My questions are: >> >> - is there a way to know when this cleanup is needed (without looking >> at the logs)? >> - do we have problems if we clean up the work directory every time >> the node boots (so the configuration might or might not have been changed >> at all)? >> >> >> Thanks, kind regards, >> >> Mike >> >

