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 }, }, ],