Activity

From 12/05/2007 to 01/03/2008

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:05 pm ganeti-local 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 ganeti-local 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
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

12/21/2007

04:00 pm ganeti-local Revision bf6fe28b: HVM proof-of-concept documentation
Update documentation to document the HVM proof-of-concept.
Reviewed-by: iustinp
Alexander Schreiber
04:00 pm Revision bf6fe28b: HVM proof-of-concept documentation
Update documentation to document the HVM proof-of-concept.
Reviewed-by: iustinp
Alexander Schreiber

12/20/2007

06:47 pm Revision 2a6469d5: Proof-of-Concept HVM support for Ganeti.
This patch implements a first proof-of-concept for HVM support in Ganeti.
Due to the nature of this patch, it is inte...
Alexander Schreiber
06:47 pm ganeti-local Revision 2a6469d5: Proof-of-Concept HVM support for Ganeti.
This patch implements a first proof-of-concept for HVM support in Ganeti.
Due to the nature of this patch, it is inte...
Alexander Schreiber
03:59 pm Revision 01121d61: Error handling for instance config file creation
Wrap error handling around creating the instance config file.
Reviewed-by: iustinp
Alexander Schreiber
03:59 pm ganeti-local Revision 01121d61: Error handling for instance config file creation
Wrap error handling around creating the instance config file.
Reviewed-by: iustinp
Alexander Schreiber
11:58 am Revision 631eb662: Use a generic Xen hypervisor interface.
Abstract the parts of the Xen hypervisor interface shared by both PVM and
HVM into a generic interface, subclass the ...
Alexander Schreiber
11:58 am ganeti-local Revision 631eb662: Use a generic Xen hypervisor interface.
Abstract the parts of the Xen hypervisor interface shared by both PVM and
HVM into a generic interface, subclass the ...
Alexander Schreiber

12/19/2007

01:11 pm ganeti-local Revision 9c233417: Make utils.RunCmd() deal with interleaved stdout/stderr
Currently, RunCmd is written with the assumption that programs will have
a small stderr output, therefore we read the...
Iustin Pop
01:11 pm Revision 9c233417: Make utils.RunCmd() deal with interleaved stdout/stderr
Currently, RunCmd is written with the assumption that programs will have
a small stderr output, therefore we read the...
Iustin Pop

12/18/2007

04:25 pm ganeti-local Revision 30989e69: Internal API change for instance console access.
Change the internal hypervisor API for GetShellCommandForConsole, we
now call it with the instance instead of just th...
Alexander Schreiber
04:25 pm Revision 30989e69: Internal API change for instance console access.
Change the internal hypervisor API for GetShellCommandForConsole, we
now call it with the instance instead of just th...
Alexander Schreiber
04:05 pm Revision 2584d4a4: cleanup for hypervisor constants
Move constant definitions for hypervisor into constants.py
Reviewed-by: ultrotter
Alexander Schreiber
04:05 pm ganeti-local Revision 2584d4a4: cleanup for hypervisor constants
Move constant definitions for hypervisor into constants.py
Reviewed-by: ultrotter
Alexander Schreiber
01:04 pm ganeti-local Revision 79caa9ed: Specify hint as a named argument
hint is declared as a named argument for the LogWarning function. Make its
caller pass it naming it.
Reviewed-by: iu...
Guido Trotter
01:04 pm Revision 79caa9ed: Specify hint as a named argument
hint is declared as a named argument for the LogWarning function. Make its
caller pass it naming it.
Reviewed-by: iu...
Guido Trotter

12/17/2007

04:53 pm Revision 58acb49d: Add instance port support.
Extends the instance object by adding a port item, also adds changes
to print this port via gnt-instance info.
Revie...
Alexander Schreiber
04:53 pm ganeti-local Revision 58acb49d: Add instance port support.
Extends the instance object by adding a port item, also adds changes
to print this port via gnt-instance info.
Revie...
Alexander Schreiber
04:50 pm ganeti-local Revision bb987157: Make note about minimum version of drbd 8 required
Since 8.0.6 and lower have issues that break Ganeti's usage of drbd,
this patch notes the required version of DRBD.
...
Iustin Pop
04:50 pm Revision bb987157: Make note about minimum version of drbd 8 required
Since 8.0.6 and lower have issues that break Ganeti's usage of drbd,
this patch notes the required version of DRBD.
...
Iustin Pop

12/12/2007

05:18 pm ganeti-local Revision 36c68ff1: Handle ^C while trying to acquire the lock
When waiting for the lock and pressing ^C, the user will get a backtrace
as the KeyboardInterrupt exception is not ha...
Iustin Pop
05:18 pm Revision 36c68ff1: Handle ^C while trying to acquire the lock
When waiting for the lock and pressing ^C, the user will get a backtrace
as the KeyboardInterrupt exception is not ha...
Iustin Pop
03:13 pm Revision ed2d1409: Update the man page for ‘gnt-cluster’
This adds some information about the new ‘verify-disks’ command.
Reviewed-by: imsnah
Iustin Pop
03:13 pm ganeti-local Revision ed2d1409: Update the man page for ‘gnt-cluster’
This adds some information about the new ‘verify-disks’ command.
Reviewed-by: imsnah
Iustin Pop
03:13 pm Revision d2f311db: Modify ‘ganeti-watcher’ to run verify-disks
This patch modifies the watcher to run the ‘gnt-cluster verify-disks’
command and to log its output (if any).
Review...
Iustin Pop
03:13 pm ganeti-local Revision d2f311db: Modify ‘ganeti-watcher’ to run verify-disks
This patch modifies the watcher to run the ‘gnt-cluster verify-disks’
command and to log its output (if any).
Review...
Iustin Pop
03:13 pm ganeti-local Revision f4d4e184: Add the ‘gnt-cluster verify-disks’ command
This patch adds the OpVerifyDisks handling in mcpu.py and the
verify-disks command in the gnt-cluster script, which f...
Iustin Pop
03:13 pm Revision f4d4e184: Add the ‘gnt-cluster verify-disks’ command
This patch adds the OpVerifyDisks handling in mcpu.py and the
verify-disks command in the gnt-cluster script, which f...
Iustin Pop
03:13 pm ganeti-local Revision 2c95a8d4: Add LUVerifyDisks
This patch adds a new LUVerifyDisks that implements the OpVerifyDisks.
The algorithm is that by determining not-used ...
Iustin Pop
03:13 pm Revision 2c95a8d4: Add LUVerifyDisks
This patch adds a new LUVerifyDisks that implements the OpVerifyDisks.
The algorithm is that by determining not-used ...
Iustin Pop
03:13 pm ganeti-local Revision 150e978f: Add a new OpVerifyDisks opcode
This patch adds the definition of a new opcode that will be used to
compute the list of instances with not-online dis...
Iustin Pop
03:13 pm Revision 150e978f: Add a new OpVerifyDisks opcode
This patch adds the definition of a new opcode that will be used to
compute the list of instances with not-online dis...
Iustin Pop

12/11/2007

06:25 pm Revision cb2037a2: Return more data in rpc.call_volume_list
Currently, the volume_list call returns only the volume size. However,
it is useful to also have two other things: th...
Iustin Pop
06:25 pm ganeti-local Revision cb2037a2: Return more data in rpc.call_volume_list
Currently, the volume_list call returns only the volume size. However,
it is useful to also have two other things: th...
Iustin Pop
« Previous
Next »
 

Also available in: Atom