-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Kernel panic on zpool create #1647
Comments
For giggles, I tried this with a 2TB LUN rather than a 20 TB LUN, just to see if it was a LUN sizing issue. No dice.
This yields a similar crash dump:
|
I also tested with a 500GB LUN using VMware virtual device pass-through (which is how the single working LUN on the system is configured), and I get the same crash. When I create a VMware virtual disk rather than trying to do a raw device pass-through, no such crashes occur. I was only able to create a 32 GB test volume for comparison due to available disk space on my VMFS volumes, so it's significantly smaller than the 500GB, 2TB, and 20TB volumes used in my other tests. |
I get a consistent kernel panic on a CentOS 6.4 system when I run zpool create. I'm running ZOL 0.6.1 and the latest kernel patch version for CentOS. This system is a guest running under VMware ESXi 5.1, and has two SAN LUNs passed through to the VMware guest.
One of the LUNs is 500 GB in size. The zpool create command worked fine for that LUN under 0.6.0 and everything seems to have run fine for the last few months.
I recently decided to add a larger LUN to the box - this time 20 TB in size.
The LUN shows up in the OS as
/dev/sdc
or as/dev/disk/by-id/wwn-0x6000d310001b4e00000000000000005b
Command to create the pool:
I also see creates when I leave out the
-o version=28
blurbEither path causes the system to panic with the following:
The text was updated successfully, but these errors were encountered: