You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/04/07 13:58:37 UTC

[GitHub] [cloudstack] nvazquez commented on a diff in pull request #5848: Feat/add vdisk UUID to list volume

nvazquez commented on code in PR #5848:
URL: https://github.com/apache/cloudstack/pull/5848#discussion_r845170582


##########
engine/schema/src/main/resources/META-INF/db/schema-41610to41700.sql:
##########
@@ -272,6 +291,7 @@ CREATE VIEW `cloud`.`volume_view` AS
         disk_offering.display_text disk_offering_display_text,
         disk_offering.use_local_storage,
         service_offering.system_use,
+        disk_offering.system_use,

Review Comment:
   Hi @DK101010 the build is failing because this column does not exist:
   
   ````
   Caused by: java.sql.SQLSyntaxErrorException: Unknown column 'disk_offering.system_use' in 'field list'
           at com.cloud.utils.db.ScriptRunner.runScript(ScriptRunner.java:185)
           at com.cloud.utils.db.ScriptRunner.runScript(ScriptRunner.java:87)
           at com.cloud.upgrade.DatabaseUpgradeChecker.runScript(DatabaseUpgradeChecker.java:215)
           ... 52 more
   2022-04-07 13:39:12,242 DEBUG [c.c.u.d.T.Transaction] (main:null) (logid:) Rolling back the transaction: Time = 369 Name =  Upgrade; called by -TransactionLegacy.rollback:888-TransactionLegacy.removeUpTo:831-TransactionLegacy.close:655-DatabaseUpgradeChecker.upgrade:314-DatabaseUpgradeChecker.check:389-CloudStackExtendedLifeCycle.checkIntegrity:64-CloudStackExtendedLifeCycle.start:54-DefaultLifecycleProcessor.doStart:178-DefaultLifecycleProcessor.access$200:54-DefaultLifecycleProcessor$LifecycleGroup.start:356-Iterable.forEach:75-DefaultLifecycleProcessor.startBeans:155
   ````



-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org