Commit 239a829c authored by ibuler's avatar ibuler

[Bugfix] support xvdx disk

parent 4dbf332a
...@@ -19,7 +19,7 @@ FORKS = 10 ...@@ -19,7 +19,7 @@ FORKS = 10
TIMEOUT = 60 TIMEOUT = 60
logger = get_logger(__file__) logger = get_logger(__file__)
CACHE_MAX_TIME = 60*60*60 CACHE_MAX_TIME = 60*60*60
disk_pattern = re.compile(r'^hd|sd') disk_pattern = re.compile(r'^hd|sd|xvd')
@shared_task @shared_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 to comment