Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes to AzureStorageDriver #448

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

rozele
Copy link

@rozele rozele commented Jun 7, 2017

Fixes a bug in StorageDriverFactory that prevents the AzureStorageDriver from being created by the factory, and fixes logging in the AzureStorageDriver. This PR also adds support for schema upload / download for Azure Blob storage, and fixes a bug that caused the restore operation to download files to the wrong location.

Fixes #446
Fixes #447
Fixes #449
Fixes #450

@mesosphere-ci
Copy link
Collaborator

Can one of the admins verify this patch?

rozele added 4 commits July 11, 2017 14:03
The switch for the createStorageDriver call in StorageDriverFactory was missing the case for the backup upload task type.

Fixes mesosphere-backup#446
The static initializer for AzureStorageDriver does not work as expected. Changing to be consistent with how the logger is resolved in other files.

Fixes mesosphere-backup#447
Uses the CloudBlobContainer abstraction to write the schema to a well-known path.

Fixes mesosphere-backup#450
AzureStorageDriver downloads to a different location from the S3StorageDriver. This makes the download behavior more consistent.

Fixes mesosphere-backup#449
@joerg84
Copy link

joerg84 commented Aug 1, 2017

@triclambert could someone take a look at this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants