Skip to content

Commit 0095272

Browse files
andrijapanicsbyadvr
authored andcommitted
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.
1 parent ac20263 commit 0095272

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

engine/schema/src/main/resources/META-INF/db/schema-41300to41400-cleanup.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@
2020
--;
2121

2222
DELETE FROM `cloud`.`configuration` WHERE name = 'host.maintenance.retries';
23+
24+
-- Stop asking user (in the upgraded documentation) to remove a trailing slash for local KVM pool
25+
UPDATE `cloud`.`storage_pool` SET path="/var/lib/libvirt/images" WHERE path="/var/lib/libvirt/images/";

0 commit comments

Comments
 (0)