# Manually flush SSD cache

> Manually flush SSD cache to remediate IOPS load when data tiering operations are stuck.

When Ceph tiering is in use and the SSD cache tier is stuck at it's full ratio threshold of (e.g. 60%), automatic flushing to the backing HDD pool may not progress due to incoming I/O and flush operations pile up. This can lead to persistent **high IOPS load**. To remediate, manually trigger an SSD cache pool flush operation.

## Access CubeCOS cluster VIP via SSH {#access-cubecos-cluster-vip-via-ssh}

```bash
ssh admin@<your-cluster-vip>

Warning: Permanently added '192.168.1.x' (ECDSA) to the list of known hosts.
Password:
```

## Flush SSD data to HDD pool {#flush-ssd-data-to-hdd-pool}

Enter `storage > cache > flush` in the terminal to manually flush the cache.

```bash
controller> storage
controller:storage> cache
controller:cache> flush
```
