[virt-tools-list] [PATCH] virt-install: don't fail on storage pools without targets.

Tom Lanyon tom+libvirt at oneshoeco.com
Wed Mar 27 05:20:48 UTC 2013


Hi Cole,

On 27/03/2013, at 8:31 AM, Cole Robinson <crobinso at redhat.com> wrote:
> Hi Tom, thanks for the patch, it looks fine. Can you please resend it either
> using git send-email, or attach the output of git format-patch, which will
> ensure your authorship is properly attributed.

Patch attached.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-virt-install-don-t-fail-on-storage-pools-without-tar.patch
Type: application/octet-stream
Size: 867 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/virt-tools-list/attachments/20130327/4b5d1f42/attachment.obj>
-------------- next part --------------


> Can you also provide an example rbd pool definition so I can unit test this?


<pool type='rbd'>
  <name>ceph1</name>
  <uuid>4bcd023e-990e-fcf6-d95c-52dd0cd938c8</uuid>
  <capacity unit='bytes'>47256127143936</capacity>
  <allocation unit='bytes'>5537792235090</allocation>
  <available unit='bytes'>35978000121856</available>
  <source>
    <host name='ceph-mon-1.example.com' port='6789'/>
    <host name='ceph-mon-2.example.com' port='6789'/>
    <host name='ceph-mon-3.example.com' port='6789'/>
    <name>rbd</name>
  </source>
</pool>


Thanks,
Tom


More information about the virt-tools-list mailing list