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
e0416397bc
commit
36396e4424
|
|
@ -109,7 +109,7 @@ public abstract class MultipathSCSIAdapterBase implements StorageAdaptor {
|
|||
|
||||
finishConnectScript = Script.findScript(STORAGE_SCRIPTS_DIR.getFinalValue(), finishConnectScript);
|
||||
if (finishConnectScript == null) {
|
||||
throw new Error("Unable to find the finishConnectScript.sh script");
|
||||
throw new Error("Unable to find the finishConnectVolume.sh script");
|
||||
}
|
||||
|
||||
disconnectScript = Script.findScript(STORAGE_SCRIPTS_DIR.getFinalValue(), disconnectScript);
|
||||
|
|
|
|||
Loading…
Reference in New Issue