cloudfoundry/bosh

Resurrection of VMs with multiple disk in not working

rm75 opened this issue · 3 comments

rm75 commented

Resurrection of VMs with multiple persistent disks are not working.

Seems like it supports only single persistent disk resurrection.

Array(instance_model.managed_persistent_disk_cid),

Opening this request based on the conversation in the slack channel.

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

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

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

Assuming this is the slack thread, just for reference and cross-linking: https://cloudfoundry.slack.com/archives/C02HPPYQ2/p1578339832051000

Multiple persistent disks are semi-supported, at best. The feature is there for extreme cases where you absolutely need two classes of persistent disk. In most cases, one disk is enough.

Does your use-case only work with multiple disks attached or is this some kind of convenience? Note that we do not have any documentation on bosh.io for multiple disks, therefore not supporting any complex use-cases. We make no guarantees that multiple persistent disks work in all cases.

As you've already identified the area of code, we are welcoming contributions :)

Thanks