Skip to main content

Cephadm-Managed Cluster to CES

Switching from another version of Ceph to Clyso Enterprise Storage is as simple as an upgrade! The CES container is also managed by cephadm, so the procedure is the same as upgrading to a new version of Ceph.

Start the upgrade by pulling the CES image from the registry. You can find the latest image name in our Getting Started guide.

For example, to upgrade to CES 18.2.8-1:

ceph orch upgrade start --image harbor.clyso.com/ces/ceph/ceph:ces-v18.2.8-1

This will start the migration process and pull the latest CES image from the registry. To follow the progress of the migration, you can run the following command:

watch ceph -s

progress:
Upgrade to 18.2.4-21-g3462c366fdd (72s)
[========....................] (remaining: 3m)
Global Recovery Event (30s)
[=============...............] (remaining: 30s)

Below are useful commands to monitor the migration process:

ceph -W cephadm --watch-debug
watch ceph orch upgrade status

To verify the migration, you can run the following command:

ceph versions

Head over to the CLYSO Monitoring Module section to learn more about CLYSO manager module features in CES.

Migrate from CES to Ceph Upstream

warning

When migrating back to upstream Ceph, ensure compatibility between your CES container version and the target upstream version. Some migration paths have known issues.

Compatibility Matrix

From CES VersionTo Upstream CephCompatibilityRecommended Target
CES 18.2.8-1Ceph 18.2.8+Fully Compatible18.2.8 or later
CES 25.03.xCES 18.2.8-1RecommendedMove from legacy naming to the Reef-based CES 18 line

The legacy 25.03.1 to upstream 18.2.4 path is affected by the upstream upgrade bug tracked at https://tracker.ceph.com/issues/67660. Move to CES 18.2.8-1 or another 18.2.8+ target instead of downgrading to 18.2.4.