Okay I am a complete idiot - I myself called smartctl all the time when checking for the power state of the drives.... Even though I did it with -n standby. blktrace is now more informative. Empty for ~half a minute, then tons of this (notice, still some smartctl in there):
Any way to check the powerstate now (apart from checking physically on the drive LEDs)?
For the record, I found out by doing this:
This includes enough lines to see what initially spawned smartctl.
Code:
8,0 14 106 1.375297503 529144 A R 2576 + 16 <- (8,1) 528
8,0 14 107 1.375298570 529144 Q R 2576 + 16 [vdev_open]
8,0 14 108 1.375303895 529144 G R 2576 + 16 [vdev_open]
8,0 14 109 1.375304606 529144 P N [vdev_open]
8,0 14 110 1.375305410 529144 U N [vdev_open] 1
8,0 14 111 1.375306201 529144 I R 2576 + 16 [vdev_open]
8,0 14 112 1.375314385 529144 D R 2576 + 16 [vdev_open]
8,0 14 113 1.375329125 529144 A R 23437751312 + 16 <- (8,1) 23437749264
8,0 14 114 1.375329489 529144 Q R 23437751312 + 16 [vdev_open]
8,0 14 115 1.375330761 529144 G R 23437751312 + 16 [vdev_open]
8,0 14 116 1.375331135 529144 P N [vdev_open]
8,0 14 117 1.375331435 529144 U N [vdev_open] 1
8,0 14 118 1.375331751 529144 I R 23437751312 + 16 [vdev_open]
8,0 14 119 1.375334091 529144 D R 23437751312 + 16 [vdev_open]
8,0 14 120 1.375348787 529144 A R 23437751824 + 16 <- (8,1) 23437749776
8,0 14 121 1.375349117 529144 Q R 23437751824 + 16 [vdev_open]
8,0 14 122 1.375350479 529144 G R 23437751824 + 16 [vdev_open]
8,0 14 123 1.375350694 529144 P N [vdev_open]
8,0 14 124 1.375350966 529144 U N [vdev_open] 1
8,0 14 125 1.375351200 529144 I R 23437751824 + 16 [vdev_open]
8,0 14 126 1.375353402 529144 D R 23437751824 + 16 [vdev_open]
8,0 17 483 1.356961752 0 C R [0]
8,0 17 484 1.369894306 0 C R [0]
8,0 17 485 1.382719285 0 C R [0]
8,0 17 486 1.383300382 0 C R 2576 + 16 [0]
8,0 5 43 1.382827948 529109 D R 64 [smartctl]
8,0 5 44 1.417369709 529109 D R 18 [smartctl]
8,0 8 520 1.383329614 2330 A W 2576 + 16 <- (8,1) 528
8,0 8 521 1.383330184 2330 Q W 2576 + 16 [z_null_iss]
8,0 8 522 1.383332873 2330 G W 2576 + 16 [z_null_iss]
Any way to check the powerstate now (apart from checking physically on the drive LEDs)?
For the record, I found out by doing this:
ps -axjf | grep -i -B 20 smartctl
This includes enough lines to see what initially spawned smartctl.
Last edited: