pivotal-cf / pivnet-resource

Concourse Resource to interact with the Tanzu Network API V2 interface.
Apache License 2.0
29 stars 36 forks source link

Pivnet download sitting at file not found. #92

Closed bhudlemeyer closed 6 years ago

bhudlemeyer commented 6 years ago

Trying to download ops-manager 2.x resource hangs with file not found error:

image

image

resource_types:
- name: pivnet
  type: docker-image
  source:
    repository: pivotalcf/pivnet-resource
    tag: latest-final

- name: pivnet-opsmgr
  type: pivnet
  source:
    api_token: {{pivnet_token}}
    product_slug: ops-manager

jobs:
  - name: upgrade-opsmgr
    plan:
    - aggregate:
      - get: pcf-pipelines
      - get: govc
      - get: tool-pivnet-cli
        params: {globs: ["*linux_amd64*"]}
      - get: tool-om
        params: {globs: ["*linux*"]}
      - get: pivnet-opsmgr
        params: {globs: ["*.ova"]}
cf-gitbot commented 6 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/155678794

The labels on this github issue will be updated when the story is started.

kartiklunkad26 commented 6 years ago

@bhudlemeyer thanks for reaching out to the PivNet team. Is this still happening for you? Could you talk about how long this happens, and whether this happens for other tiles?

Also, for us - could you verify whether you can see the same OpsMan versions on https://network.pivotal.io?

kartiklunkad26 commented 6 years ago

@bhudlemeyer I'll be closing the issue for now. Please re-open it if it is still happening!

bhudlemeyer commented 6 years ago

Sorry I got the flu and have been basically on bed rest since Monday so didn't see this message. Having to re-deploy things right now will re-open this issue if I hit the issue again when I get everything back online.

On Thu, Mar 8, 2018 at 2:18 PM Kartik Lunkad notifications@github.com wrote:

Closed #92 https://github.com/pivotal-cf/pivnet-resource/issues/92.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pivotal-cf/pivnet-resource/issues/92#event-1512078295, or mute the thread https://github.com/notifications/unsubscribe-auth/ACK4oiTRMu6S1vouZwqt3O2elMOAwLBaks5tcaALgaJpZM4Sa7Be .

cf-gitbot commented 6 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/155856811

The labels on this github issue will be updated when the story is started.

kartiklunkad26 commented 6 years ago

@bhudlemeyer thanks for the screenshot! Yes this issue is something we have seen happen with other users as well. Sometimes it indicates your disk being full. We have noticed and fixed it. It'll be available in our next release, which we plan to roll out soon!

kartiklunkad26 commented 6 years ago

I'm closing this issue since this will be fixed as part of another pivnet resource issue.