<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 10/25/2012 05:08 AM, Jian Wen wrote:<br>
</div>
<blockquote
cite="mid:CAMXzGWJFjkueYEMO8UVk2ojpi+G1zv8tQhGmbJZC9mJQ0RB+1w@mail.gmail.com"
type="cite">Sorry for the misunderstandings.<br>
I should have point out that rsync means the file-copying tool,
not the protocol. <br>
<br>
There are two different ways for rsync to contact a remote system:
<br>
using a remote-shell program as the transport (such as ssh or rsh)
or <br>
contacting an rsync daemon directly via TCP.<br>
<br>
Now nova uses the first way.<br>
Access via remote shell:<br>
Push: rsync [OPTION...] SRC... [USER@]HOST:DEST<br>
<br>
My blueprint uses the later one.<br>
Access via rsync daemon:<br>
Push:rsync [OPTION...] SRC...
rsync://[USER@]HOST[:PORT]/DEST<br>
</blockquote>
<br>
This is, I assume, proof-of-concept code, correct? We do not want
to user rsync:// for the reasons specified earlier in the thread.<br>
<br>
<blockquote
cite="mid:CAMXzGWJFjkueYEMO8UVk2ojpi+G1zv8tQhGmbJZC9mJQ0RB+1w@mail.gmail.com"
type="cite"><br>
<br>
<br>
<div class="gmail_quote">2012/10/25 Eric Windisch <span dir="ltr"><<a
moz-do-not-send="true" href="mailto:eric@cloudscaling.com"
target="_blank">eric@cloudscaling.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">
<div><br>
</div>
<p style="color:#a0a0a8">On Wednesday, October 24, 2012 at
12:48 PM, Mandell Degerness wrote:</p>
<blockquote type="cite"
style="border-left-style:solid;border-width:1px;margin-left:0px;padding-left:10px">
<span>
<div>
<div>
<div>On Wed, Oct 24, 2012 at 6:50 AM, Adam Young
<<a moz-do-not-send="true"
href="mailto:ayoung@redhat.com" target="_blank">ayoung@redhat.com</a>>
wrote:</div>
<blockquote type="cite">
<div>On 10/24/2012 09:13 AM, Mandell Degerness
wrote:</div>
</blockquote>
<div><br>
</div>
<blockquote type="cite">
<div>
<div><br>
</div>
<div>rsync over ssh. He specifically mentions
using passwordless ssh. rsync is</div>
<div>a binary as well as a line protocol, and
here it is specifically using ssh</div>
<div>for the file transfer.</div>
</div>
</blockquote>
<div>That's what I get for responding to email
before my morning coffee. I</div>
<div>completely mis-read that.</div>
<div><br>
</div>
</div>
</div>
</span></blockquote>
<div> <br>
</div>
</div>
<div>If it makes you feel better, I'm still misreading it in
the same fashion.</div>
<div><br>
</div>
<div>Ivan, can you clarify this for us?</div>
<div><br>
</div>
<div>Regards,</div>
<div>Eric Windisch</div>
<br>
_______________________________________________<br>
OpenStack-dev mailing list<br>
<a moz-do-not-send="true"
href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
<a moz-do-not-send="true"
href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev"
target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
<br>
</blockquote>
</div>
<br>
<br clear="all">
<br>
-- <br>
Best,<br>
<br>
Ivan<br>
<br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
OpenStack-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a>
<a class="moz-txt-link-freetext" href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a>
</pre>
</blockquote>
<br>
</body>
</html>