HewlettPackard / oneview-redfish-toolkit

HPE OneView Redfish Toolkit provides a REST service to answer DMTF's Redfish compliant requests by querying HPE OneView
Apache License 2.0
18 stars 21 forks source link

error creating 2 server at the same time from VCF SDDC manager #543

Closed fabienbrami closed 4 years ago

fabienbrami commented 5 years ago

. If you compose new server hardware through SDDC manager from a particular template and you choose quantity >= 2, then the second server profile creation will fail. Because redfish uses always the same name for JBOD creation, in this case “Storage 1” for the first JBOD and “Storage 2” for the second JBOD.

If you compose the server hardware one by one (sequential) this error did not appear because OneView adds some random numbers to the JBOD names if they already exist.

Vijayakannan-M commented 4 years ago

This is fixed in the below commit.

564 - Fix for logger exception and concurrent compose request

https://github.com/HewlettPackard/oneview-redfish-toolkit/commit/36bdd71e3cf6e0ecc327a3515714f860da6a2455