Go to file
Gorka Eguileor da4561165d NVMe-oF: Get system uuid in privsep
Move the _get_system_uuid method from the NVMeOFConnector connector to
os_brick/privsep/nvmeof.py renaming it to get_system_uuid and running it
as privileged.

This allows us to read sys/class/dmi/id/product_uuid file in Python
instead of running a subprocess to execute cat.

It also allows the connector to have one less privsep calls if the file
doesn't exist, because it can execute the dmidecode command directly
without making another request to the privsep daemon.

Change-Id: I8f2edef6fda97af0ff3f92e39c8b24a85b6c3402
2022-08-24 10:50:37 +02:00
2022-07-19 12:40:57 +02:00
2021-07-15 14:08:28 -04:00
2016-04-20 15:52:31 +00:00
2019-04-19 19:34:25 +00:00
2015-01-22 19:09:30 +00:00
2017-10-02 17:35:26 -05:00
2022-07-14 12:09:18 -04:00
2019-01-18 21:30:00 -05:00
2015-01-22 19:09:30 +00:00
2022-07-19 12:40:57 +02:00
2016-04-04 18:02:19 -04:00
2022-07-15 09:21:19 +00:00
2020-04-05 17:43:12 +02:00
2022-08-09 16:19:32 -04:00

Team and repository tags

image

brick

Latest Version

Downloads

OpenStack Cinder brick library for managing local volume attaches

Features

  • Discovery of volumes being attached to a host for many transport protocols.
  • Removal of volumes from a host.

Hacking

Hacking on brick requires Python 3.8+. A recent tox is required, as is a recent virtualenv (20.2.2 or newer).

For any other information, refer to the developer documents:

https://docs.openstack.org/os-brick/latest/

OR refer to the parent project, Cinder:

https://docs.openstack.org/cinder/latest/

Release notes for the project can be found at:

https://docs.openstack.org/releasenotes/os-brick

Description
Volume discovery and local storage management lib
Readme 32 MiB
Languages
Python 99.6%
Shell 0.4%