Hi, IHAC whose Fabric Pool term licence has expired. Because of imminent DC moves and company divestitures they don't wish to renew it. Also, the current data footprint is expected to reduce by 80% within 12 months due to a company split. They've 240TB FP licences currently in full use across two clusters. Assuming they're on (or upgrade to) a suitable version of ONTAP, could they Fabric Pool mirror in the Cloud Tiering Service to take advantage of PAYG-style pricing on a monthly basis rather than fixed term one year commitment? Thanks, Tony
... View more
In Cloud Manager, for CVO in AWS, you can find a "Cost" tab between "Volume" and "Replications" tabs, which show you the AWS Monthly Cost. However, how do I find the same monthly cost for CVO in Azure? There seems no such tab or option. Thanks for your advice!
... View more
Simple try to build a Cloud Manager connector in GCP fails half way after creating a deployment in GCP, boot disk and then when trying to label the disk it fails leaving open deployment and disk behind. The error message in GCP activity after successful creation of boot disk is: Failed: Set labels of disk Failed: Set labels of disk
xxxxxx@cloudservices.gserviceaccount.com failed to set labels of disk clgx-netapplab-dev-vm-disk-boot
April 2, 2021 at 9:39:32 PM GMT-6
User
xxxxxxx@cloudservices.gserviceaccount.com
Resource name
projects/netapplab-app-dev-49c4/zones/us-west1-a/disks/netapplab-dev-vm-disk-boot
Error message
Invalid argument (HTTP 400): Labels fingerprint either invalid or resource labels have changed
Response > error
Code
412
Errors
Errors 1
Domain
global
Location
If-Match
Location type
header
Message
Labels fingerprint either invalid or resource labels have changed
Reason
conditionNotMet
Message
Labels fingerprint either invalid or resource labels have changed The TF code is here: terraform {
required_providers {
netapp-cloudmanager = {
source = "NetApp/netapp-cloudmanager"
version = "21.3.0"
}
}
}
provider "netapp-cloudmanager" {
refresh_token = var.cloudmanager_refresh_token
}
resource "netapp-cloudmanager_connector_gcp" "this" {
provider = netapp-cloudmanager
name = var.project_name
project_id = var.project_id
zone = var.zone
company = "x"
service_account_email = var.service_account_email
service_account_path = var.service_account_path
account_id = var.account_id
}
... View more
Hi, Can NetApp Harvest monitor the performance of Cloud Volumes ONTAP? The following versions are expected. Cloud Volumes ONTAP: ONTAP 9.8 or higher NetApp Harvest: 1.6 Best Regards,
... View more