Hi, I have a small cluster consisting of 3 masters( masters+zookeeper) and 3 slave nodes. This cluster on AWS infrastructure. Originally I had 8GB of storage which was correctly advertised on mesos UI. Now I added more storage, as a additional drive, and want to tell mesos to use this storage (60GB) mapped to another mount point. How do I reconfigure my slaves now?
Also, I have created 2 new slaves, but they do not show up in mesos UI. I created following files /etc/mesos-master/hostname vi /etc/marathon/conf/hostname And restarted slave process, but changes was not reflected in mesos UI. I can confirm that slave running ok. How do I force mesos to to update list of slave nodes? Thanks mesos-execute --master=$MASTER --name="cluster-test" --command="sleep 5" I0717 15:13:56.438535 2410 sched.cpp:157] Version: 0.22.1 I0717 15:13:56.440099 2418 sched.cpp:254] New master detected at [email protected]:5050 I0717 15:13:56.440201 2418 sched.cpp:264] No credentials provided. Attempting to register without authentication I0717 15:13:56.443297 2414 sched.cpp:448] Framework registered with 20150706-201327-1009917868-5050-16293-0019 Framework registered with 20150706-201327-1009917868-5050-16293-0019 task cluster-test submitted to slave 20150706-201327-1009917868-5050-16293-S48 Received status update TASK_RUNNING for task cluster-test Received status update TASK_FINISHED for task cluster-test I0717 15:14:01.514215 2415 sched.cpp:1589] Asked to stop the driver I0717 15:14:01.514241 2415 sched.cpp:831] Stopping framework '20150706-201327-1009917868-5050-16293-0019' ---------------------------------------------------------------------- This message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the reader of the message is not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any dissemination of this communication is strictly prohibited. If you have received this communication in error, notify the sender immediately by return email and delete the message and any attachments from your system.

