summaryrefslogtreecommitdiff
path: root/lib/ohai/plugins/filesystem.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-12-23 14:50:48 -0800
committerGitHub <noreply@github.com>2020-12-23 14:50:48 -0800
commit98957d5c093c120aba6799dfab21c6ddf3eaff22 (patch)
treeab23f9f04b08f07b5dfb4198a5b25933af779f61 /lib/ohai/plugins/filesystem.rb
parentd6ccd995f47034ce8c2b3f31ebd503f610e7ee03 (diff)
parent508f087716c3a3090bda33cf8340eb4cf32c812f (diff)
downloadohai-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.rb6
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