mirror of https://github.com/apache/cloudstack.git
Changed PrimaryStorageDownloadCommand/SnapshotCommand to be executed in sequence.
This commit is contained in:
parent
1246a411d8
commit
c9dc28c898
|
|
@ -97,7 +97,7 @@ public class SnapshotCommand extends Command {
|
|||
*/
|
||||
@Override
|
||||
public boolean executeInSequence() {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
@ -57,6 +57,6 @@ public class PrimaryStorageDownloadCommand extends AbstractDownloadCommand {
|
|||
@Override
|
||||
public boolean executeInSequence() {
|
||||
//Temporary relaxing serialization
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue