mesosphere-backup / dcos-cassandra-service

DEPRECATED—Open source Apache Cassandra running on DC/OS is now replaced by mesosphere/dcos-commons/frameworks/cassandra. This repository will be deleted at the end of 2017.
Apache License 2.0
116 stars 53 forks source link

Backup to Azure Blob not working correctly #446

Open rozele opened 7 years ago

rozele commented 7 years ago

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

2) 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>
triclambert commented 6 years ago

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)