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:
Andrija Panic 2020-01-28 06:48:27 +01:00 committed by Rohit Yadav
parent ac202639a5
commit 0095272a38

View File

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