mirror of https://github.com/apache/cloudstack.git
DB upgrade - update LVM storage with correct cluster id
This commit is contained in:
parent
2eeb03db42
commit
4ae9fa8ad4
|
|
@ -166,3 +166,5 @@ DROP TABLE `cloud`.`load_balancer`;
|
|||
|
||||
|
||||
UPDATE `cloud`.`nics` SET strategy='Create' where reserver_name='DirectNetworkGuru';
|
||||
|
||||
UPDATE storage_pool SET cluster_id=(SELECT cluster_id FROM host INNER JOIN storage_pool_host_ref WHERE host.id=storage_pool_host_ref.host_id AND storage_pool_host_ref.pool_id=storage_pool.id) WHERE pool_type='LVM';
|
||||
|
|
|
|||
Loading…
Reference in New Issue