Hi Vatsal, > I am trying to start mesos master by passing offer-timeout parameter using > following command: > > sudo ./build/bin/mesos-master.sh --ip=<ip> --offer-timeout=5mins > --work_dir=/var/lib/mesos > > However, it is failing with the following message: > > Failed to load unknown flag 'offer-timeout'
The flag is called `--offer_timeout` (underscore instead of hyphen). Cheers & HTH, Benjamin

