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

Backup to Azure Blob not working correctly #446

Open
rozele opened this issue Jun 7, 2017 · 1 comment · May be fixed by #448
Open

Backup to Azure Blob not working correctly #446

rozele opened this issue Jun 7, 2017 · 1 comment · May be fixed by #448

Comments

@rozele
Copy link

rozele commented Jun 7, 2017

Issue:
When you try to backup Cassandra from the DC/OS CLI to Azure, it attempts to use the S3StorageDriver as opposed to the AzureStorageDriver.

Version: 1.0.25-3.0.10
Environment: Azure ACS

Repro steps:

  1. Install cassandra from DC/OS CLI, using default config:
dcos package install cassandra
  1. Try to backup the cluster to Azure Blob storage:
dcos cassandra backup start \
  --backup_name=<name> \
  --external_location=azure://<container_name> \
  --azure_account=<storage_account_name> \
  --azure_key=<storage_account_key>
rozele added a commit to rozele/dcos-cassandra-service that referenced this issue Jun 7, 2017
The switch for the createStorageDriver call in StorageDriverFactory was missing the case for the backup upload task type.

Fixes mesosphere-backup#446
@rozele rozele linked a pull request Jun 7, 2017 that will close this issue
rozele added a commit to rozele/dcos-cassandra-service that referenced this issue Jul 11, 2017
The switch for the createStorageDriver call in StorageDriverFactory was missing the case for the backup upload task type.

Fixes mesosphere-backup#446
@triclambert
Copy link
Contributor

This repo is deprecated and will be archived in one week. Please see the latest version of Cassandra or DSE for DC/OS:

https://docs.mesosphere.com/service-docs/cassandra/
https://docs.mesosphere.com/service-docs/dse/ (enterprise-only)

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

Successfully merging a pull request may close this issue.

2 participants