Re: [ceph-users] Mapping data and metadata between rados and cephfs

2017-06-28 Thread Lefman, Jonathan
-users@lists.ceph.com Subject: Re: [ceph-users] Mapping data and metadata between rados and cephfs Hi, That's true, sure. We hope to support async mounts and more normal workflows in future, but those are important caveats. Editing objects in place doesn't work with RGW NFS. Matt - Or

Re: [ceph-users] Mapping data and metadata between rados and cephfs

2017-06-28 Thread Matt Benjamin
quot;Matt Benjamin" <mbenja...@redhat.com>, "David Turner" > <drakonst...@gmail.com> > Cc: ceph-users@lists.ceph.com > Sent: Wednesday, June 28, 2017 4:14:39 PM > Subject: Re: [ceph-users] Mapping data and metadata between rados and cephfs > > On Wed, Jun 2

Re: [ceph-users] Mapping data and metadata between rados and cephfs

2017-06-28 Thread Gregory Farnum
lar to the idea of uploading data through RadosGW and > > have the data be available in CephFS. > > > > > > > > -Jon > > > > > > > > From: David Turner [mailto: drakonst...@gmail.com ] > > Sent: Wednesday, June 28, 2017 2:51 PM > >

Re: [ceph-users] Mapping data and metadata between rados and cephfs

2017-06-28 Thread Matt Benjamin
nst...@gmail.com> > To: "Jonathan Lefman" <jonathan.lef...@intel.com>, ceph-users@lists.ceph.com > Sent: Wednesday, June 28, 2017 2:59:12 PM > Subject: Re: [ceph-users] Mapping data and metadata between rados and cephfs > > CephFS is very different from RGW. Y

Re: [ceph-users] Mapping data and metadata between rados and cephfs

2017-06-28 Thread Gregory Farnum
to:drakonst...@gmail.com] >> *Sent:* Wednesday, June 28, 2017 2:46 PM >> *To:* Lefman, Jonathan <jonathan.lef...@intel.com>; >> ceph-users@lists.ceph.com >> *Subject:* Re: [ceph-users] Mapping data and metadata between rados and >> cephfs >> >> >

Re: [ceph-users] Mapping data and metadata between rados and cephfs

2017-06-28 Thread David Turner
t; cephfs component. I hope that makes sense. > > > > -Jon > > > > *From:* David Turner [mailto:drakonst...@gmail.com] > *Sent:* Wednesday, June 28, 2017 2:46 PM > *To:* Lefman, Jonathan <jonathan.lef...@intel.com>; > ceph-users@lists.ceph.com > *Subject:* Re

Re: [ceph-users] Mapping data and metadata between rados and cephfs

2017-06-28 Thread Lefman, Jonathan
ct: Re: [ceph-users] Mapping data and metadata between rados and cephfs CephFS and RGW store data differently. I have never heard of, nor do I believe that it's possible, to have CephFS and RGW sharing the same data pool. On Wed, Jun 28, 2017 at 2:48 PM Lefman, Jonathan <jonathan.lef...@

Re: [ceph-users] Mapping data and metadata between rados and cephfs

2017-06-28 Thread David Turner
PM > *To:* Lefman, Jonathan <jonathan.lef...@intel.com>; > ceph-users@lists.ceph.com > *Subject:* Re: [ceph-users] Mapping data and metadata between rados and > cephfs > > > > You want to access the same data via a rados API and via cephfs? Are you > thinking RadosGW

Re: [ceph-users] Mapping data and metadata between rados and cephfs

2017-06-28 Thread Lefman, Jonathan
To: Lefman, Jonathan <jonathan.lef...@intel.com>; ceph-users@lists.ceph.com Subject: Re: [ceph-users] Mapping data and metadata between rados and cephfs You want to access the same data via a rados API and via cephfs? Are you thinking RadosGW? On Wed, Jun 28, 2017 at 1:54 PM Lefman, Jo

Re: [ceph-users] Mapping data and metadata between rados and cephfs

2017-06-28 Thread David Turner
You want to access the same data via a rados API and via cephfs? Are you thinking RadosGW? On Wed, Jun 28, 2017 at 1:54 PM Lefman, Jonathan wrote: > Hi all, > > > > I would like to create a 1-to-1 mapping between rados and cephfs. Here's > the usage scenario: > > > >

[ceph-users] Mapping data and metadata between rados and cephfs

2017-06-28 Thread Lefman, Jonathan
Hi all, I would like to create a 1-to-1 mapping between rados and cephfs. Here's the usage scenario: 1. Upload file via rest api through rados compatible APIs 2. Run "local" operations on the file delivered via rados on the linked cephfs mount 3. Retrieve/download file via rados API on newly