Skip to content

Commit 1471361

Browse files
committed
ui-wizard: set correct provider for Linstor protocol
1 parent 2cccd1f commit 1471361

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
@@ -1345,6 +1345,7 @@ export default {
13451345
url = this.rbdURL(rbdmonitor, rbdpool, rbdid, rbdsecret)
13461346
} else if (protocol === 'Linstor') {
13471347
url = this.linstorURL(server)
1348+
params.provider = 'Linstor'
13481349
params['details[0].resourceGroup'] = this.prefillContent.primaryStorageLinstorResourceGroup
13491350
} else if (protocol === 'vmfs' || protocol === 'datastorecluster') {
13501351
let path = this.prefillContent.primaryStorageVmfsDatacenter

0 commit comments

Comments
 (0)