diff --git a/engine/schema/src/main/resources/META-INF/db/schema-41300to41400-cleanup.sql b/engine/schema/src/main/resources/META-INF/db/schema-41300to41400-cleanup.sql index fe84077f72ba..fa631ef50fa5 100644 --- a/engine/schema/src/main/resources/META-INF/db/schema-41300to41400-cleanup.sql +++ b/engine/schema/src/main/resources/META-INF/db/schema-41300to41400-cleanup.sql @@ -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/";