Hardware für NAS (16HDD / 3U) gesucht

Danke! Du bist der Hammer :) Die richtige BIOS config wars. Den PCI Slot kann ich eh nicht gebrauchen. Nun dafür alle Platten!

Allerdings kann ich noch nicht den pool erstellen. Sehe den Fehler nicht:

Code:
zpool create tank18 raidz2 /dev/gpt/raid18r1.eli /dev/gpt/raid18r2.eli /dev/gpt/raid18r3.eli /dev/gpt/raid18r4.eli /dev/gpt/raid18r5.eli /dev/gpt/raid18r6.eli

nas3: ~# geli status
            Name  Status  Components
gpt/raid18r1.eli  ACTIVE  gpt/raid18r1
gpt/raid18r2.eli  ACTIVE  gpt/raid18r2
gpt/raid18r3.eli  ACTIVE  gpt/raid18r3
gpt/raid18r4.eli  ACTIVE  gpt/raid18r4
gpt/raid18r5.eli  ACTIVE  gpt/raid18r5
gpt/raid18r6.eli  ACTIVE  gpt/raid18r6

nas3: ~# zpool create tank18 raidz2 /dev/gpt/raid18r1.eli
invalid vdev specification: raidz2 requires at least 3 devices

nas3: ~# zpool create tank18 raidz2 /dev/gpt/raid18r1.eli /dev/gpt/raid18r2.eli /dev/gpt/raid18r3.eli
cannot open '/dev/gpt/raid18r2.eli /dev/gpt/raid18r3.eli': No such file or directory
 
RTFM in Fällen des Kopfkratzens ist der Hammer. ;)

Mit Vorbehalt, dass du die Reihenfolge geli+Partitionierung so absichtlich und den Pool mit raidz2-vdev aus 6 Platten willst, sollte das so gehen:
zpool create raidz2 gpt/raid18r1.eli gpt/raid18r2.eli gpt/raid18r3.eli gpt/raid18r4.eli gpt/raid18r5.eli gpt/raid18r6.eli
 
ah ok, /dev/ weglassen. und schon gehts weiter mit probs.. die r5 platte hat write fehler.

Code:
(ada4:ahcich8:0:0:0): READ_FPDMA_QUEUED. ACB: 60 e0 48 fe 3f 40 00 00 00 00 00 00
(ada4:ahcich8:0:0:0): CAM status: Uncorrectable parity/CRC error
(ada4:ahcich8:0:0:0): Retrying command, 0 more tries remain
(ada4:ahcich8:0:0:0): WRITE_FPDMA_QUEUED. ACB: 61 00 d0 31 eb 40 0a 00 00 01 00 00
(ada4:ahcich8:0:0:0): CAM status: Uncorrectable parity/CRC error
(ada4:ahcich8:0:0:0): Error 5, Retries exhausted
(ada4:ahcich8:0:0:0): WRITE_FPDMA_QUEUED. ACB: 61 00 d0 32 eb 40 0a 00 00 01 00 00
(ada4:ahcich8:0:0:0): CAM status: Uncorrectable parity/CRC error
(ada4:ahcich8:0:0:0): Error 5, Retries exhausted
(ada4:ahcich8:0:0:0): WRITE_FPDMA_QUEUED. ACB: 61 00 d0 33 eb 40 0a 00 00 01 00 00
gpt/raid18r5.eli[WRITE(offset=91644219392, length=32768)]


SMART Attributes Data Structure revision number: 10
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x000f   100   100   044    Pre-fail  Always       -       2059686
  3 Spin_Up_Time            0x0003   092   090   000    Pre-fail  Always       -       0
  4 Start_Stop_Count        0x0032   100   100   020    Old_age   Always       -       24
  5 Reallocated_Sector_Ct   0x0033   100   100   010    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x000f   100   253   045    Pre-fail  Always       -       62213
  9 Power_On_Hours          0x0032   100   100   000    Old_age   Always       -       46
 10 Spin_Retry_Count        0x0013   100   100   097    Pre-fail  Always       -       0
 12 Power_Cycle_Count       0x0032   100   100   020    Old_age   Always       -       24
 18 Unknown_Attribute       0x000b   100   100   050    Pre-fail  Always       -       0
187 Reported_Uncorrect      0x0032   100   100   000    Old_age   Always       -       0
188 Command_Timeout         0x0032   001   001   000    Old_age   Always       -       2834
190 Airflow_Temperature_Cel 0x0022   061   049   000    Old_age   Always       -       39 (Min/Max 39/39)
192 Power-Off_Retract_Count 0x0032   100   100   000    Old_age   Always       -       12
193 Load_Cycle_Count        0x0032   100   100   000    Old_age   Always       -       41
194 Temperature_Celsius     0x0022   039   040   000    Old_age   Always       -       39 (0 20 0 0 0)
197 Current_Pending_Sector  0x0012   100   100   000    Old_age   Always       -       0
198 Offline_Uncorrectable   0x0010   100   100   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x003e   199   161   000    Old_age   Always       -       2553
200 Multi_Zone_Error_Rate   0x0023   100   100   001    Pre-fail  Always       -       0
240 Head_Flying_Hours       0x0000   100   253   000    Old_age   Offline      -       2 (168 225 0)
241 Total_LBAs_Written      0x0000   100   253   000    Old_age   Offline      -       530786
242 Total_LBAs_Read         0x0000   100   253   000    Old_age   Offline      -       1528900

long selftest habe ich gestartet.
 
hab noch den anderen freien Anschluss genommen, bisher nix- aber auch noch keine große "action". resilvering gut, mit 1 bei CKSUM

Wundere mich jetzt, woher die 27.1G used herkommen? Ist ja noch nichts drin..

Code:
NAME                         USED  AVAIL  REFER  MOUNTPOINT
data18nas3/bilderdb-ingest  27.1G  63.2T  27.1G  /data/samba/bilderdb-ingest

nas3: bilderdb-ingest# ls -la
total 9
drwxrwxr-x   2 smbdata  smbgroup   2 Apr  5 15:44 .
drwxr-xr-x  10 smbdata  smbgroup  10 Oct 26 16:20 ..

nas3: bilderdb-ingest# du -sh /data/samba/bilderdb-ingest/
512B    /data/samba/bilderdb-ingest/
 
nein...

Code:
NAME                                          USED  AVAIL  REFER  MOUNTPOINT
zroot/ROOT/default-install@factory-defaults   376K      -   634M  -
 
Zurück
Oben