Merge "Fix versioning for out of place restore"
This commit is contained in:
@@ -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
|
||||
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user