yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #19557
[Bug 1361792] [NEW] pci requests saved as system metadata can be out of bound
Public bug reported:
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.
** Affects: nova
Importance: Undecided
Status: New
--
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):
New
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
Follow ups
References