Merge "Fix versioning for out of place restore"

This commit is contained in:
Zuul
2025-08-29 13:47:46 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -218,7 +218,7 @@ class ShareBackupController(wsgi.Controller, wsgi.AdminActionsMixin):
retval = self._view_builder.restore_summary(req, restored)
return retval
@wsgi.Controller.api_version(MIN_SUPPORTED_API_VERSION, '2.89',
@wsgi.Controller.api_version(MIN_SUPPORTED_API_VERSION, '2.90',
experimental=True)
@wsgi.action('restore')
@wsgi.Controller.authorize

View File

@@ -4,4 +4,4 @@ features:
Added support for targeted share backup restores in the share backup API to
allow the restore a share backup from one source share to another target
share, given the backup or share driver provides support for the operation.
Available from microversion 2.90. and supported by the default NFS driver.
Available from microversion 2.91. and supported by the default NFS driver.