-
Notifications
You must be signed in to change notification settings - Fork 418
Server crash after the implementation of flashcache #208
Comments
Hi Hi Guys,We have implemented flashcache in our many servers. But some of the servers intermittenly crashed due to fc. We are using 250GB SSD for flashcache in most of the servers. We have partitioned the SSD drive for 2 servers(125GB each). Those are OpenVZ VE's mounted on LVM. We have not got any errors from logs. The only seeing is pasted below. kernel: [ 10.913549] device-mapper: flashcache: Allocate 1311596KB (22B per) mem for 61048832-entry cache(capacity:238472MB, associativity:512, block size:8 sectors(4KB)) [root@~]# lsmod | grep flashcache |
Hi Hi Mohan,The latest crash screen is attached. PFA.Some of our other host nodes are not having issues with flashcache. But few nodes were crashed periodically. — |
Hi Mohan, I will provide the full stackstrace soon. |
Hi Mohan , We have setup a test server with OpenVZ kernel and also it is having the same configurations of the server having issue. |
mohan_srinivasan at yahoo dot com Hi Mohan , We have setup a test server with OpenVZ kernel and also it is having the same configurations of the server having issue. |
Hi Guys,
We have implemented flashcache in our many servers. But some of the servers intermittenly crashed due to fc. We are using 250GB SSD for flashcache in most of the servers. We have partitioned the SSD drive for 2 servers(125GB each). Those are OpenVZ VE's mounted on LVM. We have not got any errors from logs. The only seeing is pasted below.
kernel: [ 10.913549] device-mapper: flashcache: Allocate 1311596KB (22B per) mem for 61048832-entry cache(capacity:238472MB, associativity:512, block size:8 sectors(4KB))
Aug 17 22:25:04 kernel: [ 14.070413] device-mapper: flashcache: Allocate 1311596KB (22B per) mem for 61048832-entry cache(capacity:238472MB, associativity:512, block size:8 sectors(4KB))
The above logs seems to be related with flashcache allocation.
Is there any way to findout the reason?
Note : Those servers were stable during the past time. But after flashcache implementation, server is going down everyday. Server is running with latest OpenVZ kernel "2.6.32-042stab108.8" with flashcache module loaded into it.
[root@~]# lsmod | grep flashcache
flashcache 97759 2
dm_mod 95654 13 flashcache,dm_mirror,dm_log
Any help from your end is much appreciated.
The text was updated successfully, but these errors were encountered: