Commit 2cee7b06 by Guba Sándor

fix error message

parent 8bb951d9
...@@ -578,7 +578,8 @@ def __check_detach(domain, disk): ...@@ -578,7 +578,8 @@ def __check_detach(domain, disk):
for d in devices.findall("disk"): for d in devices.findall("disk"):
if disk in d.find('source').attrib.values()[0]: if disk in d.find('source').attrib.values()[0]:
raise Exception("Disk could not been detached. " raise Exception("Disk could not been detached. "
"Check if acpiphp module is loaded.") "Check if hot plug support is "
"enabled (acpiphp module on Linux).")
@celery.task @celery.task
......
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