diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-12-23 13:25:08 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-12-23 13:25:08 -0800 |
commit | 8d9acd0bd3253f059d4085da0f9920fe4e3d11aa (patch) | |
tree | 2878158a1eb3d5aa5f0953ebd80e984f29dd1c68 | |
parent | d6ccd995f47034ce8c2b3f31ebd503f610e7ee03 (diff) | |
download | ohai-8d9acd0bd3253f059d4085da0f9920fe4e3d11aa.tar.gz |
Stop gathering filesystem2 data on BSD/Solaris/AIX
This was planned to end in Ohai 17
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | lib/ohai/plugins/filesystem.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/ohai/plugins/filesystem.rb b/lib/ohai/plugins/filesystem.rb index 5049e1bd..6214853c 100644 --- a/lib/ohai/plugins/filesystem.rb +++ b/lib/ohai/plugins/filesystem.rb @@ -466,9 +466,7 @@ Ohai.plugin(:Filesystem) do fs_data["by_mountpoint"] = by_mountpoint fs_data["by_pair"] = by_pair - # @todo in Chef 17 the filesystem2 part of this goes away filesystem fs_data - filesystem2 fs_data end collect_data(:darwin) do @@ -613,9 +611,7 @@ Ohai.plugin(:Filesystem) do fs_data["by_mountpoint"] = by_mountpoint fs_data["by_pair"] = by_pair - # @todo in Chef 17 the filesystem2 plugin goes away filesystem fs_data - filesystem2 fs_data end collect_data(:aix) do @@ -705,9 +701,7 @@ Ohai.plugin(:Filesystem) do fs_data["by_mountpoint"] = by_mountpoint fs_data["by_pair"] = by_pair - # @todo in Chef 17 the filesystem2 plugin goes away here filesystem fs_data - filesystem2 fs_data end collect_data(:windows) do |