<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    <br>
    I am trying to place VM on specific core using virt-install but it
    seems there is a problem with core number >12.<br>
    The virsh capabilities returns:<br>
    <tt><topology></tt><tt><br>
    </tt><tt>      <cells num='4'></tt><tt><br>
    </tt><tt>        <cell id='0'></tt><tt><br>
    </tt><tt>          <cpus num='6'></tt><tt><br>
    </tt><tt>            <cpu id='0'/></tt><tt><br>
    </tt><tt>            <cpu id='1'/></tt><tt><br>
    </tt><tt>            <cpu id='2'/></tt><tt><br>
    </tt><tt>            <cpu id='3'/></tt><tt><br>
    </tt><tt>            <cpu id='4'/></tt><tt><br>
    </tt><tt>            <cpu id='5'/></tt><tt><br>
    </tt><tt>          </cpus></tt><tt><br>
    </tt><tt>        </cell></tt><tt><br>
    </tt><tt>        <cell id='1'></tt><tt><br>
    </tt><tt>          <cpus num='6'></tt><tt><br>
    </tt><tt>            <cpu id='6'/></tt><tt><br>
    </tt><tt>            <cpu id='7'/></tt><tt><br>
    </tt><tt>            <cpu id='8'/></tt><tt><br>
    </tt><tt>            <cpu id='9'/></tt><tt><br>
    </tt><tt>            <cpu id='10'/></tt><tt><br>
    </tt><tt>            <cpu id='11'/></tt><tt><br>
    </tt><tt>          </cpus></tt><tt><br>
    </tt><tt>        </cell></tt><tt><br>
    </tt><tt>        <cell id='2'></tt><tt><br>
    </tt><tt>          <cpus num='6'></tt><tt><br>
    </tt><tt>            <cpu id='18'/></tt><tt><br>
    </tt><tt>            <cpu id='19'/></tt><tt><br>
    </tt><tt>            <cpu id='20'/></tt><tt><br>
    </tt><tt>            <cpu id='21'/></tt><tt><br>
    </tt><tt>            <cpu id='22'/></tt><tt><br>
    </tt><tt>            <cpu id='23'/></tt><tt><br>
    </tt><tt>          </cpus></tt><tt><br>
    </tt><tt>        </cell></tt><tt><br>
    </tt><tt>        <cell id='3'></tt><tt><br>
    </tt><tt>          <cpus num='6'></tt><tt><br>
    </tt><tt>            <cpu id='12'/></tt><tt><br>
    </tt><tt>            <cpu id='13'/></tt><tt><br>
    </tt><tt>            <cpu id='14'/></tt><tt><br>
    </tt><tt>            <cpu id='15'/></tt><tt><br>
    </tt><tt>            <cpu id='16'/></tt><tt><br>
    </tt><tt>            <cpu id='17'/></tt><tt><br>
    </tt><tt>          </cpus></tt><tt><br>
    </tt><tt>        </cell></tt><tt><br>
    </tt><tt>      </cells></tt><tt><br>
    </tt><tt>    </topology></tt><br>
    which is OK. <br>
    When I run <br>
    <tt>virt-install -d --import --connect qemu:///system --nographics
      --noautoconsole --name=test --network
      network=default,mac=00:01:01:ab:cd:ed --ram=256 --disk
      path=/tmp/vm-base.img,device=disk,format=raw,size=2,cache=none
      --cpuset=0,1,2</tt><br>
    everything is ok.<br>
    <tt>virt-install -d --import --connect qemu:///system --nographics
      --noautoconsole --name=test --network
      network=default,mac=00:01:01:ab:cd:ed --ram=256 --disk
      path=/tmp/vm-base.img,device=disk,format=raw,size=2,cache=none
      --cpuset=13</tt><br>
    I have a message telling me that the cpuset's numbers must be less
    than pCPU<br>
    <br>
    <br>
    My machine is a bi-AMD Opteron(tm) Processor 6164 HE (12 core/cpu)
    with debian squeeze. I have tried with the squeeze packages as well
    as the wheezy one but it still fails. <br>
    <tt>ii  libvirt-bin                        
      0.9.12-11                    programs for the libvirt library</tt><tt><br>
    </tt><tt>ii  libvirt0                           
      0.9.12-11                    library for interfacing with
      different virtualization systems</tt><tt><br>
    </tt><tt>ii  python-libvirt                     
      0.9.12-4~bpo60+1             libvirt Python bindings</tt><tt><br>
    </tt><tt>ii  qemu-kvm                           
      1.1.2+dfsg-6                 Full virtualization on x86 hardware</tt><tt><br>
    </tt><tt>ii  virt-viewer                        
      0.2.1-1                      Displaying the graphical console of a
      virtual machine</tt><tt><br>
    </tt><tt>ii  virtinst                           
      0.600.1-3                    Programs to create and clone virtual
      machines</tt><br>
    Is this a debian related bug or no ?<br>
    <br>
    I have also post a bugreport if you are interested in.<br>
    <br>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <a href="https://bugzilla.redhat.com/show_bug.cgi?id=953187">https://bugzilla.redhat.com/show_bug.cgi?id=953187</a><br>
    <br>
    <br>
    Thank you in advance for any answer I could have.<br>
    <br>
    Laurent <br>
  </body>
</html>