Skip to content

Commit f83481e

Browse files
Rene GloverCopilot
andauthored
Update plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/storage/MultipathSCSIAdapterBase.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2a80c96 commit f83481e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/storage/MultipathSCSIAdapterBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public abstract class MultipathSCSIAdapterBase implements StorageAdaptor {
9999

100100
connectScript = Script.findScript(STORAGE_SCRIPTS_DIR.getFinalValue(), connectScript);
101101
if (connectScript == null) {
102-
throw new Error("Unable to find the connectScript.sh script");
102+
throw new Error("Unable to find the connectVolume.sh script");
103103
}
104104

105105
startConnectScript = Script.findScript(STORAGE_SCRIPTS_DIR.getFinalValue(), startConnectScript);

0 commit comments

Comments
 (0)