All of lore.kernel.org
 help / color / mirror / Atom feed
* How to know the Rados pools path.
@ 2012-08-16 12:20 ramu
  2012-08-16 13:18 ` Wido den Hollander
  0 siblings, 1 reply; 5+ messages in thread
From: ramu @ 2012-08-16 12:20 UTC (permalink / raw)
  To: ceph-devel

Hi,

      Iam creating rados pools from java-rados,it's creating the pool fine.
I don't know this pool location on disks,please help me to know the location
of rados pool(means path).It is showing the list of pools from the command 
"rados lspools".But there is not showing the path.

Thanks,
Ramu.



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

* Re: How to know the Rados pools path.
  2012-08-16 12:20 How to know the Rados pools path ramu
@ 2012-08-16 13:18 ` Wido den Hollander
  2012-08-16 16:10   ` Gregory Farnum
  0 siblings, 1 reply; 5+ messages in thread
From: Wido den Hollander @ 2012-08-16 13:18 UTC (permalink / raw)
  To: ramu; +Cc: ceph-devel

On 08/16/2012 02:20 PM, ramu wrote:
> Hi,
>
>        Iam creating rados pools from java-rados,it's creating the pool fine.
> I don't know this pool location on disks,please help me to know the location
> of rados pool(means path).It is showing the list of pools from the command
> "rados lspools".But there is not showing the path.
>

Why do you want to know the pool location?

First, there is no such hardcoded location. On the disk of an OSD you'll 
find directories for each PG with their files in them, but I wouldn't 
recommended digging in there.

There is no need for it. You know the pool name and you can interact 
with your objects.

Wido

> Thanks,
> Ramu.
>
>
> --
> 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: How to know the Rados pools path.
  2012-08-16 13:18 ` Wido den Hollander
@ 2012-08-16 16:10   ` Gregory Farnum
  2012-08-17  4:31     ` ramu
  0 siblings, 1 reply; 5+ messages in thread
From: Gregory Farnum @ 2012-08-16 16:10 UTC (permalink / raw)
  To: Wido den Hollander; +Cc: ramu, ceph-devel@vger.kernel.org

On Thursday, August 16, 2012, Wido den Hollander wrote:
>
> On 08/16/2012 02:20 PM, ramu wrote:
>>
>> Hi,
>>
>>        Iam creating rados pools from java-rados,it's creating the pool fine.
>> I don't know this pool location on disks,please help me to know the location
>> of rados pool(means path).It is showing the list of pools from the command
>> "rados lspools".But there is not showing the path.
>>
>
> Why do you want to know the pool location?
>
> First, there is no such hardcoded location. On the disk of an OSD you'll find directories for each PG with their files in them, but I wouldn't recommended digging in there.


To expand on this a little: a pool does not exist in a single
location. It's sharded into placement groups (PGs), which are then
distributed across the OSDs -- but they can and do move in response to
changing cluster conditions. :)

If you mean that you're trying to mount a rados pool in linux, it
doesn't work like that. RADOS pools are closer to S3 buckets than to a
LUN or a filesystem volume...
-Greg

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

* Re: How to know the Rados pools path.
  2012-08-16 16:10   ` Gregory Farnum
@ 2012-08-17  4:31     ` ramu
  2012-08-17 16:09       ` Tommi Virtanen
  0 siblings, 1 reply; 5+ messages in thread
From: ramu @ 2012-08-17  4:31 UTC (permalink / raw)
  To: ceph-devel

Hi all,

    Thank u for your reply,Is there any option for the created pool is
 mounting to another volume.

Thanks,
Ramu.


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

* Re: How to know the Rados pools path.
  2012-08-17  4:31     ` ramu
@ 2012-08-17 16:09       ` Tommi Virtanen
  0 siblings, 0 replies; 5+ messages in thread
From: Tommi Virtanen @ 2012-08-17 16:09 UTC (permalink / raw)
  To: ramu; +Cc: ceph-devel

On Thu, Aug 16, 2012 at 9:31 PM, ramu <ramu.freesystems@gmail.com> wrote:
>     Thank u for your reply,Is there any option for the created pool is
>  mounting to another volume.

RADOS pools are not filesystems. They cannot be mounted.

The Ceph Distributed File System stores it's metadata in one pool
(default "metadata") and data in one or more pools (default "data"),
but that is more like a database that is actually stored in a file --
that doesn't mean every file knows SQL.

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

end of thread, other threads:[~2012-08-17 16:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-16 12:20 How to know the Rados pools path ramu
2012-08-16 13:18 ` Wido den Hollander
2012-08-16 16:10   ` Gregory Farnum
2012-08-17  4:31     ` ramu
2012-08-17 16:09       ` Tommi Virtanen

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.