All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dan Mick <dan.mick@inktank.com>
To: David Blundell <David.Blundell@100percentit.com>
Cc: "ceph-devel@vger.kernel.org" <ceph-devel@vger.kernel.org>
Subject: Re: Unable to restart Mon after reboot
Date: Fri, 22 Jun 2012 22:34:31 -0700	[thread overview]
Message-ID: <4FE55567.6080201@inktank.com> (raw)
In-Reply-To: <BDAE812E-2659-4025-9B30-2DEC6675B59A@100percentit.com>

Hi David:

The code there is trying to read some stuff off the monitor's storage to 
initialize, and apparently failing in an odd way.  It's trying to read 
the file 'latest' from the monitor directory (/data/mon0);  the file can 
be opened, and stat says it's 4289 bytes long, but apparently the read 
is succeeding without error, but only getting back 0 bytes (i.e., not an 
error, but apparently end of file).

See if there's a file /data/mon0/latest of length 4289, and see if 
something is odd about its permissions (like maybe the read bits are 
turned off, or maybe the filesystem it's on has errors).


On 06/22/2012 05:31 PM, David Blundell wrote:
> Hi all,
>
> I am testing Ceph 0.47.2 on btrfs with three servers running Fedora 17.  Following a reboot of the servers, one of the mon daemons crashes on startup with "FAILED assert(r>0)"
>
> MDS and the OSD start and run fine as do the mon daemons on the other two servers.
>
> The debug log is at http://pastebin.com/tXwvd44Z
>
> I would really appreciate any comments - especially if I am missing something obvious.
>
> David--
> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2012-06-23  5:34 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-23  0:31 Unable to restart Mon after reboot David Blundell
2012-06-23  5:34 ` Dan Mick [this message]
2012-06-23  5:48   ` Dan Mick
2012-06-23 10:43     ` David Blundell
2012-06-25 15:58       ` Tommi Virtanen
2012-07-03 16:35         ` David Blundell
2012-07-03 16:44           ` Tommi Virtanen
2012-07-03 16:53             ` Christoph Hellwig
2012-07-03 17:04               ` Gregory Farnum
2012-07-03 17:09               ` Sage Weil
2012-07-03 17:24                 ` Christoph Hellwig

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=4FE55567.6080201@inktank.com \
    --to=dan.mick@inktank.com \
    --cc=David.Blundell@100percentit.com \
    --cc=ceph-devel@vger.kernel.org \
    /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.