@Dashrender The current title is perfect (didn't see the change before)
Posts
-
RE: XenServer Export Performance Seems Poor
-
RE: XenServer Export Performance Seems Poor
By the way you can rename the topic title
-
RE: XenServer Export Performance Seems Poor
@Dashrender In any case, it's not a "full" direct push: it goes through
xo-server
, since we can't tell XenServer to push itself a VM somewhere. In fact, export is always working in "pull": a HTTP handler is opened by XAPI, and listen for HTTP GET request.This is valid for everything,
xe
, XenCenter, XO export through your browser, XO backups etc.So it's not really an overhead with your browser,
xo-server
just act as a proxy to deliver your file (so if you don't have network bottleneck between you andxo-server
that's OK:XenServer --> xo-server --> browser
A backup will do:
XenServer --> xo-server --> remote point
But as I said, in any case,
xo-server
will do a HTTP GET.The main bottleneck is Gzip compression first. If you disable it, that's another potential bottleneck: the XAPI HTTP handler speed.
Note: the possibility to ask XAPI to push a backup somewhere will be discussed with the XAPI team during Xen Hackathon. IDK if they could do something, but I'll be at their office to explain the issue, in front of the whole dev team.
-
RE: XenServer Export Performance Seems Poor
In any case Gzip is extrremly slow but give a good compress ratio. I already told XAPI guys to give a flag to use LZ4, which is much faster but a little bit less efficient on the compress ratio side.
Anyway, disable it and redo a test.
-
RE: XenServer Export Performance Seems Poor
See the Gzip process sucking up all the CPUs in XenServer. I'm betting on far better perfs without it.
-
RE: XO Unable to mount NFS share within Remote Stores but can via CLI
Do you have a NFSv3 on the server? Copy/pasting the line displayed in xo-web in the console works?
-
RE: XenServer Export Performance Seems Poor
As you can see, you are not the first: https://bugs.xenserver.org/browse/XSO-44
Import/Export speed is a nightmare
Disabling compression is a good first step to avoid GZIP in XenServer (which is known to be slow).
-
RE: XenServer Export Performance Seems Poor
Hi,
This is not a XO limitation, but a XenServer/XAPI limitation. I heard Citrix is working on it to improve it.
-
RE: XO / Migration issue
Made around 50 migrations today, no issues, but I'm making mainly those tests on
next-release
. I really can't explain why this "duplicate" VM is appearing with an UUID coming from nowhere... -
RE: Moving a VM to a new host in Xen Orchestra
This means your VM doesn't have tools installed or your guest doesn't support "soft" calls to suspend/shutdown it (but hard reboot/shutdown always work, that's like pulling the power cord).
-
RE: Xen Orchestra / Metadata backup?
Can you open a issue with specifications about how you would like to have this handled? Thanks!
-
RE: Xen Orchestra / Metadata backup?
IDK what's inside those data ^^ Do you have the output of these to understand exactly what's inside this backup?
-
RE: Xen Orchestra / Metadata backup?
Hi,
What kind of host metadata you would need to backup?
-
RE: Xen Orchestra on Ubuntu 15.10 - Complete installation instructions
@Danp Continuous replication is not using
vhd-util
from XO: the merge is done on XenServer side. -
RE: Xen Orchestra on Ubuntu 15.10 - Complete installation instructions
Can you fetch the last version and try again?
-
RE: Xen Orchestra - Continuous Replication
@JaredBusch said:
My guess is because you are trying to use replication as a backup and that is not what it is?
You cannot point replication to a share. You have to point replication to storage on another host. That is why it is a replica.
If you have NFS storage mounted on another host as available storage, I would guess it would show up there.
This.
-
RE: XO VM Disappears from Web console
Can you please use our forum for those requests? I can't be everywhere at the same time and my answer time would be far longer outside XO forum.