Commit 6ecab692 by Guba Sándor

storage: delete_dump added tasks

parent 03ac86a3
......@@ -16,6 +16,11 @@ def delete(path):
pass
@celery.task(name='storagedriver.delete_dump')
def delete_dump(path):
pass
@celery.task(name='storagedriver.snapshot')
def snapshot(disk_desc):
pass
......
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