Changeset 190:facfeb2a0093
- Timestamp:
- 03/18/09 15:15:50
(8 months ago)
- Author:
- John McCulough <jmccullo@cs.ucsd.edu>
- Tags:
tip
- branch:
- default
- Message:
John McCullough's Domain-0 patch.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r182 |
r190 |
|
| 180 | 180 | # poweroff vms we're trying to receive that are already here in an |
|---|
| 181 | 181 | # error state |
|---|
| | 182 | |
|---|
| | 183 | if vm.uuid == '00000000-0000-0000-0000-000000000000': |
|---|
| | 184 | vm.fqdn = 'Domain-0' |
|---|
| | 185 | |
|---|
| 182 | 186 | if self.vms.has_key(vm.fqdn) and vm.state[-4:] == '_err': |
|---|
| 183 | 187 | try: |
|---|