changes to rados command

2013-03-07 Thread Andrew Hume
in order to make the rados command more useful in scripts, i'd like to make a change, specifically change to rados -p pool getomapval obj key [fmt] where fmt is an optional formatting parameter. i've implemented 'str' which will print the value as an unadorned string. what is the process for

Re: changes to rados command

2013-03-07 Thread Greg Farnum
On Thursday, March 7, 2013 at 11:25 AM, Andrew Hume wrote: in order to make the rados command more useful in scripts, i'd like to make a change, specifically change to rados -p pool getomapval obj key [fmt] where fmt is an optional formatting parameter. i've implemented 'str' which will

Re: changes to rados command

2013-03-07 Thread Greg Farnum
(Re-added the list for future reference) Well, you'll need to learn how to use git at a basic level in order to be able to work effectively on Ceph (or most other open-source projects). Some links that might be helpful: http://www.joelonsoftware.com/items/2010/03/17.html