removed extra mdstat on simple san
This commit is contained in:
parent
b47c845f6d
commit
0e848f7055
1 changed files with 0 additions and 1 deletions
1
san.py
1
san.py
|
@ -8,7 +8,6 @@ mount_points = ['/mnt/raid6-a', '/mnt/raid6-b']
|
||||||
# Do not edit below this line #
|
# Do not edit below this line #
|
||||||
influx_payload = []
|
influx_payload = []
|
||||||
devices = {
|
devices = {
|
||||||
'md': mdstat.parse()['devices'].keys(),
|
|
||||||
'mount_points': {}
|
'mount_points': {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue