Skip to content

Instantly share code, notes, and snippets.

@smalleni
Created July 16, 2017 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smalleni/e84c6955675445adf1f750dc7a8eb01a to your computer and use it in GitHub Desktop.
Save smalleni/e84c6955675445adf1f750dc7a8eb01a to your computer and use it in GitHub Desktop.
PCI alias nvme is not defined (HTTP 400) (Request-ID: req-4bd4c1bb-94d1-4770-bbb5-039426885c32)
[stack@c02-h10-r620 ~]$ openstack flavor show etcd-new │·······················
+----------------------------+--------------------------------------+ │·······················
| Field | Value | │·······················
+----------------------------+--------------------------------------+ │·······················
| OS-FLV-DISABLED:disabled | False | │·······················
| OS-FLV-EXT-DATA:ephemeral | 0 | │·······················
| access_project_ids | None | │·······················
| disk | 100 | │·······················
| id | a2cce843-b34b-4567-a765-8b0460b3f724 | │·······················
| name | etcd-new | │·······················
| os-flavor-access:is_public | True | │·······················
| properties | pci_passthrough:alias='nvme:1' | │·······················
| ram | 111000 | │·······················
| rxtx_factor | 1.0 | │·······················
| swap | | │·······················
| vcpus | 40 | │·······················
+----------------------------+--------------------------------------+
@babarzahoor
Copy link

I am also getting same type of error with gpu configuration.
openstack flavor show gpu
+----------------------------+--------------------------------------+
| Field | Value |
+----------------------------+--------------------------------------+
| OS-FLV-DISABLED:disabled | False |
| OS-FLV-EXT-DATA:ephemeral | 0 |
| disk | 100 |
| id | 3509d38a-9378-40e5-a02a-ee7bc13c8f10 |
| name | gpu |
| os-flavor-access:is_public | True |
| properties | pci_passthrough:alias='gtx750:1' |
| ram | 8192 |
| rxtx_factor | 1.0 |
| swap | 8192 |
| vcpus | 4 |
+----------------------------+--------------------------------------+

What to do in this situation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment