<div dir="ltr"><div>I have run into a scenario after installing the client agent.  If a VM is shutdown, the client agent calls the shutdown command with a 1 minute timeout.</div><div><br></div><div>Dummy-2::INFO::2013-03-28 14:05:21,892::vdsAgentLogic::138::root::Shutting down (timeout = 30, message = &#39;System Administrator has initiated shutdown of this Virtual Machine. Virtual Machine is shutting down.&#39;</div>
<div><br></div><div>Since the shutdown command is called with time parameter the VM sets the /etc/nologin file. When the VM is forced down the /etc/nologin file is not cleared and when it comes back up only root can login until the /etc/nologin file is cleared.</div>
<div><br></div><div>Is their some some reason the shutdown time is set to 30 seconds (rounded up to 1 minute in the code)?  Are there any know issues with setting this to 0?</div><div><br></div><div>Is this the right way to change it to 0?</div>
<div>psql engine postgres -c &quot;update vdc_options set option_value = &#39;0&#39; where option_name = &#39;VmGracefulShutdownTimeout&#39;;&quot;</div></div>