Skip to content

Commit

Permalink
Use backup storage location during restore
Browse files Browse the repository at this point in the history
Closes #740

Signed-off-by: Carlisia <carlisia@grokkingtech.io>
  • Loading branch information
carlisia authored and skriss committed Aug 28, 2018
1 parent 20f89fb commit 2750aa7
Show file tree
Hide file tree
Showing 4 changed files with 320 additions and 142 deletions.
4 changes: 2 additions & 2 deletions pkg/cmd/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -723,13 +723,13 @@ func (s *server) runControllers(config *api.Config, defaultBackupLocation *api.B
s.arkClient.ArkV1(),
s.arkClient.ArkV1(),
restorer,
config.BackupStorageProvider.CloudProviderConfig,
config.BackupStorageProvider.Bucket,
s.sharedInformerFactory.Ark().V1().Backups(),
s.sharedInformerFactory.Ark().V1().BackupStorageLocations(),
s.blockStore != nil,
s.logger,
s.logLevel,
s.pluginRegistry,
s.defaultBackupLocation,
s.metrics,
)

Expand Down
Loading

0 comments on commit 2750aa7

Please sign in to comment.