Documentation : wrong LVM filter
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cinder |
New
|
Undecided
|
Eric Harney |
Bug Description
- [ ] This doc is inaccurate in this way: ______
- [ ] This is a doc addition request.
- [x] I have a fix to the document that I can paste below including example: input and output.
Input
-----
devices {
...
filter = [ "a/sdb/", "r/.*/"]
Output
------
devices {
...
filter = [ "a/sdb/", "r/.*/"]
global_filter = [ "a/sdb/", "r/.*/"]
----------
We also need to use the global_filter key to prevent lvmetad and other process to scan those devices.
If we just use the filter key, indeed it prevent the usage of VM volumes but the nodes are created and it ca lead to conflicts.
Source : https:/
-------
Release: 12.0.1.dev4 on 2018-03-04 10:48
SHA: 0983a422fa3e089
Source: https:/
URL: https:/
description: | updated |
Changed in cinder: | |
assignee: | nobody → Eric Harney (eharney) |