# How To Resize a DU VM?

## Problem:

* How to resize a DU VM?

## Environment:

* Platform9 Edge Cloud - LTS1- All Versions

## Procedure:

* Add or Update the field `duDiskSize: 70G` in the airctl configuration file `/opt/pf9/airctl/conf/airctl-config.yaml`
* Resize qemu image to the new size.

{% tabs %}
{% tab title="Bash" %}

```bash
# qemu-img resize /opt/pf9/airctl/du.qcow2 70G
```

{% endtab %}
{% endtabs %}

* Stop the Management plane

{% tabs %}
{% tab title="Bash" %}

```bash
# /opt/pf9/airctl/airctl stop --config /opt/pf9/airctl/conf/airctl-config.yaml
```

{% endtab %}
{% endtabs %}

* Start the Management plane

{% tabs %}
{% tab title="Bash" %}

```bash
# /opt/pf9/airctl/airctl start --config /opt/pf9/airctl/conf/airctl-config.yaml
```

{% endtab %}
{% endtabs %}


---

# Agent Instructions: 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:

```
GET https://platform9.com/kb/smcp/how-to/how-to-resize-a-du-vm.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
