bug 11321: update vms in obsolete "Creating" state to "Error" state.

status 11321: resolved fixed
This commit is contained in:
alena 2011-09-02 17:29:01 -07:00
parent 65194a0c20
commit 8fb76e747e

View File

@ -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;