mirror of https://github.com/apache/cloudstack.git
bug CS-13303: updating resource state on upgrade
This commit is contained in:
parent
7eb1330800
commit
5709cc5832
|
|
@ -864,7 +864,7 @@ public class Upgrade2214to30 implements DbUpgrade {
|
|||
.prepareStatement("");
|
||||
pstmt.executeUpdate();
|
||||
} catch (SQLException e) {
|
||||
throw new CloudRuntimeException("Unable to update router table. ", e);
|
||||
throw new CloudRuntimeException("Unable to update op_host_capacity table. ", e);
|
||||
} finally {
|
||||
try {
|
||||
if (pstmt != null) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue