Thanks for replay.
The default value is `global_filter = [ "r|/dev/zd.*|", "r|/dev/mapper/pve-.*|" "r|/dev/mapper/.*-(vm|base)--[0-9]+--disk--[0-9]+|" ] `.
I want to filter my HDD (/dev/sdb*) and change it to `global_filter = [ "r|/dev/sdb*|", "r|/dev/zd.*|", "r|/dev/mapper/pve-.*|"...
There is a tutorial about configuring the `global_filter` in `lvm.conf` to spin down some disks, please see Disk prevent from spinning down because of pvestatd.
But after adding `"r|/dev/sdb*|"` to the `global_filter`, it appears that `vgscan` does not scan `/dev/sda` neither, and causes...
It appears that filtering `sdb*` devices in the "global_filter" also stops vgscan from scanning `sda* devices. (You can see this behaviour through `dstat -D sda`.)
There may be some implementation issues of the filter or i misunderstand the syntax of "global_filter"...
My solution is to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.