50
I Use This!
High Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 22 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
This branch fixes https://bugs.launchpad.net/bugs/751231. More... about 13 years ago
Replace instance ref from compute.api.get_all with one from instance_get. This should ensure it gets fully populated with all the relevant attributes. More... about 13 years ago
When using libvirt, remove the persistent domain definition when we call destroy, so that behavior on destroy is as it was when we were using transient instances. More... about 13 years ago
Rebased to trunk rev 973. More... about 13 years ago
Currently terminating an instance will hang in a loop, this allows for deletion of instances when using a libvirt backend. Also I couldn't help add a debug log where an exception is caught and ignored. More... about 13 years ago
merge trunk More... about 13 years ago
resolved lazy_match conflict between bin/nova-manage instance and instance_type by moving instance subcommand under vm command. documented vm command in man page. removed unused instance_id from vm list subcommand. More... about 13 years ago
Ooops - redefining the _ variable seems like a _really_ bad idea More... about 13 years ago
Handle the case when the machine is already SHUTOFF More... about 13 years ago
Split logic on shutdown and undefine, so that even if the machine is already shutdown we will be able to proceed More... about 13 years ago
Remove the XML definition when we destroy a machine More... about 13 years ago
Rebased to trunk rev 971 More... about 13 years ago
debug tree status checkpoint. More... about 13 years ago
Reabased to trunk rev 971. More... about 13 years ago
Fixed log message gaffe. More... about 13 years ago
pylintage
anotherjesse
as Jesse Andrews
More... about 13 years ago
typo - need to get nova-volumes working on this machine :-/
anotherjesse
as Jesse Andrews
More... about 13 years ago
dd needs a count to succeed, and remove unused/non-working special case for size 0
anotherjesse
as Jesse Andrews
More... about 13 years ago
There is a race condition when a VDI is mounted and the device node is created. Sometimes (depending on the configuration of the Linux distribution) nova loses the race and will try to open the block device before it has been created in /dev.
jerdfelt
as Johannes Erdfelt
More... about 13 years ago
zero out volumes on delete using dd
anotherjesse
as Jesse Andrews
More... about 13 years ago
Added RST file on using Zones. More... about 13 years ago
Fixes euca-attach-volume for iscsi using Xenserver More... about 13 years ago
pep8 More... about 13 years ago
merge trunk More... about 13 years ago
removes log command from nova-manage as it no longer worked in multi-log setup More... about 13 years ago
Added error message to exception logging. More... about 13 years ago
Fixes bug which hangs nova-compute when terminating an instance when using libvirt backend. More... about 13 years ago
missing 'to' More... about 13 years ago
Short circuit non-existant device during unit tests. It won't ever be created because of the stubs used during the unit tests
jerdfelt
as Johannes Erdfelt
More... about 13 years ago
Added a patch for python eventlet, when using install_venv.py (see FAQ # 1485) More... about 13 years ago