Ok, so I've got this ocfs2 cluster that's been running for a long while, hosting my VMs. All of the sudden I'm getting kernel panics originating from ocfs2 when trying to spin up one particular file. I've determined that there are several locks on this file, one of them exclusive. I restarted the whole cluster to try to get rid of it, but no go. I also tried to copy the file, both on and off of the cluster, but only half of it copied. Any way to get around either issue would be appreciated. Regards, -- Aleks Clark
Herbert van den Bergh
2012-Jul-04 00:39 UTC
[Ocfs2-users] remove locks? or copy the whole file?
On 07/03/2012 04:12 PM, Aleks Clark wrote:> Ok, so I've got this ocfs2 cluster that's been running for a long > while, hosting my VMs. All of the sudden I'm getting kernel panics > originating from ocfs2 when trying to spin up one particular file. > I've determined that there are several locks on this file, one of them > exclusive. I restarted the whole cluster to try to get rid of it, but > no go. I also tried to copy the file, both on and off of the cluster, > but only half of it copied. Any way to get around either issue would > be appreciated.The panic stack may be helpful, and any messages that the kernel spit out before it. Thanks, Herbert.