1
0
mirror of synced 2026-01-23 10:38:15 +00:00

Merge branch 'master' into code-deduplication

This commit is contained in:
Axel Beckert 2011-11-16 00:35:53 +01:00
commit fec2114caf
2 changed files with 17 additions and 0 deletions

View File

@ -28,3 +28,7 @@ Bugs to fix before a 4.3 release
Fix would be to reproduce what mount does with mount -a.
* xen-create-image doesn't unmount the tempdir properly if /proc wasn't mounted inside
* xen-list-images does not honour --extension
* --extension='' (i.e. empty string) no more works

13
TODO
View File

@ -157,6 +157,11 @@ Bugs to fix and features to add for 5.0
* Support cpu_weight and other features from
http://wiki.xensource.com/xenwiki/CreditScheduler
* Code Deduplication
bin/x* currently contain the same or similar code like e.g. in the
function readConfigurationFile. This needs to be cleaned up
* Use Perl::Critic
Stuff from Steve's TODO list / Generic TODOs
@ -165,3 +170,11 @@ Stuff from Steve's TODO list / Generic TODOs
* Write more test cases.
* xen-delete-image should unallocate any used IP addresses.
Axel's Break-Backwards-Compatibility Wishlist
---------------------------------------------
* Make empty extension the default
This would ease tab completion and CLI parameter reusage with "xm
create" and friends.