Skip to content

Commit 36396e4

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 e041639 commit 36396e4

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

110110
finishConnectScript = Script.findScript(STORAGE_SCRIPTS_DIR.getFinalValue(), finishConnectScript);
111111
if (finishConnectScript == null) {
112-
throw new Error("Unable to find the finishConnectScript.sh script");
112+
throw new Error("Unable to find the finishConnectVolume.sh script");
113113
}
114114

115115
disconnectScript = Script.findScript(STORAGE_SCRIPTS_DIR.getFinalValue(), disconnectScript);

0 commit comments

Comments
 (0)