removed extra mdstat on simple san

This commit is contained in:
Nicholas St. Germain 2018-02-12 17:58:27 -06:00
parent b47c845f6d
commit 0e848f7055

1
san.py
View file

@ -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': {}
}