File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/storage Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ public abstract class MultipathSCSIAdapterBase implements StorageAdaptor {
7171 static final Property <String > CONNECT_SCRIPT = new Property <String >("multimap.connect.script" , "connectVolume.sh" );
7272 static final Property <String > START_CONNECT_SCRIPT = new Property <String >("multimap.startconnect.script" , "startConnectVolume.sh" );
7373 static final Property <String > FINISH_CONNECT_SCRIPT = new Property <String >("multimap.finishconnect.script" , "finishConnectVolume.sh" );
74- static final Property <String > COPY_SCRIPT = new Property <String >("multimap.copy.script" , "copyVolume.sh" );
74+ static final Property <String > COPY_SCRIPT = new Property <String >("multimap.copy.script" , "copyVolume.sh" );
7575 static final Property <String > DISCONNECT_SCRIPT = new Property <String >("multimap.disconnect.script" , "disconnectVolume.sh" );
7676 static final Property <String > RESIZE_SCRIPT = new Property <String >("multimap.resize.script" , "resizeVolume.sh" );
7777 static final Property <Integer > DISK_WAIT_SECS = new Property <Integer >("multimap.disk.wait.secs" , 240 );
You can’t perform that action at this time.
0 commit comments