Skip to content

Commit 89813ff

Browse files
Bypass secondary storage for volumes on ceph/rdb pool when the scope permits
1 parent 3253452 commit 89813ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

engine/storage/datamotion/src/main/java/org/apache/cloudstack/storage/motion/AncientDataMotionStrategy.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ public class AncientDataMotionStrategy implements DataMotionStrategy {
9090
private static final String NO_REMOTE_ENDPOINT_WITH_ENCRYPTION = "No remote endpoint to send command, unable to find a valid endpoint. Requires encryption support: %s";
9191
private static final List<StoragePoolType> SUPPORTED_POOL_TYPES_TO_BYPASS_SECONDARY_STORE = Arrays.asList(
9292
StoragePoolType.NetworkFilesystem,
93-
StoragePoolType.Filesystem
93+
StoragePoolType.Filesystem,
94+
StoragePoolType.RBD
9495
);
9596

9697
@Inject

0 commit comments

Comments
 (0)