<br><br><div class="gmail_quote">On Thu, Mar 1, 2012 at 10:40 AM, Itamar Heim <span dir="ltr">&lt;<a href="mailto:iheim@redhat.com">iheim@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 03/01/2012 04:21 PM, Terry Phelps wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I have a new ovirt installation that I am playing with. If it matters, I<br>
built it by installing and patching Fedora 16, installing the<br>
ovirt-engine RPM and then configuring this same machine as my &quot;node&quot;, or<br>
host, or whatever you call it.<br>
<br>
I created 3 NFS shares on this machine for the 3 required domains, and<br>
then created those domains in the ovirt-engine. I have uploaded a ISO<br>
and created a couple of VMs and they work.<br>
<br>
HOWEVER, when create a virtual disk for my VMs, I specifiy the &quot;data<br>
domain&quot; as its location, and have then found, twice in three tries, that<br>
the virtual disk is placed on the &quot;export domain&quot;. I am quite sure I am<br>
specifying my &quot;data domain&quot; when I create the disk. But then when I<br>
click on the VM, and then open the &quot;General&quot; tab, the &quot;Resides on<br>
Storage Domain&quot; field says &quot;export&quot;.<br>
<br>
And when I look at the host, the virtual disk really IS in the export<br>
domain:<br>
<br>
[root@oravm2 exportdomain]# find . -type f | xargs ls -l<br>
...<br>
-rw-rw---- 1 vdsm kvm 10737418240 Mar  1 09:17<br>
./0efcc135-2a17-4cfd-ba7d-<u></u>c3735349d455/images/fda97fda-<u></u>f0ca-4926-9a3e-af836466b5b1/<u></u>9167e3a9-1e98-4f11-a99c-<u></u>616adbe52f95<br>
<br>
I can&#39;t imagine what I might be doing wrong to make this happen. There<br>
is no domain placement when I create the VM, as best I can tell.<br>
Placement is given only when I create the virtual disk.<br>
<br>
Anyone have an idea on this?<br>
</blockquote>
<br>
actually, there is not even support for creating a disk on the export domain, only on data domain, so indeed very strange.<br>
backend/vsdm logs from an &quot;add disk&quot; command?<br>
</blockquote></div><br>I don&#39;t know exactly where to look for &quot;backend/vsdm logs from an &quot;add disk&quot; command&quot;. If you&#39;ll tell me, I&#39;ll forward them.<br><br>But here&#39;s some more information:<br>
<br>1. You said there&#39;s &quot;not even support for creating a disk on the export domain&quot;. But when I create a virtual disk, the &quot;new virtual disk&quot; window that comes up has a field called &quot;Storage Domain&quot;, and the dropdown box shows both &quot;data&quot; and &quot;export&quot;.<br>
<br>2. Here&#39;s an except from /var/log/libvirt.log, which shows where the new disk is:<br><br>2012-03-01 14:13:45.170+0000: 32549: debug : virDomainCreateXML:1833 : conn=0x7f884402e2b0, xmlDesc=&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;<br>
&lt;domain type=&quot;kvm&quot;&gt;<br>        &lt;name&gt;fedora17&lt;/name&gt;<br>        &lt;uuid&gt;cde75b43-7607-47b1-9c27-c506e79986f7&lt;/uuid&gt;<br>        &lt;memory&gt;1048576&lt;/memory&gt;<br>        &lt;currentMemory&gt;1048576&lt;/currentMemory&gt;<br>
        &lt;vcpu&gt;1&lt;/vcpu&gt;<br>        &lt;devices&gt;<br>...<br>                &lt;disk device=&quot;disk&quot; type=&quot;file&quot;&gt;<br>                        &lt;source file=&quot;/rhev/data-center/4a224f0c-62ed-11e1-a7d2-001a64db74a4/0efcc135-2a17-4cfd-ba7d-c3735349d455/images/fda97fda-f0ca-4926-9a3e-af836466b5b1/9167e3a9-1e98-4f11-a99c-616adbe52f95&quot;/&gt;<br>
                        &lt;target bus=&quot;virtio&quot; dev=&quot;vda&quot;/&gt;<br>                        &lt;serial&gt;fda97fda-f0ca-4926-9a3e-af836466b5b1&lt;/serial&gt;<br>                        &lt;driver cache=&quot;none&quot; error_policy=&quot;stop&quot; io=&quot;threads&quot; name=&quot;qemu&quot; type=&quot;raw&quot;/&gt;<br>
                &lt;/disk&gt;<br><br>And here&#39;s some shell commands from the host, that (as best I can tell) shows the disk path name from above to be in the export domain:<br><br># pwd<br>/rhev/data-center/4a224f0c-62ed-11e1-a7d2-001a64db74a4<br>
<br>[root@oravm2 4a224f0c-62ed-11e1-a7d2-001a64db74a4]# ls -l<br>total 16<br>lrwxrwxrwx 1 vdsm kvm 88 Feb 29 14:01 0efcc135-2a17-4cfd-ba7d-c3735349d455 -&gt; /rhev/data-center/mnt/oravm2.acbl.net:_exportdomain/0efcc135-2a17-4cfd-ba7d-c3735349d455<br>
lrwxrwxrwx 1 vdsm kvm 85 Feb 29 14:01 862e4be6-8aca-4c68-ac52-d9e73151b468 -&gt; /rhev/data-center/mnt/oravm2.acbl.net:_isodomain/862e4be6-8aca-4c68-ac52-d9e73151b468<br>lrwxrwxrwx 1 vdsm kvm 86 Feb 29 14:01 cacfa958-dc71-49ae-b1cd-a51bde0f860d -&gt; /rhev/data-center/mnt/oravm2.acbl.net:_datadomain/cacfa958-dc71-49ae-b1cd-a51bde0f860d<br>
lrwxrwxrwx 1 vdsm kvm 86 Feb 29 14:01 mastersd -&gt; /rhev/data-center/mnt/oravm2.acbl.net:_datadomain/cacfa958-dc71-49ae-b1cd-a51bde0f860d<br><br><br>