-
Notifications
You must be signed in to change notification settings - Fork 86
Description
Context:
Often people at the forum got very confused about terms in XCP-ng universe, which software does what and so on. Sometimes the language is the biggest problem and you have to explain the same stuff many times and with many missunderstandings on both sides.
Idea:
We should draw a picture where one can easily see "what does what" and how the pieces interact with each other. Examples: XO stores backups on a NFS share. XCP-ng uses a NFS share as SR. A pool uses shared SR for fast live migration. And so on. Yadda yadda :-)
How to do that
I have no idea ;-)
@olivierlambert what is the cool tool that draws the funny XO images where you explain your concepts? Like here: https://xen-orchestra.com/assets/partner2.jpg
Things that should be shown
All-in-one, Beginners level:
- one XCP-ng host
- OS disks (mdraid)
- local SR on free space of OS disks (mdraid)
- local iso SR on OS filesystem
- XAPI Database (and hint to back it up!)
- some sort of NAS with NFS share for Backup
- XenOrchestra/XOA
- backup methods (metadata, full, delta, snapshot)
- ex-/importing VMs
- XCP-ng Center
- xe cli
Next levels should add:
- second XCP-ng host
- NFS/iSCSI SR
- local/NFS/SMB iso SR
- Pool(s)
- XAPI Database replication in the pool
- XenOrchestra/XOA
- all the remaining backup methods (repl, ...)
- LDAP
- migrating VMs (between hosts/pools)