cloudstack/server
Gabriel Beims Bräscher 6323aac01b server: Fix migration target has no matching tags (#3329)
The code prior to this commit was looking into storage tags at the
storage_pool_details. However, it gets null (table is empty). It should
select from storage_pool_tags, which would result on the storage pool
tags. and then reflect on the code that matched the volume tags (e.g.
'aTag') with the storage pool tags (empty).

The code prior to this commit was looking for the storage tags at the table
storage_pool_details, which is empty. It should select from storage_pool_tags,
which contains the tags from each tagged storage.
2019-06-07 11:44:00 +05:30
..
conf Remove extraneous log directory and add catalina.out log rotation 2016-05-12 08:41:39 +01:00
src server: Fix migration target has no matching tags (#3329) 2019-06-07 11:44:00 +05:30
pom.xml server: use latest InfluxDB (2.15), add support to Batch Mode (#3289) 2019-04-29 23:35:37 +05:30