create instances using Heat failing
Hello everyone, I am trying to create instances using Heat but it is failing with the error
Resource CREATE failed: BadRequest: resources.nbi3gc_instance_0.resources.nbi3gc_server: Invalid volume: volume '563297f4-3a9e-4315-a0b0-6f1accb02172' status must be 'available'. Currently in 'in-use' (HTTP 400) (Request-ID: req-14be84d8-24c6-4dc7-b861-8f
Any clues?
You seem to be running this instance on a volume that is already attached to another instance. If that is your intention, note that Queens is the first release that supports multi-attach, and I don’t know if Heat supports it. I guess, though, that you want the volume to be exclusive to the instance.