This repository was archived by the owner on Jan 20, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -601,6 +601,7 @@ export default {
601601 params[' details[' + index .toString () + ' ].' + key] = smbParams[key]
602602 })
603603 } else if (values .protocol === ' PreSetup' && this .hypervisorType !== ' VMware' ) {
604+ server = ' localhost'
604605 url = this .presetupURL (server, path)
605606 } else if (values .protocol === ' PreSetup' && this .hypervisorType === ' VMware' ) {
606607 path = values .vCenterDataCenter
@@ -619,6 +620,7 @@ export default {
619620 } else if (values .protocol === ' ocfs2' ) {
620621 url = this .ocfs2URL (server, path)
621622 } else if (values .protocol === ' SharedMountPoint' ) {
623+ server = ' localhost'
622624 url = this .SharedMountPointURL (server, path)
623625 } else if (values .protocol === ' CLVM' ) {
624626 var vg = (values .volumegroup .substring (0 , 1 ) !== ' /' ) ? (' /' + values .volumegroup ) : values .volumegroup
You can’t perform that action at this time.
0 commit comments