mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
upgrade: kvm-local-pool-trailing-slash (#3813)
Stop asking user (in the upgrade documentation) to remove a trailing slash for local KVM pool - do it here in upgrade path - so not needed in DOC for the upgrade to 4.14 and onwards.
This commit is contained in:
parent
ac202639a5
commit
0095272a38
@ -20,3 +20,6 @@
|
||||
--;
|
||||
|
||||
DELETE FROM `cloud`.`configuration` WHERE name = 'host.maintenance.retries';
|
||||
|
||||
-- Stop asking user (in the upgraded documentation) to remove a trailing slash for local KVM pool
|
||||
UPDATE `cloud`.`storage_pool` SET path="/var/lib/libvirt/images" WHERE path="/var/lib/libvirt/images/";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user