> 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/private-cloud-director/getting-started/host-operating-system-support-matrix.md).

# Host Operating System Support Matrix

| PCD Release      | Ubuntu 22.04   | Ubuntu 24.04 | Platform9 OS powered by Rocky Linux from CIQ (RLC) 10.2 |
| ---------------- | -------------- | ------------ | ------------------------------------------------------- |
| **January 2026** | Supported      | Supported    | --                                                      |
| **April 2026**   | Supported      | Supported    | --                                                      |
| **August 2026**  | Deprecated     | Supported    | Supported                                               |
| **October 2026** | Deprecated     | Supported    | Supported                                               |
| **January 2027** | Deprecated     | Supported    | Supported                                               |
| **April 2027**   | End of support | Supported    | Supported                                               |

**Legend:**

* Supported = fully tested and maintained
* Deprecated = still functional, but no longer recommended for new deployments; plan to migrate
* End of support = no longer tested, patched, or supported

{% hint style="info" %}
**Ubuntu Support**

Ubuntu host operating systems follow a bring-your-own-OS model. You provide, install, and maintain Ubuntu yourself, and Platform9 supports Private Cloud Director on the Ubuntu versions marked Supported in the table above. Platform9 does not package, harden, or manage the Ubuntu operating system, and there is no Platform9-delivered Ubuntu image equivalent to Platform9 OS.
{% endhint %}

{% hint style="info" %}
**Rocky Linux Support**

Private Cloud Director is supported only on Platform9 OS powered by Rocky Linux from CIQ (RLC) 10.2 and installed through the Platform9 OS ISO. Platform9 OS is a controlled, hardened configuration: it is hardened to the CIS Level 1 benchmark and is configured to pull packages and updates only from the Platform9 validated package repository. Platform9 builds, tests, patches, and supports this operating system together with PCD as a single integrated stack.

Community Rocky Linux is not a supported PCD host operating system. This applies regardless of the version number: a host running community Rocky Linux 10.2 is still unsupported, because it does not carry the Platform9 OS hardening and does not use the Platform9 validated package repository, so it is not the configuration PCD is built and tested against. Private Cloud Director installed on a customer-provided Rocky Linux host is an unsupported configuration.
{% endhint %}

### Important dates

**August 2026:** Ubuntu 22.04 is deprecated. New cluster deployments should use Ubuntu 24.04 or Platform9 OS powered by Rocky Linux 10.2.

**January 2027:** Last PCD release that includes Ubuntu 22.04 support.

**April 2027:** Ubuntu 22.04 reaches end of support. Hosts running Ubuntu 22.04 must be migrated before upgrading to this release.

### Migration between host operating systems

Workload migration support depends on whether the source and destination hosts run the same host operating system.

| Migration type | Between Ubuntu and Platform9 OS hosts | Between Platform9 OS hosts |
| -------------- | ------------------------------------- | -------------------------- |
| Live migration | Not supported                         | Supported                  |
| Cold migration | Supported                             | Supported                  |

For details on migrating workloads from Ubuntu hosts to Platform9 OS hosts, see [Cross-OS Cold Migration: Ubuntu Hosts to Platform9 OS Hosts](/private-cloud-director/virtualized-clusters/virtualmachine/vm-migration.md#cross-os-cold-migration-ubuntu-hosts-to-platform9-os-hosts).


---

# 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/private-cloud-director/getting-started/host-operating-system-support-matrix.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.
