9b7affcac1
xenapi is going to support pool-based multi-hosts OpenStack environments, this patch is used to remove dependency to the old aggregate-based-pools and add support to xenapi pool. Also include unit test changes. Updated configuring migrations document: https://docs.openstack.org/nova/latest/admin/configuring- migrations.html#configuring-migrations-xenserver-shared-storage Other related documents will be updated in another patch. Implements: blueprint live-migration-in-xapi-pool Change-Id: I2c492c46e85c1df96aa7fdc12cdee0b1c7ba775e
12 lines
492 B
YAML
12 lines
492 B
YAML
---
|
|
feature:
|
|
- |
|
|
XenServer Pools with shared storage used to use aggregates in Nova,
|
|
however this support was not adequately tested and became broken in
|
|
a previous release.
|
|
Now live migration with shared storage is possible using native
|
|
XAPI pools - independently of Nova's aggregates.
|
|
The XenAPI/Nova integration expects one nova-compute per XenServer
|
|
host, so a nova-compute must be run for each slave XenServer host
|
|
in the pool as well as for the master.
|