From 0e848f705515dfdb3c5807550372c04cb3a6079d Mon Sep 17 00:00:00 2001 From: "Nicholas St. Germain" Date: Mon, 12 Feb 2018 17:58:27 -0600 Subject: [PATCH] removed extra mdstat on simple san --- san.py | 1 - 1 file changed, 1 deletion(-) diff --git a/san.py b/san.py index c9727f1..6249405 100644 --- a/san.py +++ b/san.py @@ -8,7 +8,6 @@ mount_points = ['/mnt/raid6-a', '/mnt/raid6-b'] # Do not edit below this line # influx_payload = [] devices = { - 'md': mdstat.parse()['devices'].keys(), 'mount_points': {} }