Merge branch 'master' into code-deduplication
This commit is contained in:
commit
fec2114caf
@ -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
13
TODO
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user