Skip to content

Commit b4c39ad

Browse files
committed
[Solidfire] Fix zone wide storage access support for VM migrations
1 parent 2e113e5 commit b4c39ad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

plugins/storage/volume/solidfire/src/main/java/org/apache/cloudstack/storage/datastore/driver/SolidFirePrimaryDataStoreDriver.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1677,4 +1677,9 @@ public void detachVolumeFromAllStorageNodes(Volume volume) {
16771677
public boolean volumesRequireGrantAccessWhenUsed() {
16781678
return true;
16791679
}
1680+
1681+
@Override
1682+
public boolean zoneWideVolumesAvailableWithoutClusterMotion() {
1683+
return true;
1684+
}
16801685
}

0 commit comments

Comments
 (0)