Skip to content

Commit 9c2d927

Browse files
rg9975Copilot
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 36396e4 commit 9c2d927

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
@@ -104,7 +104,7 @@ public abstract class MultipathSCSIAdapterBase implements StorageAdaptor {
104104

105105
startConnectScript = Script.findScript(STORAGE_SCRIPTS_DIR.getFinalValue(), startConnectScript);
106106
if (startConnectScript == null) {
107-
throw new Error("Unable to find the startConnectScript.sh script");
107+
throw new Error("Unable to find the startConnectVolume.sh script");
108108
}
109109

110110
finishConnectScript = Script.findScript(STORAGE_SCRIPTS_DIR.getFinalValue(), finishConnectScript);

0 commit comments

Comments
 (0)