Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Disable Rollback button not working #270

Closed
stephenmsachs opened this issue Aug 22, 2022 · 2 comments · Fixed by #343
Closed

Disable Rollback button not working #270

stephenmsachs opened this issue Aug 22, 2022 · 2 comments · Fixed by #343
Assignees
Labels
bug Something isn't working

Comments

@stephenmsachs
Copy link
Contributor

When I deploy clusters through PCM and enable the 'Disable Rollback' button, the cfn stacks are still created with "DisableRollback": false.

@mendaomn mendaomn added the bug Something isn't working label Aug 22, 2022
@mendaomn
Copy link
Contributor

Can you share the full yaml configuration? It could help us investigate the problem, thank you

@mendaomn mendaomn self-assigned this Aug 23, 2022
@stephenmsachs
Copy link
Contributor Author

Cluster configuration as reported by PCM:

HeadNode:
  InstanceType: hpc6a.48xlarge
  Ssh:
    KeyName: isengard
  Networking:
    SubnetId: subnet-xxxxxxxxx
  LocalStorage:
    RootVolume:
      VolumeType: gp3
      Size: 500
  CustomActions:
    OnNodeStart:
      Script: s3://xxxxxxxxxxxx
  Iam:
    S3Access:
      - EnableWriteAccess: true
        BucketName: '*'
    AdditionalIamPolicies: []
Scheduling:
  Scheduler: slurm
  SlurmQueues:
    - Name: queue0
      ComputeResources:
        - Name: queue0-hpc6a48xlarge
          MinCount: 0
          MaxCount: 4
          InstanceType: hpc6a.48xlarge
          Efa:
            Enabled: true
            GdrSupport: true
      Networking:
        SubnetIds:
          - subnet-xxxxxxxxxxx
        PlacementGroup:
          Enabled: true
      ComputeSettings:
        LocalStorage:
          RootVolume:
            VolumeType: gp3
Region: us-east-2
Image:
  Os: alinux2

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants