Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
adding kvm trouble shooting information
Browse files Browse the repository at this point in the history
  • Loading branch information
buzztroll committed Jun 10, 2011
1 parent 2baafc5 commit 64181af
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions docs/src/admin/troubleshooting.html
Expand Up @@ -31,6 +31,9 @@ <h2>Nimbus 2.7 Troubleshooting</h2>
<li>
<a href="#service">Service related</a>
</li>
<li>
<a href="#kvm">KVM VMM Setup</a>
</li>
</ul>


Expand Down Expand Up @@ -373,6 +376,34 @@ <h2>Service related</h2>
</li>
</ul>



<a name="kvm"> </a>
<h2>KVM VMM Setup</h2>

<ul>
<li>
<a name="internalerroronly1ide"> </a>
<p>
Problem: When testing the sample KVM image virsh create throws the
error
<pre>
# virsh -c 'qemu:///system' create /tmp/z2c.xml
error: Failed to create domain from /tmp/z2c.xml
error: internal error Only 1 ide controller is supported
</pre>

_NAMELINK(internalerroronly1ide)
</p>
<p>
Solution: Make sure that you specified the mountpoint hda and
not sda1 or hda1.
</p>
</li>

<br /><hr />
</ul>

<br />
<br />
<br />
Expand Down

0 comments on commit 64181af

Please sign in to comment.