Activity

From 12/23/2007 to 01/21/2008

01/21/2008

06:57 pm Revision e0b62a26: Remove qa tests for gnt-instance start/stop
Those tests were added in the wrong place. This patch removes them. One day
we'll implement proper command line regr...
Guido Trotter
06:29 pm Revision ce9fb89d: Test start/stop aliases in qa
This tests both that those two aliases have not been removed and also that
aliases handling hasn't been broken.
Revi...
Guido Trotter
06:29 pm Revision 536fda25: Add a few aliases for startup/shutdown
These aliases are widely used to think of these operations and save some typing
too. Even though there is some though...
Guido Trotter
06:28 pm Revision dbfd89dd: Add the first command alias
Alias activate_block_devs to activate-disks, for ganeti 1.1 compatibility.
Reviewed-by: iustinp
Guido Trotter
06:28 pm Revision de47cf8f: Add support for command aliases
Passing a new aliases dict to generic main we can easily support aliases for
compatibility reasons or simply useabili...
Guido Trotter
06:18 pm Revision 6e5e91a1: Add tool to ease testing of unsubmitted patches
The upload tool can be used to submit the current code to an arbitrary list of
nodes. This helps developers in easily...
Guido Trotter
06:17 pm Revision 461f0538: Check that we have a valid export list
Before iterating over the list of exports present on a node, check that what
ganeti returned is actually a list. This...
Guido Trotter
04:33 pm Revision d87ae7d2: Fix VG listing broken by r510
LVM code sometimes adds an extra separator at the end of the field list.
Make the code strip it if exists.
Reviewed-...
Iustin Pop
12:13 am Revision f4d377e7: Make backend._GetVGInfo check the validity of 'vgs'
Currently, the function backend._GetVGInfo only checks for errors via
the exit code of the 'vgs' command. However, th...
Iustin Pop
12:12 am Revision 8d75db10: Fix checking of node free disk in CreateInstance
This patch does two things:
- checks that the result values from call_node_info are valid integer
values and ab...
Iustin Pop
12:12 am Revision d4f16fd9: Abstract node memory checking into a separate function
The checking of a node's free memory (via rpc.call_node_info) is done in
both start instance an failover. This patch ...
Iustin Pop
12:09 am Revision 97628462: Change a hardcoded path into its proper constant
The function backend.UploadFile still uses "/etc/hosts" directly instead
of the existing constant; this patch fixes t...
Iustin Pop
12:07 am Revision bd249e2f: Allow use of 'diskless' disk template in burnin
Even if this doesn't have any practical use for actually creating
instances, it can be used for very fast burnin and ...
Iustin Pop
12:02 am Revision 1ed70996: Fix run directory for the fake hypervisor
Currently the fake hypervisor has hardcoded ‘/var/run’ as a base
directory for its store. This patch adds a constant ...
Iustin Pop

01/20/2008

03:55 pm Revision e71d6323: Fix the init.d script
The script (which is geared towards Debian) is actually not fully
compliant, as lintian generates a warning on it - t...
Iustin Pop

01/18/2008

06:07 pm Revision b6f2e47f: Fix the make dist rule
In revision 459 I added a bug in the make dist rule in the sense that
the archive will include *all* of test/data dir...
Iustin Pop
05:19 pm Revision 31b9055c: Bump version numbers for the 1.2.1 release
This a merge to trunk of revision 494.
Reviewed-by: imsnah
Iustin Pop

01/16/2008

06:01 pm Revision 8ae6bb54: Show the HVM boot order in instance info
This is a merge from the 1.2 branch
Reviewed-by: imsnah
Iustin Pop
06:01 pm Revision 147af04d: Two small style fixes
This is a merge from the 1.2 branch
Reviewed-by: imsnah
Iustin Pop

01/14/2008

06:03 pm Revision d4844f0f: Make instance start/stop skippable at burnin time
Even though burnin was born just to do that test it now contains a lot more
things one might try, so it makes sense t...
Guido Trotter
06:01 pm Revision bd5e77f9: Do instance export and import during burnin
Instances get exported to a remote node, then removed and imported back to
their original nodes. This should be an id...
Guido Trotter
05:11 pm Revision 4aa036ab: Allow burnin to take "-t plain" as an option
The burnin code deals with "-t plain", but the command line parser
doesn't allow that as an option. This patch fixes ...
Iustin Pop
05:10 pm Revision ba4b62cf: Fix some misspellings
This patch fixes two name typos and a style issue (which makes pylint
complain).
Reviewed-by: ultrotter
Iustin Pop
04:19 pm Revision 40ed12dd: Fix CreateInstance new optional parameters
Some new paramenters of the CreateInstance opcode are optional (namely
kernel_path, initrd_path and hvm_boot_order) b...
Guido Trotter
02:22 pm Revision c19dfc03: Add mac="auto" at import time
Mac is now a mandatory option for OpCreateInstance. Add it when we call this
opcode at import time too. This is a qui...
Guido Trotter

01/11/2008

02:13 pm Revision 25c5878d: Support selecting the boot device order for HVM.
This patch adds support for specifying and changing the boot device order for
HVM instances. The boot device order sp...
Alexander Schreiber

01/10/2008

01:42 pm Revision c234fe4c: Complete --node description for gnt-backup(8)
The second paramenter of --node was not described in gnt-backup. Add
information about it.
Reviewed-by: imsnah
Guido Trotter
01:42 pm Revision 88269100: Update gnt-backup(8) -m option explanation
Copy it from gnt-instance(8) for uniformity
Reviewed-by: imsnah
Guido Trotter
01:41 pm Revision 1e808cbf: Add the --swap-size option gnt-backup(8)
Reviewed-by: imsnah Guido Trotter
01:41 pm Revision 7dccfd68: gnt-backup import doesn't allow to chose the os
Since it's an import the os is implied to be the one which performed the
export. No -o option is accepted. Reflect th...
Guido Trotter
01:41 pm Revision d5687e89: Fix gnt-backup import -s option
Update gnt-backup import to be in line with gnt-instance add about the os disk
size option. Thanks to Gunnar Wagenkne...
Guido Trotter

01/09/2008

03:02 pm Revision 0d9c53bc: Add boot_order entry to Instance object.
First step to support custom boot device order for HVM instances, add a
location to actually store that information f...
Alexander Schreiber

01/08/2008

06:16 pm Revision 4501af56: Add the new OpCreateInstance parameters to burnin
Reviewed-by: schreiberal Iustin Pop
06:16 pm Revision 8cafeb26: Fix gnt-instance modify breakage introduced in r462
Reviewed-by: schreiberal Iustin Pop
01:04 pm Revision 00f98619: Update manpages with the kernel/initrd options
This patch modifes the ‘gnt-instance’ instance manpage with the new
‘--kernel’ and ‘--initrd’ options.
Reviewed-by: ...
Iustin Pop
01:04 pm Revision 03abdbe8: Change the Xen PVM to use the new kernel options
This patch changes the hypervisor to use the new kernel and initrd
instance attributes. They kernel is handled as exp...
Iustin Pop
01:03 pm Revision 71aa8f73: Make ‘gnt-instance info’ show kernel/initrd paths
This patch changes the info subcommand to nicely show the kernel and
initrd paths.
Reviewed-by: imsnah
Iustin Pop
01:03 pm Revision 3b6d8c9b: Allow defining the kernel/initrd at creation time
This patch adds support for defining the kernel/initrd at instance
creation time, using the same interface as in inst...
Iustin Pop
01:03 pm Revision 973d7867: Add support for modifying the kernel/initrd path
This patch adds support in ‘gnt-instance modify’ to set the kernel and
initrd paths. The user can pass either 'defaul...
Iustin Pop
01:02 pm Revision 2d8c9c2e: Add kernel/initrd paths to the instance object
This patch adds two new attributes to the instance object:
- kernel_path
- object_path
The code ignores them and...
Iustin Pop

01/07/2008

06:34 pm Revision 61854511: Fix a typo in the ‘gnt-instance’ manpage
Reviewed-by: schreiberal Iustin Pop
06:34 pm Revision 6634816b: Fix ‘make distcheck’ breakage introduced in r455
This patch fixes the ‘make distcheck’ breakage caused by missing test data in
the archive and missing handling of bui...
Iustin Pop
03:30 pm Revision b63ed789: Improve verify-disks: broken/missing LV detection
This patch improves the ‘gnt-cluster verify-disks’ command by adding
support for detecting broken volume groups and m...
Iustin Pop
03:29 pm Revision 5574047a: Activate logical volumes at Assemble() time
This patch changes the Assemble() method for logical volumes from a noop
to do a `lvchange -ay` on the logical volume...
Iustin Pop
03:28 pm Revision be1ba2bd: Improve speed of activating block devs
This patch fixes the double attach operation in bdev.AttachOrAssemble,
which was an indentation mistake in the first ...
Iustin Pop
01:22 pm Revision 3840729d: Add unittest for DRBD8 drdbsetup show parser
This patch changes the bdev.DRBD8._GetDevInfo to take a string instead
of a minor, separates the `drbdsetup show` inv...
Iustin Pop

12/28/2007

12:05 pm Revision f3a55c90: Document variable MAC support to gnt-instance.
Document the ability to set and change the MAC address for instances.
Reviewed-by: iustinp
Alexander Schreiber

12/27/2007

05:31 pm Revision 1862d460: Allow instance MAC address to be set.
Allow the MAC address of an instance to be specified optionally during
instance creation and later to be changed via ...
Alexander Schreiber
« Previous
Next »
 

Also available in: Atom