cloudfoundry/bosh-agent

Request to improve error message when calling settings.PersistentDiskSettings

Closed this issue · 3 comments

return nil, bosherr.Errorf("Persistent disk with volume id '%s' could not be found", diskCid)

Persistent disk with volume id '%s' could not be found",

There are 2 possible reasons:

  1. the persistent disk could not be found
  2. a.settingsService.GetSettings already failed, for example on vSphere, env.iso was not correctly mounted to VM due to underlying issues.

@devtdeng is this a duplicate of the scenario described in #181?

This issue was marked as Stale because it has been open for 21 days without any activity. If no activity takes place in the coming 7 days it will automatically be close. To prevent this from happening remove the Stale label or comment below.

This issue was closed because it has been labeled Stale for 7 days without subsequent activity. Feel free to re-open this issue at any time by commenting below.