Changeset 1707:d192f45f089f
- Timestamp:
- 07/22/08 17:37:31 (7 weeks ago)
- Author:
- klai@…
- Children:
- 1708:ecdea2edaa60, 1710:b829bebff6c4
- Branch:
- default
- Message:
-
Work around Xen hung boot bug by restarting xend before each boot
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r1695
|
r1707
|
|
| 261 | 261 | 'ramdisk = "%s"' % account['initrd']) |
| 262 | 262 | |
| | 263 | # Restart the xend to work around a xend bug that causes |
| | 264 | # boots to silently fail. |
| | 265 | d = do(self.__reactor, ("/sbin/service", "xend", "restart")) |
| | 266 | yield d |
| | 267 | |
| 263 | 268 | # Boot the VM |
| 264 | 269 | # Sometimes virtual machine creation fails initially, but |