You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cleaning and background copying should be configurable, as it has massive impact on the storage system.
In fact, a flash copy mapping with a copy rate > 0 will always end up in a independent copy of the source volume, while a copy rate of zero makes the target a snapshot, which stores only deltas.
Cleaning becomes important when snapshots with dependencies are being deleted.
The text was updated successfully, but these errors were encountered:
Cleaning and background copying should be configurable, as it has massive impact on the storage system.
In fact, a flash copy mapping with a copy rate > 0 will always end up in a independent copy of the source volume, while a copy rate of zero makes the target a snapshot, which stores only deltas.
Cleaning becomes important when snapshots with dependencies are being deleted.
The text was updated successfully, but these errors were encountered: