mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Fix merge forward bug (#8636)
This commit is contained in:
parent
cfb4d4378f
commit
9b18243b87
@ -286,7 +286,7 @@ public class LinstorStorageAdaptor implements StorageAdaptor {
|
|||||||
checkLinstorAnswersThrow(answers);
|
checkLinstorAnswersThrow(answers);
|
||||||
|
|
||||||
} catch (ApiException apiEx) {
|
} catch (ApiException apiEx) {
|
||||||
s_logger.error(apiEx);
|
logger.error(apiEx);
|
||||||
throw new CloudRuntimeException(apiEx.getBestMessage(), apiEx);
|
throw new CloudRuntimeException(apiEx.getBestMessage(), apiEx);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user