Skip to content

Commit 86126bf

Browse files
committed
ui-wizard: set correct provider for Linstor protocol
1 parent 15c4dcf commit 86126bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ui/src/views/infra/zone/ZoneWizardLaunchZone.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1343,6 +1343,7 @@ export default {
13431343
url = this.rbdURL(rbdmonitor, rbdpool, rbdid, rbdsecret)
13441344
} else if (protocol === 'Linstor') {
13451345
url = this.linstorURL(server)
1346+
params.provider = 'Linstor'
13461347
params['details[0].resourceGroup'] = this.prefillContent.primaryStorageLinstorResourceGroup
13471348
} else if (protocol === 'vmfs' || protocol === 'datastorecluster') {
13481349
let path = this.prefillContent.primaryStorageVmfsDatacenter

0 commit comments

Comments
 (0)