Files
nova/doc
Dan Smith 28331fee3c Example NVMe cleaning script for one-time-use
This is an example NVMe cleaner script that can listen to notifications
from a per-compute topic and perform basic NVMe (or generic command)
cleaning as a result.

It also supports periodic cleaning, notification pooling (if desired,
but not recommended), and single-shot (i.e. cron) mode.

I ran this while hammering my devstack node in a tight loop of create/
delete with a PCI device. The creates would succeed and fail as the
cleaning took a few seconds per iteration, then recover, create again,
delete, clean, etc. Dozens of loops in a row with expected results.

Related to blueprint one-time-use-devices

Change-Id: Ie4e81d6319499a3bf12b60e0af4cdb291fca9503
2025-05-13 13:02:40 -07:00
..
2022-09-23 09:09:37 +05:30
2025-04-25 14:37:44 +02:00
2019-07-22 19:17:28 +02:00

OpenStack Nova Documentation README
===================================

Both contributor developer documentation and
REST API documentation are sourced here.

Contributor developer docs are built to:
https://docs.openstack.org/nova/latest/

API guide docs are built to:
https://docs.openstack.org/api-guide/compute/

For more details, see the "Building the Documentation" section of
doc/source/contributor/development-environment.rst.