[MultiZones] Parent zone do not run up instance on child zone
Hello , Guys. This is Hugo Kuo
I'm Trying to implement MultiZones feature for fault zone policy. There're some issues.
My Test Environment:
Zone1 : All-in-One Nova
Zone2 : All-in-One Nova
Zone1 is parent zone.
I try to run up over 10 instances on zone1 , but no one is been start up on zone2. Once Zone1 is out of compute resource . Can not run up any instance.
===nova.conf=== ##Scheduleri## --allow_admin_api=true --enable_zone_routing=true --zone_name=zone1 --scheduler_driver=nova.scheduler.zone.ZoneScheduler --node_availability_zone=zone1
===nova zone-info=== +-------------------+----------------------+ | Property | Value | +-------------------+----------------------+ | hypervisor | xenserver;kvm | | name | zone1 | | os | linux;windows | +-------------------+----------------------+
===nova zone-list===
| ID | Name | Is Active | Capabilities | API URL | | 4 | zone1 | True | hypervisor=xenserver;kvm, os=linux;windows | http://172.16.4.176:8774/v1.0/ |
| 5 | zone2 | True | hypervisor=xenserver;kvm, os=linux;windows | http://172.16.4.184:8774/v1.0/ |
As the form , Zone2 is already the child zone of zone1. Did I lost anything else ?
Any suggestion would be great.......
Cheers Hugo Kuo