chore: format with Prettier

This commit is contained in:
Julien Fontanet
2022-04-26 14:25:38 +02:00
parent 9a5a03d032
commit 50d144bf93
3 changed files with 3 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
> Users must be able to say: “Nice enhancement, I'm eager to test it”
- [VM export] Feat export to `ova` format (PR [#6006](https://github.com/vatesfr/xen-orchestra/pull/6006))
- [Backup] Add *Restore Health Check*: ensure a backup is viable by doing an automatic test restore (requires guest tools in the VM) [#6148](https://github.com/vatesfr/xen-orchestra/pull/6148)
- [Backup] Add _Restore Health Check_: ensure a backup is viable by doing an automatic test restore (requires guest tools in the VM) [#6148](https://github.com/vatesfr/xen-orchestra/pull/6148)
### Bug fixes

View File

@@ -91,9 +91,11 @@ This error can be caused by leaving any removable device (such as USB storage) a
## Error: Lock file is already being held
This error message appears in the logs in some instances of a failed backup job. It means that the VMs folder on the remote is already used by a process. This could be:
- another backup job
- a merge process on the Virtual Hard Disk (VHD)
To solve this issue, we recommend that you:
- wait until the other backup job is completed/the merge process is done
- make sure your remote storage is not being overworked

View File

@@ -63,7 +63,6 @@ The following query parameters are supported:
- `filter`: a string that will be used to select only matching objects, see [the syntax documentation](manage_infrastructure.md#live-filter-search)
- `ndjson`: if specified, the result will be in [NDJSON format](http://ndjson.org/)
Simple request:
```http
@@ -79,7 +78,6 @@ Content-Type: application/json
]
```
Here is an example with `curl`:
```bash
@@ -123,7 +121,6 @@ Content-Type: application/x-ndjson
{"name_label":"Debian 10 Cloudinit self-service","power_state":"Halted","url":"/rest/v0/vms/5019156b-f40d-bc57-835b-4a259b177be1"}
```
## VM and VDI export
VDI export and VM export are supported by the API. Below is a simple example to export a VM with `zstd` compression into a `myVM.xva` file: