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

2017-06-28 Thread Lefman, Jonathan
> 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. You may be able to utilize

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

2017-06-28 Thread Lefman, Jonathan
that bucket. This is similar 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 To: Lefman, Jonathan ; ceph-users@lists.ceph.com Subject: Re: [ceph-users] Mapping data

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

2017-06-28 Thread Lefman, Jonathan
: Lefman, Jonathan ; 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, Jonathan mailto:jonathan.lef...@intel.com

[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 cr