Azure Managed Instance for Cassandra - setup additional disks

MK RP 81 Reputation points
2022-04-20T14:14:44.443+00:00

We provisioned an Azure Managed Instance for Cassandra (https://azure.microsoft.com/en-us/services/managed-instance-apache-cassandra/), and provisioned the nodes with 3x1TB disks, however, the available space on each node only registers as 20GB on the grafana dashboard. Is there any special configuration needed to allow the nodes to utilize the space on the additional disks?

Azure SQL Database
0 comments No comments
{count} votes

Accepted answer
  1. Ronen Ariely 15,096 Reputation points
    2022-04-22T02:22:44.823+00:00

    Hi,

    Azure Managed Instance for Apache Cassandra automates actions like deployment, scaling, and management of Apache Cassandra datacenters. It basically used for building hybrid deployments of Managed Instance and Cassandra, but it does not mean that your disks which uses for the Cassandra database are part of the Managed Instance database. This assumption probably lead to the misunderstanding about the behavior you describe.

    Grafana Dashboard is great tool to monitor SQL Server but if you want to monitor the disks used by Cassandra then you need to monitor Cassandra datacenters.

    In fact, you probably can build a hybrid dashboard which present both servers.

    There is an open source GitHub tool Metric Collector for Apache Cassandra (MCAC) which is based on Grafana Dashboard and is used for monitoring Apache Cassandra. Check the project here: https://github.com/datastax/metric-collector-for-apache-cassandra

    0 comments No comments

0 additional answers

Sort by: Most helpful