From: Tiger Yang <tiger.yang@oracle.com>
To: ocfs2-devel@oss.oracle.com
Subject: [Ocfs2-devel] FWD: ocfs2 panic when o2cb offline
Date: Sat Dec 30 01:04:28 2006 [thread overview]
Message-ID: <45962B94.8090002@oracle.com> (raw)
hi, All,
FYI.
thanks,
tiger
Subject:
ocfs2 panic when o2cb offline
From:
"haobo.zhou" <haobo.zhou@oracle.com>
Date:
Sat, 30 Dec 2006 16:25:36 +0800
To:
linux_support_ww@oracle.com
All,
/etc/init.d/o2cb offline will cause a panic, if there is mounted ocfs2
filesystem.
Sipingal found it and I reproduced in my vmware environment. My env is
[root@node2 ~]# uname -a
Linux node2.cn.oracle.com 2.6.9-42.ELsmp #1 SMP Wed Jul 12 23:27:17 EDT
2006 i686 i686 i386 GNU/Linux
[root@node2 ~]# rpm -qa | grep ocfs2
ocfs2-tools-1.2.2-1
ocfs2console-1.2.2-1
ocfs2-2.6.9-42.ELsmp-1.2.3-1
[root@node2 ~]#
The workaround is as follows:
--- /etc/init.d/o2cb.old 2006-12-30 23:25:27.000000000 -0500
+++ /etc/init.d/o2cb 2006-12-30 23:17:05.000000000 -0500
@@ -714,6 +714,7 @@
then
echo "Failed"
echo "Unable to stop cluster as heartbeat region still active" >&2
+ exit 1
fi
if [ $FORCE -eq 1 ]
reply other threads:[~2006-12-30 1:04 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=45962B94.8090002@oracle.com \
--to=tiger.yang@oracle.com \
--cc=ocfs2-devel@oss.oracle.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.