mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-11 17:44:19 -05:00
Fix: Periphery should flter out "overlay" volumes, not include them
This commit is contained in:
@@ -107,7 +107,7 @@ impl StatsClient {
|
||||
.list()
|
||||
.iter()
|
||||
.filter(|d| {
|
||||
if d.file_system() != "overlay" {
|
||||
if d.file_system() == "overlay" {
|
||||
return false;
|
||||
}
|
||||
let path = d.mount_point();
|
||||
|
||||
Reference in New Issue
Block a user