We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
dcos package install cassandra
dcos cassandra backup start \ --backup_name=<name> \ --external_location=azure://<container_name> \ --azure_account=<storage_account_name> \ --azure_key=<storage_account_key>
The text was updated successfully, but these errors were encountered:
Bug in storage driver resolution for backup upload
f1169e3
The switch for the createStorageDriver call in StorageDriverFactory was missing the case for the backup upload task type. Fixes mesosphere-backup#446
f094fb4
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)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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:
The text was updated successfully, but these errors were encountered: