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 -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html