fix(xo-server/sr.createExt): fix SR_create call
Introduced by 052126613
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
|
||||
> Users must be able to say: “I had this issue, happy to know it's fixed”
|
||||
|
||||
- [New SR] Fix `method.startsWith is not a function` when creating an _ext_ SR
|
||||
|
||||
### Packages to release
|
||||
|
||||
> When modifying a package, add it here with its release type.
|
||||
|
||||
@@ -368,7 +368,7 @@ export async function createExt({ host, nameLabel, nameDescription, device }) {
|
||||
device,
|
||||
}
|
||||
|
||||
const srRef = await xapi.call({
|
||||
const srRef = await xapi.SR_create({
|
||||
device_config: deviceConfig,
|
||||
host: host._xapiRef,
|
||||
name_description: nameDescription,
|
||||
|
||||
Reference in New Issue
Block a user