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

[ISSUE] Add mutex for creating storage mounting cluster #445

Closed
nfx opened this issue Dec 17, 2020 · 0 comments · Fixed by #466
Closed

[ISSUE] Add mutex for creating storage mounting cluster #445

nfx opened this issue Dec 17, 2020 · 0 comments · Fixed by #466
Labels
azure Occurring on Azure cloud
Milestone

Comments

@nfx
Copy link
Contributor

nfx commented Dec 17, 2020

image

Mounting array of resources creates dedicated automated cluster, though it should not:

resource "databricks_azure_blob_mount" "this" {
  for_each             = toset(var.categories)
  container_name       = "insights-logs-${each.value}"
  storage_account_name = azurerm_storage_account.this.name
  mount_name           = "audit-${each.value}"
  auth_type            = "ACCESS_KEY"
  token_secret_scope   = databricks_secret_scope.mounts.name
  token_secret_key     = databricks_secret.storage_key.key
}
@nfx nfx added this to the v0.3.0 milestone Jan 24, 2021
nfx added a commit that referenced this issue Jan 25, 2021
@nfx nfx closed this as completed in #466 Jan 25, 2021
nfx added a commit that referenced this issue Jan 25, 2021
nfx added a commit that referenced this issue Jan 25, 2021
nfx added a commit that referenced this issue Jan 29, 2021
* Simplified instance pool tests
* Fixed concurrent testing for instance profiles
* Added 0.3.0 migration instructions
* Fix minor inconsistencies
* Verified state upgraders for notebooks and files
* Add global rate limit to HTTP calls
* Fixed redundant multiple mounting clusters (#445)
* Sort outputs in group data source (#467)
* Use correct Azure environment for management endpoint (#470)
* Increased code coverage
* Added databricks_current_user data
* Send empty JSON body while deleting IP ACL (#426)
* Locking single EC2 Instance profile for tests
* Use Terraform 0.14+ as primary testing binary

Co-authored-by: Serge Smertin <serge.smertin@databricks.com>
@nfx nfx added the azure Occurring on Azure cloud label Feb 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
azure Occurring on Azure cloud
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant