From 5de7e0245aa07f71e62f1277d4dccbeee46355c3 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 19 Feb 2022 17:46:14 +0100 Subject: [PATCH] home.rechenmonster: fix trailing whitespace --- nodes/home/rechenmonster.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/nodes/home/rechenmonster.py b/nodes/home/rechenmonster.py index 74c30cb..f4e76ad 100644 --- a/nodes/home/rechenmonster.py +++ b/nodes/home/rechenmonster.py @@ -72,14 +72,14 @@ nodes['home.rechenmonster'] = { { 'type': 'raidz2', 'devices': { - '/dev/disk/by-id/scsi-35000c50057a2d787', # a - '/dev/disk/by-id/scsi-35000c500579053bf', # b - '/dev/disk/by-id/scsi-35000c5005796c697', # c - '/dev/disk/by-id/scsi-35000c50057a1c55b', # d - '/dev/disk/by-id/scsi-35000c5005781a2e7', #e - '/dev/disk/by-id/scsi-35000c5005795ce2b', #f - '/dev/disk/by-id/scsi-35000c50057a12fa3', #g - '/dev/disk/by-id/scsi-35000c50057a19aa3', #h + '/dev/disk/by-id/scsi-35000c50057a2d787', # sda + '/dev/disk/by-id/scsi-35000c500579053bf', # sdb + '/dev/disk/by-id/scsi-35000c5005796c697', # sdc + '/dev/disk/by-id/scsi-35000c50057a1c55b', # sdd + '/dev/disk/by-id/scsi-35000c5005781a2e7', # sde + '/dev/disk/by-id/scsi-35000c5005795ce2b', # sdf + '/dev/disk/by-id/scsi-35000c50057a12fa3', # sdg + '/dev/disk/by-id/scsi-35000c50057a19aa3', # sdh }, }, ],