Skip to content

Commit

Permalink
remove unrelated change
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu committed Jul 25, 2024
1 parent 168231b commit 5adf07c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions @xen-orchestra/xapi/host.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { asyncMap } from '@xen-orchestra/async-map'
import { decorateClass } from '@vates/decorate-with'
import { defer } from 'golike-defer'
import { incorrectState, operationFailed } from 'xo-common/api-errors.js'

import { getCurrentVmUuid } from './_XenStore.mjs'

const IPMI_CACHE_TTL = 6e4
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- [New SR] Add confirmation modal before creating an SR if SRs are already present in the same path (for NFS/ISCSI) [#4273](https://github.com/vatesfr/xen-orchestra/issues/4273) (PR [#7845](https://github.com/vatesfr/xen-orchestra/pull/7845))
- [XO Tasks] Reduce the number of API calls that incorrectly stay in pending status (often `sr.getAllUnhealthyVdiChainsLength`) [Forum#79281](https://xcp-ng.org/forum/post/79281) [Forum#80010](https://xcp-ng.org/forum/post/80010)
- [Plugin/backup-reports] Fix _Metadata Backup_ report not sent in some cases (PR [#7776](https://github.com/vatesfr/xen-orchestra/pull/7776))
- [Host/Advanced] Fix *Advanced Live Telemetry* link on recent XOAs
- [Host/Advanced] Fix _Advanced Live Telemetry_ link on recent XOAs

### Packages to release

Expand All @@ -49,8 +49,8 @@
- @xen-orchestra/mixins minor
- @xen-orchestra/xapi minor
- xen-api minor
- xo-server-backup-reports minor
- xo-server minor
- xo-server-backup-reports minor
- xo-web minor

<!--packages-end-->

0 comments on commit 5adf07c

Please sign in to comment.