Uploaded image for project: 'Migration Toolkit for Virtualization'
  1. Migration Toolkit for Virtualization
  2. MTV-4162

Update documentation to display correct command to get PURE_CLUSTER_PREFIX

XMLWordPrintable

    • Quality / Stability / Reliability
    • False
    • Hide

      None

      Show
      None
    • False
    • Not Selected

      Update the documentation and help message for retrieving PURE_CLUSTER_PREFIX in the vsphere-xcopy-volume-populator.

      The command was updated from:

      printf "px_%.8s" $(oc get storagecluster -A -o=jsonpath='{.items[?(@.spec.cloudStorage.provider=="pure")].status.clusterUid}')
      

      To a simpler version:

      printf "px_%.8s" $(oc get storagecluster -A -o=jsonpath='{.items[0].status.clusterUid}'| head -c 8)
      

      Files updated:
      - cmd/vsphere-xcopy-volume-populator/README.md
      - cmd/vsphere-xcopy-volume-populator/internal/pure/flashArray.go

      GitHub PR: https://github.com/kubev2v/forklift/pull/3941

              sparadkar@purestorage.com Snehal Paradkar
              rgolan1@redhat.com Roy Golan
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: