mirror of https://github.com/apache/cloudstack.git
Update plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/storage/MultipathSCSIAdapterBase.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
36396e4424
commit
9c2d9275e0
|
|
@ -104,7 +104,7 @@ public abstract class MultipathSCSIAdapterBase implements StorageAdaptor {
|
|||
|
||||
startConnectScript = Script.findScript(STORAGE_SCRIPTS_DIR.getFinalValue(), startConnectScript);
|
||||
if (startConnectScript == null) {
|
||||
throw new Error("Unable to find the startConnectScript.sh script");
|
||||
throw new Error("Unable to find the startConnectVolume.sh script");
|
||||
}
|
||||
|
||||
finishConnectScript = Script.findScript(STORAGE_SCRIPTS_DIR.getFinalValue(), finishConnectScript);
|
||||
|
|
|
|||
Loading…
Reference in New Issue