[openstack-dev] [OSSG] OpenStack Security Group Task List
Adam Young
ayoung at redhat.com
Thu Oct 25 14:47:39 UTC 2012
On 10/25/2012 05:08 AM, Jian Wen wrote:
> Sorry for the misunderstandings.
> I should have point out that rsync means the file-copying tool, not
> the protocol.
>
> There are two different ways for rsync to contact a remote system:
> using a remote-shell program as the transport (such as ssh or rsh) or
> contacting an rsync daemon directly via TCP.
>
> Now nova uses the first way.
> Access via remote shell:
> Push: rsync [OPTION...] SRC... [USER@]HOST:DEST
>
> My blueprint uses the later one.
> Access via rsync daemon:
> Push:rsync [OPTION...] SRC... rsync://[USER@]HOST[:PORT]/DEST
This is, I assume, proof-of-concept code, correct? We do not want to
user rsync:// for the reasons specified earlier in the thread.
>
>
>
> 2012/10/25 Eric Windisch <eric at cloudscaling.com
> <mailto:eric at cloudscaling.com>>
>
>
> On Wednesday, October 24, 2012 at 12:48 PM, Mandell Degerness wrote:
>
>> On Wed, Oct 24, 2012 at 6:50 AM, Adam Young <ayoung at redhat.com
>> <mailto:ayoung at redhat.com>> wrote:
>>> On 10/24/2012 09:13 AM, Mandell Degerness wrote:
>>
>>>
>>> rsync over ssh. He specifically mentions using passwordless ssh.
>>> rsync is
>>> a binary as well as a line protocol, and here it is specifically
>>> using ssh
>>> for the file transfer.
>> That's what I get for responding to email before my morning coffee. I
>> completely mis-read that.
>>
>
> If it makes you feel better, I'm still misreading it in the same
> fashion.
>
> Ivan, can you clarify this for us?
>
> Regards,
> Eric Windisch
>
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev at lists.openstack.org
> <mailto:OpenStack-dev at lists.openstack.org>
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
>
>
> --
> Best,
>
> Ivan
>
>
>
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20121025/4f1a6a73/attachment.html>
More information about the OpenStack-dev
mailing list