DaanHoogland commented on a change in pull request #5954:
URL: https://github.com/apache/cloudstack/pull/5954#discussion_r800669525
##########
File path: server/src/main/java/com/cloud/storage/StorageManagerImpl.java
##########
@@ -2808,6 +2808,9 @@ public void doInTransactionWithoutResult(final
TransactionStatus status) {
Pair<String, Long> storeUrlAndId = new Pair<>(url,
store.getId());
for (HypervisorType hypervisorType : hypSet) {
try {
+ if (HypervisorType.Simulator ==
hypervisorType) {
+ continue;
+ }
Review comment:
I don't like that simulator is referenced in production code. Not sure
what the solution would be in this case. Open for suggestions.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]