diff --git a/CHANGELOG.md b/CHANGELOG.md index ab1a34f19..bc21701ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ - Remote creation: correctly reset form [#3140](https://github.com/vatesfr/xen-orchestra/issues/3140) (PR [3141](https://github.com/vatesfr/xen-orchestra/pull/3141)) - Make cloud config templates available for all users [3147](https://github.com/vatesfr/xen-orchestra/issues/3147) (PR [3148](https://github.com/vatesfr/xen-orchestra/pull/3148)) - [New VM] Only create the cloud config drive when its option is enabled [3161](https://github.com/vatesfr/xen-orchestra/issues/3161) (PR [3162](https://github.com/vatesfr/xen-orchestra/pull/3162)) +- Fix error when installing patches from the host or without a default SR (PR [3166](https://github.com/vatesfr/xen-orchestra/pull/3166)) ### Released packages diff --git a/packages/xo-server/src/xapi/index.js b/packages/xo-server/src/xapi/index.js index 8b4d5e4a7..6a6418f21 100644 --- a/packages/xo-server/src/xapi/index.js +++ b/packages/xo-server/src/xapi/index.js @@ -2302,7 +2302,7 @@ export default class Xapi extends XapiBase { return this.createTemporaryVdiOnSr( stream, - pbd.SR, + pbd.$SR, name_label, name_description )