<div dir="ltr">We're just getting setup with kvm and virt-manager, and we noticed that on the "Clone virtual machine" screen, the "Clone this disk" option is greyed-out if you're using virt-manager over a remote connection.  It's only available to remote connections.<div>
<br></div><div>I see the source code in clone.py</div><div><br></div><div>```python</div><div><div>def can_we_clone(conn, vol, path):</div></div><div>      ...</div><div><div>       if conn.is_remote():</div><div>            msg = _("Cannot clone unmanaged remote storage.")</div>
<div>```</div><div><br></div><div>My question is *why* can we not clone unmanaged remote storage, or what do we have to do to make it "managed"?</div><div><br></div><div><br></div><div><br></div>-- <br>Kevin M. Goess<br>
Software Engineer<br>Berkeley Electronic Press<br><a href="mailto:kgoess@bepress.com" target="_blank">kgoess@bepress.com</a><br>
<br>510-665-1200 x179<br><a href="http://www.bepress.com" target="_blank">www.bepress.com</a><br>
<br>bepress: sustainable scholarly publishing   <br>
</div></div>