olivierlemasle commented on issue #4965: URL: https://github.com/apache/cloudstack/issues/4965#issuecomment-828636388
Ok, I've found the explicit truncation to the default length [here](https://github.com/apache/cloudstack/blob/1e859a0e2ce8271641a1eaa5665a8297bd119d8c/framework/db/src/main/java/com/cloud/utils/db/GenericDaoBase.java#L1532-L1540). So the fix should be to pass an explicit `length` [here](https://github.com/apache/cloudstack/blob/1e859a0e2ce8271641a1eaa5665a8297bd119d8c/engine/schema/src/main/java/com/cloud/vm/VMInstanceVO.java#L203). -- 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]
