From: Eric Sandeen <sandeen@sandeen.net>
To: Dave Chinner <david@fromorbit.com>
Cc: Chandra Seetharaman <sekharan@us.ibm.com>, xfs@oss.sgi.com
Subject: [PATCH] xfstests: Notify via syslog when godown is shutting down fs
Date: Wed, 16 Feb 2011 16:53:01 -0600 [thread overview]
Message-ID: <4D5C554D.8080004@sandeen.net> (raw)
In-Reply-To: <20110216221433.GG13052@dastard>
Just a hint for those perusing logs that the ensuing shutdown is
intentional...
Feb 16 17:06:17 hostname godown: xfstests-induced forced shutdown of /mnt/scratch
Feb 16 17:06:17 hostname kernel: Filesystem "sdb3": xfs_log_force: error 5 returned.
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
---
diff --git a/src/godown.c b/src/godown.c
index 07b6980..b140a41 100644
--- a/src/godown.c
+++ b/src/godown.c
@@ -16,6 +16,7 @@
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include <syslog.h>
#include "global.h"
static char *xprogname;
@@ -109,6 +110,8 @@ main(int argc, char *argv[])
if (verbose_opt) {
printf("Calling XFS_IOC_GOINGDOWN\n");
}
+ syslog(LOG_WARNING, "xfstests-induced forced shutdown of %s:\n",
+ mnt_dir);
if ((xfsctl(mnt_dir, fd, XFS_IOC_GOINGDOWN, &flag)) == -1) {
fprintf(stderr, "%s: error on xfsctl(GOINGDOWN) of \"%s\": %s\n",
xprogname, mnt_dir, strerror(errno));
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
next prev parent reply other threads:[~2011-02-16 22:50 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-15 19:41 xfs_force_shutdown() called when running xfstests on 2.6.38-rc4 Chandra Seetharaman
2011-02-15 22:30 ` Dave Chinner
2011-02-16 20:00 ` Chandra Seetharaman
2011-02-16 22:14 ` Dave Chinner
2011-02-16 22:53 ` Eric Sandeen [this message]
2011-02-17 17:33 ` [PATCH] xfstests: Notify via syslog when godown is shutting down fs Chandra Seetharaman
2011-02-21 23:30 ` Alex Elder
2011-02-16 23:42 ` xfs_force_shutdown() called when running xfstests on 2.6.38-rc4 Chandra Seetharaman
2011-02-17 3:00 ` Eric Sandeen
2011-02-17 18:49 ` Chandra Seetharaman
2011-02-17 22:52 ` Dave Chinner
2011-02-18 2:09 ` Chandra Seetharaman
2011-02-18 3:30 ` Dave Chinner
2011-02-18 19:57 ` Chandra Seetharaman
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=4D5C554D.8080004@sandeen.net \
--to=sandeen@sandeen.net \
--cc=david@fromorbit.com \
--cc=sekharan@us.ibm.com \
--cc=xfs@oss.sgi.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.