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

Terraform creates iscsi VM with native fencing mechanism #60

Open
lpalovsky opened this issue Sep 5, 2022 · 0 comments
Open

Terraform creates iscsi VM with native fencing mechanism #60

lpalovsky opened this issue Sep 5, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@lpalovsky
Copy link
Collaborator

Description:
Terraform deployment creates iscsi VM despite tfvars fencing mechanism being set to 'native'.

Cloud provider: Azure

Openqa test: https://mordor.suse.cz/tests/4374#step/hana_sr_deployment/212
Output log: https://mordor.suse.cz/tests/4374/logfile?filename=serial_terminal.txt

  # module.iscsi_server.azurerm_virtual_machine.iscsisrv[0] will be created
  + resource "azurerm_virtual_machine" "iscsisrv" {
      + availability_set_id              = (known after apply)
      + delete_data_disks_on_termination = true
      + delete_os_disk_on_termination    = true
      + id                               = (known after apply)
      + license_type                     = (known after apply)
      + location                         = "westeurope"
      + name                             = "vmiscsi01"
      + network_interface_ids            = (known after apply)
      + resource_group_name              = "rg-ha-sap-hanasr49c3"
      + tags                             = {
          + "workspace" = "hanasr49c3"
        }
      + vm_size                          = "Standard_DS1_v2"

      + boot_diagnostics {
          + enabled     = true
          + storage_uri = (known after apply)
        }
@mr-stringer mr-stringer self-assigned this Sep 7, 2022
@mr-stringer mr-stringer added the bug Something isn't working label Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants