Commit eafbc489 by Bálint Máhonfai

Add slow queue to export operation

parent a8f09724
...@@ -359,6 +359,7 @@ class ExportDiskOperation(InstanceOperation): ...@@ -359,6 +359,7 @@ class ExportDiskOperation(InstanceOperation):
abortable = True abortable = True
required_perms = ('storage.export_disk',) required_perms = ('storage.export_disk',)
accept_states = ('STOPPED',) accept_states = ('STOPPED',)
async_queue = 'localhost.man.slow'
def _operation(self, disk, format='vmdk'): def _operation(self, disk, format='vmdk'):
disk.export(format) disk.export(format)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment