Compare commits
5 Commits
xen-api-re
...
ya_hosts_u
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5f3960ec03 | ||
|
|
077f66d6a9 | ||
|
|
de288a008d | ||
|
|
a548c225ff | ||
|
|
fbc99c1ca9 |
@@ -54,7 +54,7 @@
|
||||
"json-rpc-protocol": "^0.13.1",
|
||||
"jsonrpc-websocket-client": "^0.5.0",
|
||||
"koa": "^2.5.1",
|
||||
"koa-compress": "^4.0.0",
|
||||
"koa-compress": "^5.0.1",
|
||||
"koa-helmet": "^5.1.0",
|
||||
"lodash": "^4.17.10",
|
||||
"ms": "^2.1.2",
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 23 KiB |
@@ -7,6 +7,15 @@ You can schedule full backups of your VMs, by exporting them to the local XOA fi
|
||||
:::tip
|
||||
Full backups are space consuming! But they allow a very simple restoration without anything to think of (the file will contain all the VM disks and information). To use less space and data transferred, take a look at the [delta backups](delta_backups.md) feature.
|
||||
:::
|
||||
<<<<<<< HEAD
|
||||
## Backup without snapshot
|
||||
|
||||
In some cases you will need to do a backup without doing a snapshot.
|
||||
The most common use case for this is a large Vm on a small local SR where you just don't have the space to do a snapshot before backup .
|
||||
So for that you need to open the advanced settings of your backup job, and check the offline backup check box.
|
||||
|
||||

|
||||
=======
|
||||
|
||||
## Backup without snapshot
|
||||
|
||||
@@ -16,3 +25,4 @@ The most common use case for this is a large VM on a small local SR where you ju
|
||||
So for that you need to open the advanced settings of your backup job, and check the offline backup check box:
|
||||
|
||||

|
||||
>>>>>>> b17ec9731a2f260fd35cfbdd66fc1462360a08fb
|
||||
|
||||
@@ -481,7 +481,7 @@ If you are behind a proxy, please update your `xo-server` configuration to add a
|
||||
### Notes on patching
|
||||
|
||||
- Xen Orchestra won't reboot your hosts automatically. That's your call to choose when to do it.
|
||||
- Patching doesn't always require rebooting. Check the "Guidance" row: if "restartHost" is displayed, it means you need to reboot to have the patch fully applied (see screenshot below)
|
||||
- Patching doesn't always require rebooting. Check in the host view if the reboot warning is displayed, it means you need to reboot to have the patch fully applied (see screenshot below)
|
||||
- XO will install all patches without rebooting: that's not an issue. Even applying patches manually, **it's not mandatory to reboot after each patch**.
|
||||
|
||||

|
||||
@@ -492,7 +492,7 @@ If you are behind a proxy, please update your `xo-server` configuration to add a
|
||||
As specified in the [documentation](https://xcp-ng.org/docs/requirements.html#pool-requirements) your pool shouldn't consist of hosts from different CPU vendors.
|
||||
:::
|
||||
::: warning
|
||||
- Even with matching CPU vendors, in the case of different CPU models XCP-ng will scale the pool CPU ability to the CPU having the least instructions.
|
||||
- Even with matching CPU vendors, in the case of different CPU models XCP-ng will scale the pool CPU ability to the CPU having the least instructions.
|
||||
- All the hosts in a pool must run the same XCP-ng version.
|
||||
:::
|
||||
### Creating a pool
|
||||
@@ -625,4 +625,4 @@ xscontainer-prepare-vm -v <VM_UUID> -u <username>
|
||||
|
||||
:::tip
|
||||
Because "prepare-vm" is not exposed outside of the Dom0 (yet?), we can't use Xen Orchestra to give you a one-click solution as of now.
|
||||
:::
|
||||
:::
|
||||
|
||||
@@ -1111,13 +1111,6 @@ export class Xapi extends EventEmitter {
|
||||
const value = this[field]
|
||||
return value.length === 0 ? value : value.map(getObjectByRef)
|
||||
}
|
||||
|
||||
let relationType
|
||||
if (field[field.length - 1] === 's' && this._types.includes((relationType = field.slice(0, -1)))) {
|
||||
props[`resolve_${field}`] = function () {
|
||||
return xapi.getRecords(relationType, this[field])
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
props[`add_${field}`] = function (value) {
|
||||
@@ -1144,12 +1137,6 @@ export class Xapi extends EventEmitter {
|
||||
getters[$field] = function () {
|
||||
return xapi._objectsByRef[this[field]]
|
||||
}
|
||||
|
||||
if (this._types.includes(field)) {
|
||||
props[`resolve_${field}`] = function () {
|
||||
return xapi.getRecord(field, this[field])
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
const descriptors = {}
|
||||
|
||||
@@ -11674,10 +11674,10 @@ koa-compose@^4.1.0:
|
||||
resolved "https://registry.yarnpkg.com/koa-compose/-/koa-compose-4.1.0.tgz#507306b9371901db41121c812e923d0d67d3e877"
|
||||
integrity sha512-8ODW8TrDuMYvXRwra/Kh7/rJo9BtOfPc6qO8eAfC80CnCvSjSl0bkRM24X6/XBBEyj0v1nRUQ1LyOy3dbqOWXw==
|
||||
|
||||
koa-compress@^4.0.0:
|
||||
version "4.0.1"
|
||||
resolved "https://registry.yarnpkg.com/koa-compress/-/koa-compress-4.0.1.tgz#7a7ed52ce7c3e0cbe918e99e1eaaeba87ec11d48"
|
||||
integrity sha512-It4WYfsBb9HegnFgcBhiRbPeh1LDjXhRM4+xi2jMp8ujwaVAdqhFzHpbDWuTxbLxuBwStn+Bwdwn2zDZxeNChg==
|
||||
koa-compress@^5.0.1:
|
||||
version "5.0.1"
|
||||
resolved "https://registry.yarnpkg.com/koa-compress/-/koa-compress-5.0.1.tgz#9e89e2847998f8f9f73a5674e5739a2f4b6531fc"
|
||||
integrity sha512-uTo7Hcyyt6e9o2X3htRS/SNEKy9vDOUc/r1qs/F0YI2Frv9IEbkjz/9dC6IdJWBQAG34lRuU7jBXeq3DRur9Ng==
|
||||
dependencies:
|
||||
bytes "^3.0.0"
|
||||
compressible "^2.0.0"
|
||||
|
||||
Reference in New Issue
Block a user