The Edit/Cancel Plan option is grayed out for workload domains in SDDC or VCF Ops UI when upgrading to VCF 9.1
search cancel

The Edit/Cancel Plan option is grayed out for workload domains in SDDC or VCF Ops UI when upgrading to VCF 9.1

book

Article ID: 443928

calendar_today

Updated On:

Products

VCF Operations

Issue/Introduction

  • Cannot Edit or Cancel Upgrade Plan for Workload Domains in SDDC Manager or VCF Ops UI during VCF 9.1 Upgrade. The options are grayed out as seen below:



  • Although the Upgrade Plan is run/created on the VCF Ops UI, the same status view will be reflected on the SDDC Manager, under Workload domains > domain TBD > Upgrades.

Environment

VMware Cloud Foundation (VCF) 9.1

Resolution

Use the same approach from Error on SDDC Manager UI > Bundle Management page - Retrieving all applicable bundles failed, Retrieving available bundles failed by deleting the stale plan, via SDDC Manager's Developer Center.

    1. Follow any of the two methods to obtain the Domain UUID: 
      1. Via API from the SDDC Manager Developer Center
        1. Filter for Domain
        2. Open Domains
        3. Open GET ->  /v1/domains ->  Execute
        4. Download the response body and review the JSON for the UUID.

      2. SDDC database:
        1. SSH to the SDDC manager with vcf user.
        2. su to root : su -i
        3. Run the following command.
          # psql -U postgres -h localhost -d platform -c "\x" -c "select id, name from domain;"
          Expanded display is on.
          -[ RECORD 1 ]------------------------------
          id   | <This UUID is needed>
          name | <Domain name>
           
    2. Remove the plan via Developer Center API in the SDDC Manager.
      1. Filter for target.
      2. Select DELETE /vi/releases/domains/{domainid}.
      3. Copy paste the UUID obtained in Step 1.
      4. Execute.



        As a result, the plan will be removed from the impacted domain and a new plan can be created and edited.