# Why The Disk Allocation Ratio Set to 9999 Starting From Platform9 Managed OpenStack v4.0

## Problem

why the disk allocation ratio is set to 9999 in PMO v4.0 and later versions?

## Environment

* Platform9 Managed OpenStack - v4.0 and Higher
* Nova-Scheduler

## Answer

In PMO v3.11 we disabled **DiskFilter** in **nova-scheduler**. In the placement API introduced in PMO v4.0, there is no way to disable ram, core, and disk filters. To achieve the same functionality as earlier for disabling **DiskFilter** we set the disk allocation to a very high number in this case 9999.

## Additional Information

If single instance disk creation requests volume size for more than the physical disk available on the host then that host will be removed using the disk filter. For more details on the allocation ratio, you can refer to [this](https://support.platform9.com/knowledge/articles/360055305073/en-us?brand_id=227678) article.


---

# 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/pmo/frequently-asked-questions/why-the-disk-allocation-ratio-set-to-9999-starting-from-platfor.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.
