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