Re: [PATCH] chunkd: add cp command, for local intra-table copies

Jeff Garzik <[email protected]> Tue, 06 Jul 2010 12:59:48 -0400
Newsgroups org.kernel.vger.hail-devel
Message-ID <[email protected]>
On 07/06/2010 11:17 AM, Pete Zaitcev wrote:
> On Tue, 6 Jul 2010 03:24:29 -0400
> Jeff Garzik<[email protected]>  wrote:
>
>> The following patch, against current hail.git, adds the "CP" command to
>> chunkd, permitting copying from object->object inside a single table.
>
> What is it for?

Fun!  :)

More seriously, it is mainly an infrastructure patch, adding things that 
the upcoming RCP command will use.  As CP is far less complex, this 
allows me to verify several bits of machinery before moving forward.  I 
imagine CP will be tangentially helpful, but not a crucial feature in 
and of itself.

	Jeff