All of lore.kernel.org
 help / color / mirror / Atom feed
* wip-libcephfs-firefly-rb
@ 2014-02-08  0:02 Matt W. Benjamin
  2014-02-08 23:36 ` wip-libcephfs-firefly-rb Sage Weil
  0 siblings, 1 reply; 5+ messages in thread
From: Matt W. Benjamin @ 2014-02-08  0:02 UTC (permalink / raw)
  To: ceph-devel

Hi Sage and Ceph devs,

Casey over here root-caused and we believe fixed the refcounting problem on our wip-libcephfs branch, and
a rebase to firefly is in progress.

The fix is on wip-libcephfs-firefly-rb :

"""
fuse: fix for missing ll_ref on create
when the 'Inode **outp' argument was added to ll_create(), it was
changed to only take the ll_ref if outp was not NULL. fuse_ll_create()
was calling ll_create() with outp=NULL, and subsequently calling
fuse_reply_create() (which causes fuse to increment the lookup count)
without registering the initial ll_ref

this patch adds a dummy inode pointer i2 to the ll_create() call to
claim our initial reference

Signed-off-by: Casey Bodley <casey@linuxbox.com>
"""

We're still finishing up the rebase, but I expect to have one tested by some time tomorrow am.

Thanks,

Matt

-- 
Matt Benjamin
The Linux Box
206 South Fifth Ave. Suite 150
Ann Arbor, MI  48104

http://linuxbox.com

tel.  734-761-4689 
fax.  734-769-8938 
cel.  734-216-5309 

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

* Re: wip-libcephfs-firefly-rb
  2014-02-08  0:02 wip-libcephfs-firefly-rb Matt W. Benjamin
@ 2014-02-08 23:36 ` Sage Weil
  2014-02-09  0:27   ` wip-libcephfs-firefly-rb Matt W. Benjamin
  0 siblings, 1 reply; 5+ messages in thread
From: Sage Weil @ 2014-02-08 23:36 UTC (permalink / raw)
  To: Matt W. Benjamin; +Cc: ceph-devel

Hey Matt, Casey,

This is great news!  Please let me know as soon as the rebase is ready and 
there is a pull-request so I get this run through the test suite.  This is 
the last week before the firefly freeze and it would be great to get this 
libcephfs API update into that release.

sage

On Fri, 7 Feb 2014, Matt W. Benjamin wrote:

> Hi Sage and Ceph devs,
> 
> Casey over here root-caused and we believe fixed the refcounting problem on our wip-libcephfs branch, and
> a rebase to firefly is in progress.
> 
> The fix is on wip-libcephfs-firefly-rb :
> 
> """
> fuse: fix for missing ll_ref on create
> when the 'Inode **outp' argument was added to ll_create(), it was
> changed to only take the ll_ref if outp was not NULL. fuse_ll_create()
> was calling ll_create() with outp=NULL, and subsequently calling
> fuse_reply_create() (which causes fuse to increment the lookup count)
> without registering the initial ll_ref
> 
> this patch adds a dummy inode pointer i2 to the ll_create() call to
> claim our initial reference
> 
> Signed-off-by: Casey Bodley <casey@linuxbox.com>
> """
> 
> We're still finishing up the rebase, but I expect to have one tested by some time tomorrow am.
> 
> Thanks,
> 
> Matt
> 
> -- 
> Matt Benjamin
> The Linux Box
> 206 South Fifth Ave. Suite 150
> Ann Arbor, MI  48104
> 
> http://linuxbox.com
> 
> tel.  734-761-4689 
> fax.  734-769-8938 
> cel.  734-216-5309 
> --
> 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] 5+ messages in thread

* Re: wip-libcephfs-firefly-rb
  2014-02-08 23:36 ` wip-libcephfs-firefly-rb Sage Weil
@ 2014-02-09  0:27   ` Matt W. Benjamin
  2014-02-11 14:57     ` wip-libcephfs-firefly-rb Sage Weil
  0 siblings, 1 reply; 5+ messages in thread
From: Matt W. Benjamin @ 2014-02-09  0:27 UTC (permalink / raw)
  To: Sage Weil; +Cc: ceph-devel

Hi,

It looks to me like the rebase was already done--I thought Casey needed me to finish that up,
but everything just built for me.

Matt

----- "Sage Weil" <sage@inktank.com> wrote:

> Hey Matt, Casey,
> 
> This is great news!  Please let me know as soon as the rebase is ready
> and 
> there is a pull-request so I get this run through the test suite. 
> This is 
> the last week before the firefly freeze and it would be great to get
> this 
> libcephfs API update into that release.
> 
> sage
> 
> On Fri, 7 Feb 2014, Matt W. Benjamin wrote:
> 
> > Hi Sage and Ceph devs,
> > 
> > Casey over here root-caused and we believe fixed the refcounting
> problem on our wip-libcephfs branch, and
> > a rebase to firefly is in progress.
> > 
> > The fix is on wip-libcephfs-firefly-rb :
> > 
> > """
> > fuse: fix for missing ll_ref on create
> > when the 'Inode **outp' argument was added to ll_create(), it was
> > changed to only take the ll_ref if outp was not NULL.
> fuse_ll_create()
> > was calling ll_create() with outp=NULL, and subsequently calling
> > fuse_reply_create() (which causes fuse to increment the lookup
> count)
> > without registering the initial ll_ref
> > 
> > this patch adds a dummy inode pointer i2 to the ll_create() call to
> > claim our initial reference
> > 
> > Signed-off-by: Casey Bodley <casey@linuxbox.com>
> > """
> > 
> > We're still finishing up the rebase, but I expect to have one tested
> by some time tomorrow am.
> > 
> > Thanks,
> > 
> > Matt
> > 
> > -- 
> > Matt Benjamin
> > The Linux Box
> > 206 South Fifth Ave. Suite 150
> > Ann Arbor, MI  48104
> > 
> > http://linuxbox.com
> > 
> > tel.  734-761-4689 
> > fax.  734-769-8938 
> > cel.  734-216-5309 
> > --
> > 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

-- 
Matt Benjamin
The Linux Box
206 South Fifth Ave. Suite 150
Ann Arbor, MI  48104

http://linuxbox.com

tel.  734-761-4689 
fax.  734-769-8938 
cel.  734-216-5309 

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

* Re: wip-libcephfs-firefly-rb
  2014-02-09  0:27   ` wip-libcephfs-firefly-rb Matt W. Benjamin
@ 2014-02-11 14:57     ` Sage Weil
  2014-02-11 15:12       ` wip-libcephfs-firefly-rb Matt W. Benjamin
  0 siblings, 1 reply; 5+ messages in thread
From: Sage Weil @ 2014-02-11 14:57 UTC (permalink / raw)
  To: Matt W. Benjamin; +Cc: ceph-devel

On Sat, 8 Feb 2014, Matt W. Benjamin wrote:
> Hi,
> 
> It looks to me like the rebase was already done--I thought Casey needed me to finish that up,
> but everything just built for me.

What is the URL for the posted branch?  

Thanks!
sage

> 
> Matt
> 
> ----- "Sage Weil" <sage@inktank.com> wrote:
> 
> > Hey Matt, Casey,
> > 
> > This is great news!  Please let me know as soon as the rebase is ready
> > and 
> > there is a pull-request so I get this run through the test suite. 
> > This is 
> > the last week before the firefly freeze and it would be great to get
> > this 
> > libcephfs API update into that release.
> > 
> > sage
> > 
> > On Fri, 7 Feb 2014, Matt W. Benjamin wrote:
> > 
> > > Hi Sage and Ceph devs,
> > > 
> > > Casey over here root-caused and we believe fixed the refcounting
> > problem on our wip-libcephfs branch, and
> > > a rebase to firefly is in progress.
> > > 
> > > The fix is on wip-libcephfs-firefly-rb :
> > > 
> > > """
> > > fuse: fix for missing ll_ref on create
> > > when the 'Inode **outp' argument was added to ll_create(), it was
> > > changed to only take the ll_ref if outp was not NULL.
> > fuse_ll_create()
> > > was calling ll_create() with outp=NULL, and subsequently calling
> > > fuse_reply_create() (which causes fuse to increment the lookup
> > count)
> > > without registering the initial ll_ref
> > > 
> > > this patch adds a dummy inode pointer i2 to the ll_create() call to
> > > claim our initial reference
> > > 
> > > Signed-off-by: Casey Bodley <casey@linuxbox.com>
> > > """
> > > 
> > > We're still finishing up the rebase, but I expect to have one tested
> > by some time tomorrow am.
> > > 
> > > Thanks,
> > > 
> > > Matt
> > > 
> > > -- 
> > > Matt Benjamin
> > > The Linux Box
> > > 206 South Fifth Ave. Suite 150
> > > Ann Arbor, MI  48104
> > > 
> > > http://linuxbox.com
> > > 
> > > tel.  734-761-4689 
> > > fax.  734-769-8938 
> > > cel.  734-216-5309 
> > > --
> > > 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
> 
> -- 
> Matt Benjamin
> The Linux Box
> 206 South Fifth Ave. Suite 150
> Ann Arbor, MI  48104
> 
> http://linuxbox.com
> 
> tel.  734-761-4689 
> fax.  734-769-8938 
> cel.  734-216-5309 
> --
> 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] 5+ messages in thread

* Re: wip-libcephfs-firefly-rb
  2014-02-11 14:57     ` wip-libcephfs-firefly-rb Sage Weil
@ 2014-02-11 15:12       ` Matt W. Benjamin
  0 siblings, 0 replies; 5+ messages in thread
From: Matt W. Benjamin @ 2014-02-11 15:12 UTC (permalink / raw)
  To: Sage Weil; +Cc: ceph-devel

This should be it:

    https://github.com/linuxbox2/linuxbox-ceph/tree/wip-libcephfs-firefly-rb

Matt

----- "Sage Weil" <sage@inktank.com> wrote:

> On Sat, 8 Feb 2014, Matt W. Benjamin wrote:
> > Hi,
> > 
> > It looks to me like the rebase was already done--I thought Casey
> needed me to finish that up,
> > but everything just built for me.
> 
> What is the URL for the posted branch?  
> 
> Thanks!
> sage
> 
> > 
> > Matt
> > 
> > ----- "Sage Weil" <sage@inktank.com> wrote:
> > 
> > > Hey Matt, Casey,
> > > 
> > > This is great news!  Please let me know as soon as the rebase is
> ready
> > > and 
> > > there is a pull-request so I get this run through the test suite.
> 
> > > This is 
> > > the last week before the firefly freeze and it would be great to
> get
> > > this 
> > > libcephfs API update into that release.
> > > 
> > > sage
> > > 
> > > On Fri, 7 Feb 2014, Matt W. Benjamin wrote:
> > > 
> > > > Hi Sage and Ceph devs,
> > > > 
> > > > Casey over here root-caused and we believe fixed the
> refcounting
> > > problem on our wip-libcephfs branch, and
> > > > a rebase to firefly is in progress.
> > > > 
> > > > The fix is on wip-libcephfs-firefly-rb :
> > > > 
> > > > """
> > > > fuse: fix for missing ll_ref on create
> > > > when the 'Inode **outp' argument was added to ll_create(), it
> was
> > > > changed to only take the ll_ref if outp was not NULL.
> > > fuse_ll_create()
> > > > was calling ll_create() with outp=NULL, and subsequently
> calling
> > > > fuse_reply_create() (which causes fuse to increment the lookup
> > > count)
> > > > without registering the initial ll_ref
> > > > 
> > > > this patch adds a dummy inode pointer i2 to the ll_create() call
> to
> > > > claim our initial reference
> > > > 
> > > > Signed-off-by: Casey Bodley <casey@linuxbox.com>
> > > > """
> > > > 
> > > > We're still finishing up the rebase, but I expect to have one
> tested
> > > by some time tomorrow am.
> > > > 
> > > > Thanks,
> > > > 
> > > > Matt
> > > > 
> > > > -- 
> > > > Matt Benjamin
> > > > The Linux Box
> > > > 206 South Fifth Ave. Suite 150
> > > > Ann Arbor, MI  48104
> > > > 
> > > > http://linuxbox.com
> > > > 
> > > > tel.  734-761-4689 
> > > > fax.  734-769-8938 
> > > > cel.  734-216-5309 
> > > > --
> > > > 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
> > 
> > -- 
> > Matt Benjamin
> > The Linux Box
> > 206 South Fifth Ave. Suite 150
> > Ann Arbor, MI  48104
> > 
> > http://linuxbox.com
> > 
> > tel.  734-761-4689 
> > fax.  734-769-8938 
> > cel.  734-216-5309 
> > --
> > 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
> > 
> >

-- 
Matt Benjamin
The Linux Box
206 South Fifth Ave. Suite 150
Ann Arbor, MI  48104

http://linuxbox.com

tel.  734-761-4689 
fax.  734-769-8938 
cel.  734-216-5309 

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

end of thread, other threads:[~2014-02-11 15:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-08  0:02 wip-libcephfs-firefly-rb Matt W. Benjamin
2014-02-08 23:36 ` wip-libcephfs-firefly-rb Sage Weil
2014-02-09  0:27   ` wip-libcephfs-firefly-rb Matt W. Benjamin
2014-02-11 14:57     ` wip-libcephfs-firefly-rb Sage Weil
2014-02-11 15:12       ` wip-libcephfs-firefly-rb Matt W. Benjamin

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.