All of lore.kernel.org
 help / color / mirror / Atom feed
* v0.24.2 released
@ 2011-01-25 16:39 Sage Weil
  2011-01-26 14:48 ` Henry Chang
  2011-01-26 14:54 ` question about logger.cc Longguang Yue
  0 siblings, 2 replies; 6+ messages in thread
From: Sage Weil @ 2011-01-25 16:39 UTC (permalink / raw)
  To: ceph-devel

This is a bugfix release.  Changes since v0.24.1 include:

 * osd: fix journal ordering bug/crash
 * osd: fix long sync delay
 * osd: don't overflow journal size
 * osd: snapshot trimming bugs
 * osd: fix messenger connection issues after restart
 * osd: don't crash on no-journal case
 * mds: fix double-pinning of stray inodes (crash)
 * mds: don't block signals after restart
 * mds: fix journaling of root inode layout policy
 * mds: fix journal dump
 * mds: C_Gather locking fix
 * msgr: fix connection cleanup on non-daemons
 * monclient: fix locking

Relevant URLs:

 * Direct download at: http://ceph.newdream.net/download/ceph-0.24.2.tar.gz
 * For Debian and Ubuntu packages, see http://ceph.newdream.net/wiki/Debian

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: v0.24.2 released
  2011-01-25 16:39 v0.24.2 released Sage Weil
@ 2011-01-26 14:48 ` Henry Chang
  2011-01-27 23:25   ` Sage Weil
  2011-01-26 14:54 ` question about logger.cc Longguang Yue
  1 sibling, 1 reply; 6+ messages in thread
From: Henry Chang @ 2011-01-26 14:48 UTC (permalink / raw)
  To: Sage Weil; +Cc: ceph-devel

Hi Sage,

Is there any plan to update ceph-client-standalone recently?

Thanks,
Henry

2011/1/26 Sage Weil <sage@newdream.net>:
> This is a bugfix release.  Changes since v0.24.1 include:
>
>  * osd: fix journal ordering bug/crash
>  * osd: fix long sync delay
>  * osd: don't overflow journal size
>  * osd: snapshot trimming bugs
>  * osd: fix messenger connection issues after restart
>  * osd: don't crash on no-journal case
>  * mds: fix double-pinning of stray inodes (crash)
>  * mds: don't block signals after restart
>  * mds: fix journaling of root inode layout policy
>  * mds: fix journal dump
>  * mds: C_Gather locking fix
>  * msgr: fix connection cleanup on non-daemons
>  * monclient: fix locking
>
> Relevant URLs:
>
>  * Direct download at: http://ceph.newdream.net/download/ceph-0.24.2.tar.gz
>  * For Debian and Ubuntu packages, see http://ceph.newdream.net/wiki/Debian
> --
> 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
>



-- 
Henry Chang
--
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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* question about logger.cc
  2011-01-25 16:39 v0.24.2 released Sage Weil
  2011-01-26 14:48 ` Henry Chang
@ 2011-01-26 14:54 ` Longguang Yue
  2011-01-26 17:09   ` Gregory Farnum
  1 sibling, 1 reply; 6+ messages in thread
From: Longguang Yue @ 2011-01-26 14:54 UTC (permalink / raw)
  To: Sage Weil, ceph-devel

I do not find  where stopper is used!!!


common/Mutex.h: In function 'void Mutex::Lock(bool)':
common/Mutex.h:118: FAILED assert(r == 0)
 ceph version 0.24.2 (commit:f7572de5cb87eb7157217be4975ae66d90831bb7)
 1: (SafeTimer::shutdown()+0x6b1) [0x44a101]
 2: (FlusherStopper::~FlusherStopper()+0x58) [0x444788]
 3: (exit()+0xe1) [0x3716a379c1]
 4: (__libc_start_main()+0x104) [0x3716a1ee84]
 5: /usr/bin/cconf() [0x416769]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: question about logger.cc
  2011-01-26 14:54 ` question about logger.cc Longguang Yue
@ 2011-01-26 17:09   ` Gregory Farnum
       [not found]     ` <D0C67741759ABD4BBD8D3A5CB815606E07E65E@mail.cloud-valley.com.cn>
  0 siblings, 1 reply; 6+ messages in thread
From: Gregory Farnum @ 2011-01-26 17:09 UTC (permalink / raw)
  To: Longguang Yue; +Cc: ceph-devel

What version are you using? We fixed a bug with this at the end of
November; if you're still on v.23.1 then upgrading to v.24.x will fix
this. :)
(Alternatively, you can cherry-pick
fb60e11472456b5e428b9957b7bce33b85eb5ab3 out of our tree and rebuild.)

The FlusherStopper is used to clean up a left over thread in common/Logger.cc.
-Greg

On Wed, Jan 26, 2011 at 6:54 AM, Longguang Yue
<longguang_yue@tcloudcomputing.com> wrote:
> I do not find  where stopper is used!!!
>
>
> common/Mutex.h: In function 'void Mutex::Lock(bool)':
> common/Mutex.h:118: FAILED assert(r == 0)
>  ceph version 0.24.2 (commit:f7572de5cb87eb7157217be4975ae66d90831bb7)
>  1: (SafeTimer::shutdown()+0x6b1) [0x44a101]
>  2: (FlusherStopper::~FlusherStopper()+0x58) [0x444788]
>  3: (exit()+0xe1) [0x3716a379c1]
>  4: (__libc_start_main()+0x104) [0x3716a1ee84]
>  5: /usr/bin/cconf() [0x416769]
> --
> 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
>
--
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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: 答复: question about logger.cc
       [not found]     ` <D0C67741759ABD4BBD8D3A5CB815606E07E65E@mail.cloud-valley.com.cn>
@ 2011-01-27  5:28       ` Gregory Farnum
  0 siblings, 0 replies; 6+ messages in thread
From: Gregory Farnum @ 2011-01-27  5:28 UTC (permalink / raw)
  To: Longguang Yue; +Cc: ceph-devel

On Wed, Jan 26, 2011 at 5:36 PM, Longguang Yue
<longguang_yue@tcloudcomputing.com> wrote:
> I update 0.23.1  to 0.24.2.   I do not success in running ceph 0.24* version.!!!!!!
>
> L meet lots of error.   This is step:
> 1.make ceph.rpm ---------------ok
> 2.mkcephfs --------------------;first time is ok,but when run /etc/init.d/ceph -a start , lots of error occur!!!!!!
> 3.mkcephfs second time ,
>> common/Mutex.h: In function 'void Mutex::Lock(bool)':
>> common/Mutex.h:118: FAILED assert(r == 0)
>>  ceph version 0.24.2 (commit:f7572de5cb87eb7157217be4975ae66d90831bb7)
>>  1: (SafeTimer::shutdown()+0x6b1) [0x44a101]
>>  2: (FlusherStopper::~FlusherStopper()+0x58) [0x444788]
>>  3: (exit()+0xe1) [0x3716a379c1]
>>  4: (__libc_start_main()+0x104) [0x3716a1ee84]
>>  5: /usr/bin/cconf() [0x416769]
You're going to need to be a little more clear about how you're
encountering these errors. Let me make sure I've got this clear:
1) You compile the code and make the RPM and that goes fine.
2) You run mkcephfs (and the output from that is in your attached
mkcephfs.txt?).
3) You try and run etc/init.d/ceph -a start, and get errors. Which
errors do you get?
4) You run mkcephfs again?
--
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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: v0.24.2 released
  2011-01-26 14:48 ` Henry Chang
@ 2011-01-27 23:25   ` Sage Weil
  0 siblings, 0 replies; 6+ messages in thread
From: Sage Weil @ 2011-01-27 23:25 UTC (permalink / raw)
  To: Henry Chang; +Cc: ceph-devel

[-- Attachment #1: Type: TEXT/PLAIN, Size: 1667 bytes --]

On Wed, 26 Jan 2011, Henry Chang wrote:
> Hi Sage,
> 
> Is there any plan to update ceph-client-standalone recently?

I updated -standalone and the backport branches, but there is currently a 
problem with the new alloc_workqueue stuff I don't have time right now to 
sort out.

Thanks!
sage


> 
> Thanks,
> Henry
> 
> 2011/1/26 Sage Weil <sage@newdream.net>:
> > This is a bugfix release.  Changes since v0.24.1 include:
> >
> >  * osd: fix journal ordering bug/crash
> >  * osd: fix long sync delay
> >  * osd: don't overflow journal size
> >  * osd: snapshot trimming bugs
> >  * osd: fix messenger connection issues after restart
> >  * osd: don't crash on no-journal case
> >  * mds: fix double-pinning of stray inodes (crash)
> >  * mds: don't block signals after restart
> >  * mds: fix journaling of root inode layout policy
> >  * mds: fix journal dump
> >  * mds: C_Gather locking fix
> >  * msgr: fix connection cleanup on non-daemons
> >  * monclient: fix locking
> >
> > Relevant URLs:
> >
> >  * Direct download at: http://ceph.newdream.net/download/ceph-0.24.2.tar.gz
> >  * For Debian and Ubuntu packages, see http://ceph.newdream.net/wiki/Debian
> > --
> > 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
> >
> 
> 
> 
> -- 
> Henry Chang
> --
> 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
> 
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-01-27 23:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-25 16:39 v0.24.2 released Sage Weil
2011-01-26 14:48 ` Henry Chang
2011-01-27 23:25   ` Sage Weil
2011-01-26 14:54 ` question about logger.cc Longguang Yue
2011-01-26 17:09   ` Gregory Farnum
     [not found]     ` <D0C67741759ABD4BBD8D3A5CB815606E07E65E@mail.cloud-valley.com.cn>
2011-01-27  5:28       ` 答复: " Gregory Farnum

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.