sureshanaparti commented on a change in pull request #5002:
URL: https://github.com/apache/cloudstack/pull/5002#discussion_r629940564
##########
File path:
engine/schema/src/main/java/com/cloud/storage/dao/VMTemplatePoolDaoImpl.java
##########
@@ -62,7 +62,7 @@
protected final SearchBuilder<VMTemplateStoragePoolVO> updateStateSearch;
protected final SearchBuilder<VMTemplateStoragePoolVO> templatePathSearch;
- protected static final String UPDATE_TEMPLATE_HOST_REF = "UPDATE
template_spool_ref SET download_state = ?, download_pct= ?, last_updated = ? "
+ protected static final String UPDATE_SPOOL_HOST_REF = "UPDATE
template_spool_ref SET download_state = ?, download_pct= ?, last_updated = ? "
Review comment:
```suggestion
protected static final String UPDATE_TEMPLATE_SPOOL_HOST_REF = "UPDATE
template_spool_ref SET download_state = ?, download_pct= ?, last_updated = ? "
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]