Commit 2ee7f788 by Szeberényi Imre
parents 040df5cc be7aaa3c
......@@ -181,7 +181,8 @@ class Disk(object):
format_map = [
("qcow", "qcow2-norm"),
("iso", "iso"),
("x86 boot sector", "iso")
("x86 boot sector", "iso"),
("dos/mbr", "iso")
]
with magic.Magic() as m:
ftype = m.id_filename(self.get_path())
......
......@@ -12,4 +12,4 @@ Restart=always
WorkingDirectory=/home/cloud/storagedriver
ExecStart=/bin/bash -c "source /home/cloud/.virtualenvs/storage/bin/activate; source /home/cloud/.virtualenvs/storage/bin/postactivate; exec celery -A storagecelery worker --loglevel=info -n $(/bin/hostname -s).%I"
ExecStart=/bin/bash -c "source /etc/profile; workon storagedriver; exec celery -A storagecelery worker --loglevel=debug -n $(/bin/hostname -s).%I"
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