* [Hardware] Медленная скорость, замена диска в raid1 с 512б на 4k
@ 2012-02-29 19:09 Dubrovskiy Viacheslav
2012-02-29 19:21 ` Michael Shigorin
2012-03-01 10:47 ` Sergey Vlasov
0 siblings, 2 replies; 8+ messages in thread
From: Dubrovskiy Viacheslav @ 2012-02-29 19:09 UTC (permalink / raw)
To: Hardware
[-- Attachment #1: Type: text/plain, Size: 4490 bytes --]
Здравствуйте.
Сервер на t6 бранче. Софтовый рейд
# cat /proc/mdstat
Personalities : [raid1]
md2 : active raid1 sdb3[2] sda3[0]
463822039 blocks super 1.2 [2/2] [UU]
md1 : active raid1 sdb2[1] sda2[0]
20474752 blocks [2/2] [UU]
md0 : active raid1 sdb1[1] sda1[0]
4088384 blocks [2/2] [UU]
unused devices: <none>
Умер диск sdb. Т.к. с дисками напряженка, то заменили на то что было.
Получилось:
# hdparm -i /dev/sda
/dev/sda:
Model=WDC WD5002ABYS-02B1B0, FwRev=02.03B03, SerialNo=WD-WCASYE765082
Config={ HardSect NotMFM HdSw>15uSec SpinMotCtl Fixed DTR>5Mbs FmtGapReq }
RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=50
BuffType=unknown, BuffSize=16384kB, MaxMultSect=16, MultSect=16
CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=976773168
IORDY=on/off, tPIO={min:120,w/IORDY:120}, tDMA={min:120,rec:120}
PIO modes: pio0 pio3 pio4
DMA modes: mdma0 mdma1 mdma2
UDMA modes: udma0 udma1 udma2 udma3 udma4 udma5 *udma6
AdvancedPM=no WriteCache=enabled
Drive conforms to: Unspecified: ATA/ATAPI-1,2,3,4,5,6,7
* signifies the current active mode
И
# hdparm -i /dev/sdb
/dev/sdb:
Model=WDC WD5003ABYX-01WERA0, FwRev=01.01S01, SerialNo=WD-WMAYP1781683
Config={ HardSect NotMFM HdSw>15uSec SpinMotCtl Fixed DTR>5Mbs FmtGapReq }
RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=50
BuffType=unknown, BuffSize=unknown, MaxMultSect=16, MultSect=16
CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=976773168
IORDY=on/off, tPIO={min:120,w/IORDY:120}, tDMA={min:120,rec:120}
PIO modes: pio0 pio3 pio4
DMA modes: mdma0 mdma1 mdma2
UDMA modes: udma0 udma1 udma2 udma3 udma4 udma5 *udma6
AdvancedPM=yes: unknown setting WriteCache=enabled
Drive conforms to: Unspecified: ATA/ATAPI-1,2,3,4,5,6,7
* signifies the current active mode
Проблема в том, что скорость записи на sdb раза в 6-7 раз ниже чем на
sda. Смотрю с помощью atop и hdparm
# hdparm -tT /dev/sda
/dev/sda:
Timing cached reads: 1124 MB in 2.00 seconds = 561.60 MB/sec
Timing buffered disk reads: 234 MB in 3.00 seconds = 77.99 MB/sec
# hdparm -tT /dev/sdb
/dev/sdb:
Timing cached reads: 1094 MB in 2.00 seconds = 546.74 MB/sec
Timing buffered disk reads: 34 MB in 3.14 seconds = 10.82 MB/sec
Хоть и пишут что это диск с размером сектора 512 байт, но я думаю что
проблема с выравниванием раздела имеет место. Т.к. диск размечался с
помощью команды sfdisk -d /dev/sda | sfdisk /dev/sdb для подключения в рейд.
Вопрос: Как быть в такой ситуации? Можно ли разбить диск вручную с
учетом выравнивания раздела и потом добавить в рейд? Я так понимаю что
размер разделов будет не идентичный. Как быть в этом случае?
Может есть другие причины медленной работы диска?
# fdisk -l
Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdb1 63 8177084 4088511 fd Linux raid
autodetect
/dev/sdb2 * 8177085 49126769 20474842+ fd Linux raid
autodetect
/dev/sdb3 49126770 976773167 463823199 fd Linux raid
autodetect
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sda1 63 8177084 4088511 fd Linux raid
autodetect
/dev/sda2 * 8177085 49126769 20474842+ fd Linux raid
autodetect
/dev/sda3 49126770 976773167 463823199 fd Linux raid
autodetect
Спасибо заранее за совет.
--
WBR,
Dubrovskiy Viacheslav
[-- Attachment #2: ÐÑипÑогÑаÑиÑеÑÐºÐ°Ñ Ð¿Ð¾Ð´Ð¿Ð¸ÑÑ S/MIME --]
[-- Type: application/pkcs7-signature, Size: 4922 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Hardware] Медленная скорость, замена диска в raid1 с 512б на 4k
2012-02-29 19:09 [Hardware] Медленная скорость, замена диска в raid1 с 512б на 4k Dubrovskiy Viacheslav
@ 2012-02-29 19:21 ` Michael Shigorin
2012-03-01 1:25 ` Alexei Takaseev
2012-03-03 20:47 ` Sergey
2012-03-01 10:47 ` Sergey Vlasov
1 sibling, 2 replies; 8+ messages in thread
From: Michael Shigorin @ 2012-02-29 19:21 UTC (permalink / raw)
To: Hardware
On Wed, Feb 29, 2012 at 02:09:55PM -0500, Dubrovskiy Viacheslav wrote:
> Вопрос: Как быть в такой ситуации? Можно ли разбить диск
> вручную с учетом выравнивания раздела и потом добавить в рейд?
На всякий:
- http://www.altlinux.org/BigSector
- mdadm умеет делать один из дисков в зеркале write-mostly
> Disk /dev/sdb: 500.1 GB, 500107862016 bytes
> Disk /dev/sda: 500.1 GB, 500107862016 bytes
На пятисотках не делали 4k-сектор вроде, от терабайта и выше.
Возможно, просто битый диск.
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Hardware] Медленная скорость, замена диска в raid1 с 512б на 4k
2012-02-29 19:21 ` Michael Shigorin
@ 2012-03-01 1:25 ` Alexei Takaseev
2012-03-03 20:47 ` Sergey
1 sibling, 0 replies; 8+ messages in thread
From: Alexei Takaseev @ 2012-03-01 1:25 UTC (permalink / raw)
To: hardware, shigorin
----- Исходное сообщение -----
> От: "Michael Shigorin" <mike@osdn.org.ua>
> Кому: Hardware@lists.altlinux.org
> Отправленные: Четверг, 1 Март 2012 г 4:21:34
> Тема: Re: [Hardware] Медленная скорость, замена диска в raid1 с 512б на 4k
>
> On Wed, Feb 29, 2012 at 02:09:55PM -0500, Dubrovskiy Viacheslav
> wrote:
> > Вопрос: Как быть в такой ситуации? Можно ли разбить диск
> > вручную с учетом выравнивания раздела и потом добавить в рейд?
>
> На всякий:
> - http://www.altlinux.org/BigSector
> - mdadm умеет делать один из дисков в зеркале write-mostly
>
> > Disk /dev/sdb: 500.1 GB, 500107862016 bytes
> > Disk /dev/sda: 500.1 GB, 500107862016 bytes
>
> На пятисотках не делали 4k-сектор вроде, от терабайта и выше.
> Возможно, просто битый диск.
При том битый тот, с которого чтение. Когда посыпался Raid1 копирование со старых дисков раздела в 500 гигов заняло трое суток. Потом с нового на новый все за 4 часа под нагрузкой скопировалось.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Hardware] Медленная скорость, замена диска в raid1 с 512б на 4k
2012-02-29 19:21 ` Michael Shigorin
2012-03-01 1:25 ` Alexei Takaseev
@ 2012-03-03 20:47 ` Sergey
2012-06-15 7:25 ` Sergey
1 sibling, 1 reply; 8+ messages in thread
From: Sergey @ 2012-03-03 20:47 UTC (permalink / raw)
To: Hardware
On 29 февраля 2012 21:21:34 Michael Shigorin wrote:
> На пятисотках не делали 4k-сектор вроде,
Я тоже так думал, пока ко мне нотебук не попал с TOSHIBA MK3259GSXP.
320Гб и 4К сектор.
--
С уважением, Сергей
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Hardware] Медленная скорость, замена диска в raid1 с 512б на 4k
2012-03-03 20:47 ` Sergey
@ 2012-06-15 7:25 ` Sergey
0 siblings, 0 replies; 8+ messages in thread
From: Sergey @ 2012-06-15 7:25 UTC (permalink / raw)
To: hardware
On Sunday 04 March 2012, Sergey wrote:
> > На пятисотках не делали 4k-сектор вроде,
>
> Я тоже так думал, пока ко мне нотебук не попал с TOSHIBA MK3259GSXP.
> 320Гб и 4К сектор.
Во, ещё один...
Device Model: ST500DM002-1BD142
Serial Number: Z2AV9N48
LU WWN Device Id: 5 000c50 04d2a49fe
Firmware Version: KC45
User Capacity: 500,107,862,016 bytes [500 GB]
Sector Sizes: 512 bytes logical, 4096 bytes physical
Понеслось, в общем...
--
С уважением, Сергей
a_s_y@sama.ru
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Hardware] Медленная скорость, замена диска в raid1 с 512б на 4k
2012-02-29 19:09 [Hardware] Медленная скорость, замена диска в raid1 с 512б на 4k Dubrovskiy Viacheslav
2012-02-29 19:21 ` Michael Shigorin
@ 2012-03-01 10:47 ` Sergey Vlasov
2012-03-01 17:03 ` Dubrovskiy Viacheslav
1 sibling, 1 reply; 8+ messages in thread
From: Sergey Vlasov @ 2012-03-01 10:47 UTC (permalink / raw)
To: hardware
[-- Attachment #1: Type: text/plain, Size: 2766 bytes --]
On Wed, Feb 29, 2012 at 02:09:55PM -0500, Dubrovskiy Viacheslav wrote:
> /dev/sda:
> Model=WDC WD5002ABYS-02B1B0, FwRev=02.03B03, SerialNo=WD-WCASYE765082
> /dev/sdb:
> Model=WDC WD5003ABYX-01WERA0, FwRev=01.01S01, SerialNo=WD-WMAYP1781683
Вообще серия WD RE4 пока вроде бы идёт без Advanced Format.
> # hdparm -tT /dev/sda
> /dev/sda:
> Timing cached reads: 1124 MB in 2.00 seconds = 561.60 MB/sec
> Timing buffered disk reads: 234 MB in 3.00 seconds = 77.99 MB/sec
>
> # hdparm -tT /dev/sdb
> /dev/sdb:
> Timing cached reads: 1094 MB in 2.00 seconds = 546.74 MB/sec
> Timing buffered disk reads: 34 MB in 3.14 seconds = 10.82 MB/sec
Если в этот момент диск не загружен ничем (например, синхронизацией RAID),
и такие результаты повторяются - вероятнее всего, это плохой диск, который
необходимо заменить. На самом деле даже диск с 4K секторами показал бы на
последовательных обращениях, тем более по чтению, вполне нормальную
скорость - тормоза там проявляются главным образом при невыровненной
записи.
На всякий случай проверьте, нет ли ошибок в dmesg, ну и смотрите вывод
smartctl -x /dev/sdb (хотя в подобных случаях там может и не быть ничего
подозрительного).
> Disk /dev/sdb: 500.1 GB, 500107862016 bytes
> 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
> Units = sectors of 1 * 512 = 512 bytes
> Sector size (logical/physical): 512 bytes / 512 bytes
> I/O size (minimum/optimal): 512 bytes / 512 bytes
> Disk identifier: 0x00000000
>
> Device Boot Start End Blocks Id System
> /dev/sdb1 63 8177084 4088511 fd Linux raid autodetect
> /dev/sdb2 * 8177085 49126769 20474842+ fd Linux raid autodetect
> /dev/sdb3 49126770 976773167 463823199 fd Linux raid autodetect
Разбивать диски настолько впритык не стоит - как минимум может иметь смысл
не залезать за официально заявленный размер в десятичных гигабайтах (в
данном случае это 976562500 секторов), иначе в случае необходимости замены
на диск другого производителя места может не хватить (например, некоторые
модели Samsung не давали ни одного лишнего байта сверх заявленной ёмкости
в "малых" гигабайтах).
В случае необходимости выравнивания "здесь и сейчас" в принципе можно
выровнять разделы хотя бы на 4К (8 секторов), сместив их ближе к началу
диска, но сохранив размеры:
sdb1 56 8177077 (-7)
sdb2 8177080 49126764 (-5)
sdb3 49126768 976773165 (-2)
Правда, от этого могут возникнуть некоторые проблемы с загрузкой с такого
RAID (поскольку расположение разделов на дисках не будет совпадать), но
вроде бы lilo поддерживает такой вариант (придётся использовать параметр
raid-extra-boot=mbr).
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 190 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Hardware] Медленная скорость, замена диска в raid1 с 512б на 4k
2012-03-01 10:47 ` Sergey Vlasov
@ 2012-03-01 17:03 ` Dubrovskiy Viacheslav
2012-03-01 19:56 ` Michael Shigorin
0 siblings, 1 reply; 8+ messages in thread
From: Dubrovskiy Viacheslav @ 2012-03-01 17:03 UTC (permalink / raw)
To: hardware
[-- Attachment #1.1: Type: text/plain, Size: 4191 bytes --]
01.03.2012 05:47, Sergey Vlasov пишет:
> On Wed, Feb 29, 2012 at 02:09:55PM -0500, Dubrovskiy Viacheslav wrote:
>> /dev/sda:
>> Model=WDC WD5002ABYS-02B1B0, FwRev=02.03B03, SerialNo=WD-WCASYE765082
>> /dev/sdb:
>> Model=WDC WD5003ABYX-01WERA0, FwRev=01.01S01, SerialNo=WD-WMAYP1781683
> Вообще серия WD RE4 пока вроде бы идёт без Advanced Format.
>
>> # hdparm -tT /dev/sda
>> /dev/sda:
>> Timing cached reads: 1124 MB in 2.00 seconds = 561.60 MB/sec
>> Timing buffered disk reads: 234 MB in 3.00 seconds = 77.99 MB/sec
>>
>> # hdparm -tT /dev/sdb
>> /dev/sdb:
>> Timing cached reads: 1094 MB in 2.00 seconds = 546.74 MB/sec
>> Timing buffered disk reads: 34 MB in 3.14 seconds = 10.82 MB/sec
> Если в этот момент диск не загружен ничем (например, синхронизацией RAID),
> и такие результаты повторяются - вероятнее всего, это плохой диск, который
> необходимо заменить. На самом деле даже диск с 4K секторами показал бы на
> последовательных обращениях, тем более по чтению, вполне нормальную
> скорость - тормоза там проявляются главным образом при невыровненной
> записи.
>
> На всякий случай проверьте, нет ли ошибок в dmesg, ну и смотрите вывод
> smartctl -x /dev/sdb (хотя в подобных случаях там может и не быть ничего
> подозрительного).
Т.е. все склоняются к мысли что это не проблема 4к.
Меня в выводе hdparm -i /dev/sdb не понятно почему
BuffSize=unknown
Т.е. нету буфера? Может ли это быть ошибка hdparm? Как-то можно это
проверить? Какие аргументы можно провести продавцу для замены?
При этом SMART девственно чистый. См вложение.
В dmesg из подозрительного только вот это
[ 3121.735160] ------------[ cut here ]------------
[ 3121.735184] WARNING: at kernel/sched.c:6192
thread_return+0x3a7/0x7eb() (Not tainted)
[ 3121.735191] Hardware name:
[ 3121.735195] Modules linked in: simfs vzethdev vznetdev vzrst vzcpt
nfs lockd fscache nfs_acl auth_rpcgss vzdquota vzmon vzdev af_packet
ip6t_REJECT ip6table_mangle ipv6 ip6table_filter ip6_tables xt_tcpudp
ipt_REDIRECT vzevent sunrpc xt_NOTRACK iptable_raw nf_nat_irc nf_nat_ftp
nf_conntrack_irc nf_conntrack_ftp ipt_REJECT xt_multiport xt_recent
xt_owner xt_state xt_limit ipt_LOG iptable_nat nf_nat iptable_mangle
iptable_filter nf_conntrack_ipv4 nf_conntrack nf_defrag_ipv4 ip_tables
x_tables ext3 jbd dm_snapshot dm_multipath scsi_dh dm_mod rtc_cmos
i2c_i801 rtc_core psmouse iTCO_wdt ehci_hcd uhci_hcd evdev serio_raw sg
rtc_lib e1000 usbcore iTCO_vendor_support i2c_core thermal button
processor sha1_generic arc4 ecb ppp_mppe ppp_deflate zlib_deflate
ppp_async ppp_generic slhc crc_ccitt ext4 mbcache jbd2 crc16 raid1
sd_mod crc_t10dif pata_acpi ata_generic ata_piix libata scsi_mod
[ 3121.735360] Pid: 17, comm: ksoftirqd/3 veid: 0 Not tainted
2.6.32-ovz-el-alt49 #1
[ 3121.735367] Call Trace:
[ 3121.735388] [<ffffffff8106ae37>] ? warn_slowpath_common+0x87/0xc0
[ 3121.735398] [<ffffffff8106ae8a>] ? warn_slowpath_null+0x1a/0x20
[ 3121.735407] [<ffffffff81419a4c>] ? thread_return+0x3a7/0x7eb
[ 3121.735421] [<ffffffff810736e5>] ? ksoftirqd+0xd5/0x110
[ 3121.735431] [<ffffffff81073610>] ? ksoftirqd+0x0/0x110
[ 3121.735447] [<ffffffff81094916>] ? kthread+0x96/0xa0
[ 3121.735459] [<ffffffff8100c20a>] ? child_rip+0xa/0x20
[ 3121.735466] [<ffffffff81094880>] ? kthread+0x0/0xa0
[ 3121.735474] [<ffffffff8100c200>] ? child_rip+0x0/0x20
[ 3121.735480] ---[ end trace afd16f4f6faf843b ]---
Попробую еще полечить методом ребута. Других идей нет.
--
WBR,
Dubrovskiy Viacheslav
[-- Attachment #1.2: sdb.txt --]
[-- Type: text/plain, Size: 13158 bytes --]
smartctl 5.42 2011-10-20 r3458 [x86_64-linux-2.6.32-ovz-el-alt49] (ALT Linux 5.42-alt1)
Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net
=== START OF INFORMATION SECTION ===
Model Family: Western Digital RE4 Serial ATA
Device Model: WDC WD5003ABYX-01WERA0
Serial Number: WD-WMAYP1781683
LU WWN Device Id: 5 0014ee 002dd0180
Firmware Version: 01.01S01
User Capacity: 500,107,862,016 bytes [500 GB]
Sector Size: 512 bytes logical/physical
Device is: In smartctl database [for details use: -P show]
ATA Version is: 8
ATA Standard is: Exact ATA specification draft version not indicated
Local Time is: Thu Mar 1 18:55:26 2012 EET
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
General SMART Values:
Offline data collection status: (0x80) Offline data collection activity
was never started.
Auto Offline Data Collection: Enabled.
Self-test execution status: ( 0) The previous self-test routine completed
without error or no self-test has ever
been run.
Total time to complete Offline
data collection: ( 8100) seconds.
Offline data collection
capabilities: (0x7b) SMART execute Offline immediate.
Auto Offline data collection on/off support.
Suspend Offline collection upon new
command.
Offline surface scan supported.
Self-test supported.
Conveyance Self-test supported.
Selective Self-test supported.
SMART capabilities: (0x0003) Saves SMART data before entering
power-saving mode.
Supports SMART auto save timer.
Error logging capability: (0x01) Error logging supported.
General Purpose Logging supported.
Short self-test routine
recommended polling time: ( 2) minutes.
Extended self-test routine
recommended polling time: ( 86) minutes.
Conveyance self-test routine
recommended polling time: ( 5) minutes.
SCT capabilities: (0x303f) SCT Status supported.
SCT Error Recovery Control supported.
SCT Feature Control supported.
SCT Data Table supported.
SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAGS VALUE WORST THRESH FAIL RAW_VALUE
1 Raw_Read_Error_Rate POSR-K 175 174 051 - 239
3 Spin_Up_Time POS--K 100 253 021 - 0
4 Start_Stop_Count -O--CK 100 100 000 - 4
5 Reallocated_Sector_Ct PO--CK 200 200 140 - 0
7 Seek_Error_Rate -OSR-K 200 200 000 - 0
9 Power_On_Hours -O--CK 100 100 000 - 81
10 Spin_Retry_Count -O--CK 100 253 000 - 0
11 Calibration_Retry_Count -O--CK 100 253 000 - 0
12 Power_Cycle_Count -O--CK 100 100 000 - 3
192 Power-Off_Retract_Count -O--CK 200 200 000 - 2
193 Load_Cycle_Count -O--CK 200 200 000 - 1
194 Temperature_Celsius -O---K 121 110 000 - 22
196 Reallocated_Event_Count -O--CK 200 200 000 - 0
197 Current_Pending_Sector -O--CK 200 200 000 - 0
198 Offline_Uncorrectable ----CK 100 253 000 - 0
199 UDMA_CRC_Error_Count -O--CK 200 200 000 - 0
200 Multi_Zone_Error_Rate ---R-- 100 253 000 - 0
||||||_ K auto-keep
|||||__ C event count
||||___ R error rate
|||____ S speed/performance
||_____ O updated online
|______ P prefailure warning
General Purpose Log Directory Version 1
SMART Log Directory Version 1 [multi-sector log support]
GP/S Log at address 0x00 has 1 sectors [Log Directory]
SMART Log at address 0x01 has 1 sectors [Summary SMART error log]
SMART Log at address 0x02 has 5 sectors [Comprehensive SMART error log]
GP Log at address 0x03 has 6 sectors [Ext. Comprehensive SMART error log]
SMART Log at address 0x06 has 1 sectors [SMART self-test log]
GP Log at address 0x07 has 1 sectors [Extended self-test log]
SMART Log at address 0x09 has 1 sectors [Selective self-test log]
GP Log at address 0x10 has 1 sectors [NCQ Command Error log]
GP Log at address 0x11 has 1 sectors [SATA Phy Event Counters]
GP/S Log at address 0x80 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x81 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x82 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x83 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x84 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x85 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x86 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x87 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x88 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x89 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x8a has 16 sectors [Host vendor specific log]
GP/S Log at address 0x8b has 16 sectors [Host vendor specific log]
GP/S Log at address 0x8c has 16 sectors [Host vendor specific log]
GP/S Log at address 0x8d has 16 sectors [Host vendor specific log]
GP/S Log at address 0x8e has 16 sectors [Host vendor specific log]
GP/S Log at address 0x8f has 16 sectors [Host vendor specific log]
GP/S Log at address 0x90 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x91 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x92 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x93 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x94 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x95 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x96 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x97 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x98 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x99 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x9a has 16 sectors [Host vendor specific log]
GP/S Log at address 0x9b has 16 sectors [Host vendor specific log]
GP/S Log at address 0x9c has 16 sectors [Host vendor specific log]
GP/S Log at address 0x9d has 16 sectors [Host vendor specific log]
GP/S Log at address 0x9e has 16 sectors [Host vendor specific log]
GP/S Log at address 0x9f has 16 sectors [Host vendor specific log]
GP/S Log at address 0xa0 has 16 sectors [Device vendor specific log]
GP/S Log at address 0xa1 has 16 sectors [Device vendor specific log]
GP/S Log at address 0xa2 has 16 sectors [Device vendor specific log]
GP/S Log at address 0xa3 has 16 sectors [Device vendor specific log]
GP/S Log at address 0xa4 has 16 sectors [Device vendor specific log]
GP/S Log at address 0xa5 has 16 sectors [Device vendor specific log]
GP/S Log at address 0xa6 has 16 sectors [Device vendor specific log]
GP/S Log at address 0xa7 has 16 sectors [Device vendor specific log]
GP/S Log at address 0xa8 has 1 sectors [Device vendor specific log]
GP/S Log at address 0xa9 has 1 sectors [Device vendor specific log]
GP/S Log at address 0xaa has 1 sectors [Device vendor specific log]
GP/S Log at address 0xab has 1 sectors [Device vendor specific log]
GP/S Log at address 0xac has 1 sectors [Device vendor specific log]
GP/S Log at address 0xad has 1 sectors [Device vendor specific log]
GP/S Log at address 0xae has 1 sectors [Device vendor specific log]
GP/S Log at address 0xaf has 1 sectors [Device vendor specific log]
GP/S Log at address 0xb0 has 1 sectors [Device vendor specific log]
GP/S Log at address 0xb1 has 1 sectors [Device vendor specific log]
GP/S Log at address 0xb2 has 1 sectors [Device vendor specific log]
GP/S Log at address 0xb3 has 1 sectors [Device vendor specific log]
GP/S Log at address 0xb4 has 1 sectors [Device vendor specific log]
GP/S Log at address 0xb5 has 1 sectors [Device vendor specific log]
GP Log at address 0xb6 has 1 sectors [Device vendor specific log]
GP/S Log at address 0xb7 has 1 sectors [Device vendor specific log]
GP/S Log at address 0xbd has 1 sectors [Device vendor specific log]
GP/S Log at address 0xc0 has 1 sectors [Device vendor specific log]
GP Log at address 0xc1 has 24 sectors [Device vendor specific log]
GP/S Log at address 0xe0 has 1 sectors [SCT Command/Status]
GP/S Log at address 0xe1 has 1 sectors [SCT Data Transfer]
SMART Extended Comprehensive Error Log Version: 1 (6 sectors)
No Errors Logged
SMART Extended Self-test Log Version: 1 (1 sectors)
No self-tests have been logged. [To run self-tests, use: smartctl -t]
SMART Selective self-test log data structure revision number 1
SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
1 0 0 Not_testing
2 0 0 Not_testing
3 0 0 Not_testing
4 0 0 Not_testing
5 0 0 Not_testing
Selective self-test flags (0x0):
After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.
SCT Status Version: 3
SCT Version (vendor specific): 258 (0x0102)
SCT Support Level: 1
Device State: Active (0)
Current Temperature: 22 Celsius
Power Cycle Min/Max Temperature: 22/25 Celsius
Lifetime Min/Max Temperature: 22/33 Celsius
Under/Over Temperature Limit Count: 0/0
SCT Temperature History Version: 2
Temperature Sampling Period: 1 minute
Temperature Logging Interval: 1 minute
Min/Max recommended Temperature: 0/60 Celsius
Min/Max Temperature Limit: -41/85 Celsius
Temperature History Size (Index): 478 (94)
Index Estimated Time Temperature Celsius
95 2012-03-01 10:58 22 ***
... ..( 53 skipped). .. ***
149 2012-03-01 11:52 22 ***
150 2012-03-01 11:53 23 ****
... ..( 2 skipped). .. ****
153 2012-03-01 11:56 23 ****
154 2012-03-01 11:57 24 *****
155 2012-03-01 11:58 24 *****
156 2012-03-01 11:59 25 ******
... ..( 2 skipped). .. ******
159 2012-03-01 12:02 25 ******
160 2012-03-01 12:03 24 *****
161 2012-03-01 12:04 24 *****
162 2012-03-01 12:05 23 ****
... ..( 3 skipped). .. ****
166 2012-03-01 12:09 23 ****
167 2012-03-01 12:10 22 ***
... ..( 53 skipped). .. ***
221 2012-03-01 13:04 22 ***
222 2012-03-01 13:05 23 ****
... ..( 13 skipped). .. ****
236 2012-03-01 13:19 23 ****
237 2012-03-01 13:20 24 *****
... ..( 60 skipped). .. *****
298 2012-03-01 14:21 24 *****
299 2012-03-01 14:22 23 ****
... ..( 15 skipped). .. ****
315 2012-03-01 14:38 23 ****
316 2012-03-01 14:39 22 ***
... ..( 26 skipped). .. ***
343 2012-03-01 15:06 22 ***
344 2012-03-01 15:07 23 ****
345 2012-03-01 15:08 24 *****
346 2012-03-01 15:09 24 *****
347 2012-03-01 15:10 24 *****
348 2012-03-01 15:11 23 ****
... ..( 4 skipped). .. ****
353 2012-03-01 15:16 23 ****
354 2012-03-01 15:17 22 ***
... ..( 47 skipped). .. ***
402 2012-03-01 16:05 22 ***
403 2012-03-01 16:06 23 ****
... ..( 8 skipped). .. ****
412 2012-03-01 16:15 23 ****
413 2012-03-01 16:16 24 *****
... ..( 39 skipped). .. *****
453 2012-03-01 16:56 24 *****
454 2012-03-01 16:57 25 ******
... ..( 21 skipped). .. ******
476 2012-03-01 17:19 25 ******
477 2012-03-01 17:20 24 *****
... ..( 8 skipped). .. *****
8 2012-03-01 17:29 24 *****
9 2012-03-01 17:30 23 ****
... ..( 4 skipped). .. ****
14 2012-03-01 17:35 23 ****
15 2012-03-01 17:36 22 ***
... ..( 78 skipped). .. ***
94 2012-03-01 18:55 22 ***
SCT Error Recovery Control:
Read: 70 (7.0 seconds)
Write: 70 (7.0 seconds)
SATA Phy Event Counters (GP Log 0x11)
ID Size Value Description
0x0001 2 0 Command failed due to ICRC error
0x0002 2 0 R_ERR response for data FIS
0x0003 2 0 R_ERR response for device-to-host data FIS
0x0004 2 0 R_ERR response for host-to-device data FIS
0x0005 2 0 R_ERR response for non-data FIS
0x0006 2 0 R_ERR response for device-to-host non-data FIS
0x0007 2 0 R_ERR response for host-to-device non-data FIS
0x000a 2 6 Device-to-host register FISes sent due to a COMRESET
0x000b 2 0 CRC errors within host-to-device FIS
0x8000 4 292215 Vendor specific
[-- Attachment #2: ÐÑипÑогÑаÑиÑеÑÐºÐ°Ñ Ð¿Ð¾Ð´Ð¿Ð¸ÑÑ S/MIME --]
[-- Type: application/pkcs7-signature, Size: 4922 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Hardware] Медленная скорость, замена диска в raid1 с 512б на 4k
2012-03-01 17:03 ` Dubrovskiy Viacheslav
@ 2012-03-01 19:56 ` Michael Shigorin
0 siblings, 0 replies; 8+ messages in thread
From: Michael Shigorin @ 2012-03-01 19:56 UTC (permalink / raw)
To: hardware
On Thu, Mar 01, 2012 at 12:03:17PM -0500, Dubrovskiy Viacheslav wrote:
> Меня в выводе hdparm -i /dev/sdb не понятно почему
> BuffSize=unknown
Так это который 16/64M. :)
---
Model=Hitachi HDP725050GLA360, FwRev=GM4OA52A, SerialNo=GEA530RE1WTYDA
Config={ HardSect NotMFM HdSw>15uSec Fixed DTR>10Mbs }
RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=56
BuffType=DualPortCache, BuffSize=15118kB, MaxMultSect=16, MultSect=16
CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=976773168
IORDY=on/off, tPIO={min:120,w/IORDY:120}, tDMA={min:120,rec:120}
PIO modes: pio0 pio1 pio2 pio3 pio4
DMA modes: mdma0 mdma1 mdma2
UDMA modes: udma0 udma1 udma2 udma3 udma4 udma5 *udma6
AdvancedPM=yes: disabled (255) WriteCache=enabled
Drive conforms to: unknown: ATA/ATAPI-2,3,4,5,6,7
---
> Попробую еще полечить методом ребута. Других идей нет.
Скорее уж тогда выключить-подёргать_шлейфы_корзинку-включить...
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2012-06-15 7:25 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-29 19:09 [Hardware] Медленная скорость, замена диска в raid1 с 512б на 4k Dubrovskiy Viacheslav
2012-02-29 19:21 ` Michael Shigorin
2012-03-01 1:25 ` Alexei Takaseev
2012-03-03 20:47 ` Sergey
2012-06-15 7:25 ` Sergey
2012-03-01 10:47 ` Sergey Vlasov
2012-03-01 17:03 ` Dubrovskiy Viacheslav
2012-03-01 19:56 ` Michael Shigorin
ALT Linux hardware support
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/hardware/0 hardware/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 hardware hardware/ http://lore.altlinux.org/hardware \
hardware@altlinux.ru hardware@lists.altlinux.org hardware@lists.altlinux.ru hardware@lists.altlinux.com hardware@altlinux.org
public-inbox-index hardware
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.hardware
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git