-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Milestone
Description
Error log:
2022-08-24 02:14:35,802 ERROR [c.c.u.d.Merovingian2] (main:null) (logid:) cleanupForServer:Exception:The table does not comply with the requirements by an external plugin.
2022-08-24 02:14:35,909 ERROR [c.c.u.d.Merovingian2] (main:null) (logid:) cleanupForServer:Exception:cleanupForServer:Exception:The table does not comply with the requirements by an external plugin.
seem caused by op_lock
and op_nwgrp_work
use MEMORY
engine:
| def | cloud | op_lock | MEMORY |
| def | cloud | op_nwgrp_work | MEMORY |
+---------------+--------------------+------------------------------------------------------+--------------------+
any solution?
in ./engine/schema/src/main/resources/META-INF/db/schema-490to4910.sql
:, engine will be set to innodb:
ALTER TABLE cloud.op_nwgrp_work ENGINE=INNODB;
So, can I use InnoDB from the start?
ISSUE TYPE
- Bug Report
COMPONENT NAME
CLOUDSTACK VERSION
4.16.1.0
CONFIGURATION
OS / ENVIRONMENT
SUMMARY
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS
poddm
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo