yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #22744
[Bug 1361792] Re: pci requests saved as system metadata can be out of bound
** Changed in: nova
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1361792
Title:
pci requests saved as system metadata can be out of bound
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
system metadata table is a key-value pair with the size being 255
bytes. PCI requests is saved as a json document in the system metadata
table and its size depends on the number of PCI requests, possibly
more than 255 bytes. Currently, when outbound happens, DB throws an
exception, and the instance fails to boot. This needs to be changed to
work with any size of PCI requests.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1361792/+subscriptions
References