diff options
author | Tim Smith <tsmith@chef.io> | 2020-12-23 14:50:48 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-23 14:50:48 -0800 |
commit | 98957d5c093c120aba6799dfab21c6ddf3eaff22 (patch) | |
tree | ab23f9f04b08f07b5dfb4198a5b25933af779f61 /lib/ohai/plugins/filesystem.rb | |
parent | d6ccd995f47034ce8c2b3f31ebd503f610e7ee03 (diff) | |
parent | 508f087716c3a3090bda33cf8340eb4cf32c812f (diff) | |
download | ohai-98957d5c093c120aba6799dfab21c6ddf3eaff22.tar.gz |
Merge pull request #1592 from chef/remove_filesystem2_nix
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/ohai/plugins/filesystem.rb')
-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 |