IBM Cloud Docs
Why is my new volume that I restored from a snapshot not performing as well as my older volumes?

Why is my new volume that I restored from a snapshot not performing as well as my older volumes?

When you restore a volume from a snapshot, while the data downloads, the API health_state and health_reasons properties indicate that the snapshot is being initialized. Performance is degraded while the volume is being initialized from the snapshot. This performance impact applies to snapshots of unattached volumes and snapshots of volumes that are attached to an instance.

The data for the snapshot is stored in IBM Cloud® Object Storage. After the volume is created, the data is downloaded from Object Storage bucket to the availability zone where the volume is being created. Depending on the snapshot size, the download can take several minutes, at which time some of the data blocks are read or written directly from Object Storage, but not all data. You might experience less IOPS and bandwidth than what you'd expect when you create a regular volume. The health state show as degraded with health reason initializing_from_snapshot.

Wait until the data is fully downloaded from Object Storage to the volume. When the data is fully downloaded, you can expect the normal provisioned IOPS and bandwidth for the volume.