Statistics
| Branch: | Tag: | Revision:

root / doc / examples / batcher-instances.json @ 679008e7

History | View | Annotate | Download (263 Bytes)

# Date Author Comment
9939547b 01/23/2009 03:33 pm Iustin Pop

Fix batcher for 2.0-style disks and nics

This patch fixes the gnt-instance batch-create command, and in doing so
also slightly changes two other functions:
- we change utils.ParseUnit so that it accepts integer values also
(both ParseUnit(5) and ParseUnit("5") return the same value)...