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

govc: add storage.policy.create zonal option #3475

Merged
merged 1 commit into from
Jun 21, 2024
Merged

Conversation

dougm
Copy link
Member

@dougm dougm commented Jun 20, 2024

New '-z' flag enables Zonal topology for multi-zone Supervisor

Uses the sub profile as created by the H5 UI, see for example:

govc storage.policy.info -json wcp-zonal | jq .policies[].profile.constraints.subProfiles
[
  {
    "name": "Consumption domain",
    "capability": [
      {
        "id": {
          "namespace": "com.vmware.storage.consumptiondomain",
          "id": "StorageTopology"
        },
        "constraint": [
          {
            "propertyInstance": [
              {
                "id": "StorageTopologyType",
                "value": "Zonal"
              }
            ]
          }
        ]
      }
    ]
  }
]

New '-z' flag enables Zonal topology for multi-zone Supervisor
Copy link
Contributor

@aruneshpa aruneshpa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks @dougm !!

@dougm dougm merged commit bd85d9c into vmware:main Jun 21, 2024
11 checks passed
@dougm dougm deleted the zonal-policy branch June 21, 2024 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants