sureshanaparti commented on code in PR #10271:
URL: https://github.com/apache/cloudstack/pull/10271#discussion_r3903145942
##########
engine/schema/src/main/resources/META-INF/db/schema-42200to42210.sql:
##########
@@ -59,3 +59,6 @@ UPDATE `cloud`.`configuration`
SET value = CONCAT_WS('\n', 'Hello {{username}}!', 'You have requested to
reset your password. Please click the following link to reset your password:',
'{{{resetLink}}}', 'If you did not request a password reset, please ignore this
email.', '', 'Regards,', 'The CloudStack Team')
WHERE name = 'user.password.reset.mail.template'
AND value IN (CONCAT_WS('\n', 'Hello {{username}}!', 'You have requested to
reset your password. Please click the following link to reset your password:',
'http://{{{resetLink}}}', 'If you did not request a password reset, please
ignore this email.', '', 'Regards,', 'The CloudStack Team'), CONCAT_WS('\n',
'Hello {{username}}!', 'You have requested to reset your password. Please click
the following link to reset your password:', '{{{domainUrl}}}{{{resetLink}}}',
'If you did not request a password reset, please ignore this email.', '',
'Regards,', 'The CloudStack Team'));
+
+-- Update storage_provider_name to FlashArray
+UPDATE cloud.storage_pool SET storage_provider_name = 'FlashArray' WHERE
storage_provider_name = 'Flash Array';
Review Comment:
@sdodsley this change would now go in the latest schema file, that upgrades
to 4.24 (as the PR is target-ed for main/4.24). otherwise, rebase and re-target
with 4.22 and keep this change in schema file that upgrade to 4.22.2.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]