mirror of https://github.com/apache/cloudstack.git
bug 11880: host status is now in sync
This commit is contained in:
parent
6ad712d1c4
commit
884b9f3a35
|
|
@ -59,7 +59,7 @@ public class ClusterSyncCommand extends Command implements CronCommand {
|
|||
|
||||
@Override
|
||||
public boolean executeInSequence() {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue