Remove FreeBSD support for zfs plugin.

This also involves removing zfs_zpool code for now.

Signed-Off-By: Corey Stewart <stewa169@purdue.edu>
Signed-Off-By: Joe Handzik <joseph.t.handzik@hpe.com>
This commit is contained in:
Corey Stewart 2016-12-08 10:06:53 -05:00 committed by Joe Handzik
commit 10ba27bf2c
7 changed files with 3 additions and 369 deletions

View file

@ -11,11 +11,11 @@
// See the License for the specific language governing permissions and
// limitations under the License.
package collector
// +build linux freebsd
// +build linux
// +build !nozfs
package collector
import (
"errors"
"strings"