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
Logc(ctx).Errorf("Clone volume %s from source volume %s with different storage classes is not recommended.",
2186
+
// Check if the storage class of source and clone volume is different, only if the orchestrator is not in Docker plugin mode. In Docker plugin mode, the storage class of source and clone volume will be different at times.
Logc(ctx).Errorf("Clone volume %s from source volume %s with different storage classes is not recommended.",
2376
+
// Check if the storage class of source and clone volume is different, only if the orchestrator is not in Docker plugin mode. In Docker plugin mode, the storage class of source and clone volume will be different at times.
// Check if the storage class of source and clone volume is different, only if the orchestrator is not in Docker plugin mode. In Docker plugin mode, the storage class of source and clone volume will be different.
returnnil, errors.MismatchedStorageClassError("clone volume %s from source volume %s with different storage classes is not allowed", volumeConfig.Name,
2288
+
volumeConfig.CloneSourceVolume)
2288
2289
}
2289
2290
2290
2291
Logc(ctx).WithFields(LogFields{
@@ -2522,8 +2523,9 @@ func (o *TridentOrchestrator) cloneVolumeRetry(
2522
2523
returnnil, errors.NotFoundError("source volume not found: %s", cloneConfig.CloneSourceVolume)
Logc(ctx).Errorf("Clone volume %s from source volume %s with different storage classes is not recommended.",
2526
+
// Check if the storage class of source and clone volume is different, only if the orchestrator is not in Docker plugin mode. In Docker plugin mode, the storage class of source and clone volume will be different at times.
0 commit comments