mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
bug 11321: update vms in obsolete "Creating" state to "Error" state.
status 11321: resolved fixed
This commit is contained in:
parent
65194a0c20
commit
8fb76e747e
@ -4,3 +4,5 @@
|
||||
|
||||
ALTER TABLE `cloud`.`vm_template` ADD COLUMN `template_tag` varchar(255) COMMENT 'template tag';
|
||||
|
||||
UPDATE vm_instance SET state='Error' WHERE state='Creating' AND removed IS null;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user