justinestruch commented on issue #12104: URL: https://github.com/apache/cloudstack/issues/12104#issuecomment-3710727460
I confirm the same issue as the OP and the workaround the OP posted work for as well. **versions** Version: CloudStack 4.22.0.0 Hypervisor: VMWARE (8.0.3) OS: FreeBSD (64Bit) PFsense iso Database: Mysql latest **The steps to reproduce the bug** 1. Import Iso 2. Create instance with this iso **What to do about it?** To work around this error, we need to update the database as follows: UPDATE vm_template SET type='USER' WHERE name='<iso_name>'; -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
