> For the complete documentation index, see [llms.txt](https://docs.platform9.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.platform9.com/managed-openstack/5.4/troubleshooting/linux-kvm/troubleshooting-kvm-issues-vm-create.md).

# Instance Creation Failure

Instance creation can fail in a Linux / KVM environment if the Image Library host is configured using DHCP, and the IP address changes when the lease is renewed.

## Updating IP address of Glance Image Library endpoint in KVM environment

If you are using KVM as your hypervisor, wait for 30-60 seconds after a restart of the Image Library host.

Once the connection with the control plane has been reestablished, follow the steps given below.

1\. Navigate to Infrastructure>Hosts.

<figure><img src="/files/V5pwFCOYsevFYVMY3KOj" alt=""><figcaption></figcaption></figure>

2\. Select the Host machine that hosts the Image Library from the list of hosts.

<figure><img src="/files/dalrCTAM3EVnF0geTjjQ" alt=""><figcaption></figcaption></figure>

3\. Click Image Library tab and select the access point for Image Library access from the available list of options. Select the updated IP address.

<figure><img src="/files/mnuzBCB8Yu4gz7awLK2F" alt=""><figcaption></figcaption></figure>

4\. Click Update Image Library details.

The Image Library settings are updated successfully and you can create instances from the images in the Image Library.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.platform9.com/managed-openstack/5.4/troubleshooting/linux-kvm/troubleshooting-kvm-issues-vm-create.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
