proc.plugin: remove traces of /proc/spl/kstat/zfs/pool/state (#19491)
Reading of `/proc/spl/kstat/zfs/pool/state` was removed in #18389, but not the related config option. Clean it up.
Ivan Shapovalov committed
Jan 27, 2025 at 09:49 UTC
31dc9ecb9ed7524e1d0f304ae9f11b4095242959
1 file changed
-1
src/collectors/proc.plugin/plugin_proc.c
-1
@@ -213,7 +213,6 @@ void *proc_main(void *ptr)
213
}
214
215
config_get_boolean("plugin:proc", "/proc/pagetypeinfo", CONFIG_BOOLEAN_NO);
216
- config_get_boolean("plugin:proc", "/proc/spl/kstat/zfs/pool/state", CONFIG_BOOLEAN_NO);
216
217
// check the enabled status for each module
218
int i;