<div dir="ltr">Hi,<br>   I need to be able to restart a resource (e.g apache) whenever a configuration<br>file is updated. I have been using the 'crm resource restart ' command to to it,<br>which does restart the resource BUT also restarts my other resources also.<br>Is this normal behaviour? Is there a way to just/force restart only the<br>resource whose config file is changed.<br><br>I have the following resources configured in a group (ew)<br><br> Resource Group: ew<br>     fs_drbd    (ocf::heartbeat:Filesystem):    Started ew-2<br>     VirtualIP  (ocf::heartbeat:IPaddr2):       Started ew-2<br>     mysqld-1   (ocf::heartbeat:mysql): Started ew-2<br>     mysqld-2   (ocf::heartbeat:mysql): Started ew-2<br>     Website8084        (ocf::heartbeat:apache):        Started ew-2<br>     Website8083        (ocf::heartbeat:apache):        Started ew-2<br>     Website8085        (ocf::heartbeat:apache):        Started ew-2<br>     Website8086        (ocf::heartbeat:apache):        Started ew-2<br>     tomcat8-9092       (ocf::heartbeat:tomcat):        Started ew-2<br>     tomcat7-9091       (ocf::heartbeat:tomcat):        Started ew-2<br>     tomcat5-9090       (ocf::heartbeat:tomcat):        Started ew-2<br>     pgsqld-1   (ocf::heartbeat:pgsql): Started ew-2<br>     Website8080        (ocf::heartbeat:apache):        Started ew-2<br>     mail       (ocf::heartbeat:MailTo):        Started ew-2<br>     p_sym_cron_rsync   (ocf::heartbeat:symlink):       Started ew-2<br><br>Now, if I restart say 'Website8086', all the other resources defined after<br>Website8086 in the listing above (tomcat8-9092 ... to p_sym_cron_rsync) gets <br>restarted as well. This can take a while to complete.<br><br>Is there a way to just start Website8086 or just reload it, without affecting<br>the other resources.<br><br>Thanks<br><br>krishan<br><br></div>