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
2a80c9629e
commit
f83481e532
|
|
@ -99,7 +99,7 @@ public abstract class MultipathSCSIAdapterBase implements StorageAdaptor {
|
|||
|
||||
connectScript = Script.findScript(STORAGE_SCRIPTS_DIR.getFinalValue(), connectScript);
|
||||
if (connectScript == null) {
|
||||
throw new Error("Unable to find the connectScript.sh script");
|
||||
throw new Error("Unable to find the connectVolume.sh script");
|
||||
}
|
||||
|
||||
startConnectScript = Script.findScript(STORAGE_SCRIPTS_DIR.getFinalValue(), startConnectScript);
|
||||
|
|
|
|||
Loading…
Reference in New Issue