Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LSI 3916 megaraid_sas problem #131

Open
qasarq opened this issue Feb 6, 2022 · 2 comments
Open

LSI 3916 megaraid_sas problem #131

qasarq opened this issue Feb 6, 2022 · 2 comments

Comments

@qasarq
Copy link

qasarq commented Feb 6, 2022

Hello! I am using the following:

  • OS: Ubuntu 20.04.3 LTS
  • megaraid_sas driver: 07.713.01.00-rc1
    *) I've also tryed megaraid_sas-07.714.04.00-1dkms from supermicro; same issue
  • megaclisas-status: 0.18+Ubuntu.20.04.focal

Anytime I run "megaraid_sas" command the system "freeze" for ~ 2min and no output (except logs). I've attached syslog.

If I can provide any other info please just let me know.

Thanks in advance
syslog.txt

@egberts
Copy link

egberts commented Feb 7, 2022

try running

strace -f megaraid_sas {your command options}

and pipe the output thru one of the following add-on to above command:

| grep "open"
| grep "read"
| grep "write"

some clues can be had unfiltered or filtered as to why it is "hung".

@qasarq
Copy link
Author

qasarq commented Feb 8, 2022

megaclisas-status 2> strace_megaclisas-status.txt

mea culpa, ther is output, but is incompleate:

-- Controller information --
-- ID | H/W Model | RAM | Temp | BBU | Firmware
c0 | SAS 3916 | 8192MB | 46C | Good | FW: 52.14.0-3790
c1 | AVAGO MegaRAID SAS 9460-8i | 2048MB | 53C | Absent | FW: 51.11.0-2843

-- Array information --
-- ID | Type | Size | Strpsz | Flags | DskCache | Status | OS Path | CacheCade |InProgress
c1u0 | N/A | | | | N/A | N/A | /dev/sdd | None |None

-- Disk information --
-- ID | Type | Drive Model | Size | Status | Speed | Temp | Slot ID | LSI ID
c0u237p0 | HDD | V1K02PVG HGST HUS726T4TALE6L4 VKGNW984 | 3.637 TB | Online, Spun Up | 6.0Gb/s | 31C | [252:0] | 18
c0u237p1 | HDD | V1K02N8G HGST HUS726T4TALE6L4 VKGNW984 | 3.637 TB | Online, Spun Up | 6.0Gb/s | 31C | [252:1] | 19
c0u238p0 | SSD | S45NNC0R704052 SAMSUNG MZ7LH960HAJR-00005 HXT7904Q | 893. Gb | Online, Spun Up | 6.0Gb/s | 30C | [252:4] | 17
c0u238p1 | SSD | S45NNC0R704061 SAMSUNG MZ7LH960HAJR-00005 HXT7904Q | 893. Gb | Online, Spun Up | 6.0Gb/s | 30C | [252:5] | 16
c0u239p0 | SSD | S45RNC0RA07319 SAMSUNG MZ7LH240HAHQ-00005 HXT7904Q | 223.0 Gb | Online, Spun Up | 6.0Gb/s | 30C | [252:6] | 15
c0u239p1 | SSD | S45RNC0RA07547 SAMSUNG MZ7LH240HAHQ-00005 HXT7904Q | 223.0 Gb | Online, Spun Up | 6.0Gb/s | 30C | [252:7] | 14
c1u0p0 | SSD | NVMe SAMSUNG MZQLB1T9402QS439NC0R706407 | 1.745 TB | Online, Spun Up | Unknown | 40C | [98:4] | 1
c1u0p1 | SSD | NVMe SAMSUNG MZQLB1T9402QS439NC0R706434 | 1.745 TB | Online, Spun Up | Unknown | 42C | [98:6] | 0

array information for 3916 is missing, system "hang" while any other read/write opentaion on disks hangs also.
strace_megaclisas-status_open_read_write.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants