Activity
From 05/18/2008 to 06/16/2008
06/16/2008
- 07:06 pm Revision 594609c0: Expose block device grow in backend.py
- This patch adds a wrapper over the block device grow operation that
converts the input and output parameters as neede... - 07:01 pm Revision 1005d816: bdev: implement disk resize for lvm/drbd8
- This patch implements disk resize at the bdev level for the LVM and
DRBD8 disk types. It is not implemented for DRBD7... - 05:32 pm Revision 05f86716: Move SetKey to WritableSimpleStore and use it
- Before we used to be able to update SimpleStore by just calling SetKey, this
feature is now moved to an external clas... - 04:57 pm Revision 2a10865c: Add migration support at the rpc layer
- This patch adds the migration rpc call and its implementation in the
backend. The patch does not deal with the correc... - 01:37 pm Revision 6e7275c0: hypervisor: add live migration support
- This is just the hypervisor-level migration (e.g. “xm migrate”) not the
whole node coordination work.
Reviewed-by: u...
06/15/2008
- 01:55 pm Revision 22985314: Activate down instances' disks on replace-disks
- When replacing disks or evacuating nodes with instances administratively
down ganeti fails because the instance disks... - 01:55 pm Revision b6102dab: FailoverInstance: change AddInstance with Update
- We're not adding a new instance, just making configuration changes to
the one we're working on.
Reviewed-by: imsnah - 01:55 pm Revision f9af35c8: Burnin: Use iallocator in import/export
- Currently the iallocator option is ignored by burnin at import/export
time even if passed in. With this patch it beco... - 08:22 am Revision 3e91897b: Fix an error message in instance add
- There is a mistake in the error message generated when we can't reach a
node for checking for available disk space. W...
06/13/2008
- 05:33 pm Revision e70f1b7c: Move warning flags from autogen.sh to configure.ac
- Reviewed-by: iustinp
- 03:46 pm Revision 2a2060ff: Replace logging functions with calls to logging module
- - Shorter code
- Reorder arguments to logger.SetupLogging calls to make more sense
Reviewed-by: iustinp - 01:14 pm Revision ea6e6c2b: Fail job on ganeti exceptions
- When a Job raises a ganeti exception a message is printed but nothing is
reported in the job itself. It's better to u... - 01:14 pm Revision 5d3a153a: Fix a typo in jqueue.py
- s/result/op_result/ (this code was never used, so this wasn't caught)
Reviewed-by: iustinp
06/12/2008
- 04:47 pm Revision e02f23f8: Don't use specific versions in autogen.sh
- Not all distributions have the same version of aclocal, autoconf
or automake. Users can pass the name of a specific e... - 04:05 pm Revision a0c9f010: Move InitCluster opcode into a single function
- This allows us to initialize a new cluster. The code certainly contains
bugs and hooks aren't implemented yet.
Revie... - 04:04 pm Revision 8d1a2a64: Move cmdlib._HasValidVG to utils.CheckVolumeGroupSize
- This is required for splitting the cluster initialization code.
Reviewed-by: iustinp - 04:04 pm Revision d9c02ca6: Move {Set,Remove}EtcHostsEntry wrappers to utils.py
- This is required for the split of the cluster initialization code.
Reviewed-by: iustinp, ultrotter - 01:18 pm Revision c6d58a2b: Remove REQ_CLUSTER from opcode handling code
- It's not needed anymore now that all opcodes require a cluster. Cluster
initialization was the only exception.
Revie... - 01:06 pm Revision c4dbb30a: Remove unreachable code from cli.SubmitOpCode
- Reviewed-by: iustinp
- 01:06 pm Revision 4c8dbc12: Rename master socket to ganeti-master.sock
- …/run/master.sock is not specific enough.
Reviewed-by: iustinp
06/11/2008
- 01:12 pm Revision c9673d92: Remove SimpleStore cache
- SimpleStore is instantiated anew most of the times it's used, so having
a cache inside it serves no purpose. Removing...
06/06/2008
- 12:32 pm Revision 76f59a32: Forward-port: Fix two problems in QA scripts
- - Failover back to original node in instance failure test
- Exclude secondary node from list of potential nodes in
... - 12:31 pm Revision 8a4e8898: Forward-port: Add QA tests for “gnt-instance reboot”
- Reviewed-by: ultrotter
- 12:31 pm Revision 7910e7a5: Forward-port: Add QA test for “gnt-instance replace-disks”
- Reviewed-by: iustinp
- 12:30 pm Revision a53a1b18: Forward-port: Update gnt-instance and gnt-backup manpages
- - Add --iallocator options
- Small text fixes
Reviewed-by: ultrotter - 12:30 pm Revision 52da0141: Forward-port: Fix wrong filename in ganeti-watcher manpage
- Reviewed-by: iustinp
- 12:28 pm Revision b3a447ef: Forward-port: Small codestyle fixes for dumb-allocator
- Reviewed-by: iustinp
- 12:28 pm Revision ef267657: Forward-port: Remove output file if docbook failed
- Reviewed-by: ultrotter
- 12:27 pm Revision 228538cf: Forward-port: Alias Dump/Load functions in ganeti.serializer to DumpJson/LoadJson
- The remote API will use JSON for the foreseable future, so it's better
to put the serialization format in the functio... - 12:19 pm Revision 783583e9: Add line-breaks to gnt-instance manpage
- Reviewed-by: ultrotter
06/01/2008
- 02:52 am Revision 49ce1563: Add check for node memory in instance creation
- Currently the check for enough memory is done only on instance start
command and failover command. But we also start ... - 02:51 am Revision 8a12ce45: Show cluster hypervisor for gnt-cluster info
- Author: schreiberal
Reviewed-by: iustinp - 02:47 am Revision 917f91d5: Forward-port: Another for gnt-instance modify & HVM parameters
- Another tiny fix. Anybody got a nice brown paper bag I can wear?
Author: schreiberal
Reviewed-by: iustinp - 02:45 am Revision ec1ba002: Forward-port: make gnt-modify work with new HVM parameters
- This fixes gnt-instance modify so it actually works with the
new HVM parameters for Ganeti 1.2
Author: schreiberal
R... - 02:43 am Revision a8340917: Forward-port: show only parameters relevant to the instance
- This patch modifies the code for "gnt-instance info .." to only display
instance parameters that actually apply to th... - 02:39 am Revision ca9c49d5: Forward-port: patch 4/4 extended HVM features for 1.2
- This patch documents the extended HVM features.
Author: schreiberal
Reviewed-by: imsnah - 02:37 am Revision a21dda8b: Forward-port: patch 3/4 extended HVM features for 1.2
- This patch adds hypervisor support for the extended HVM features.
Author: schreiberal
Reviewed-by: iustinp - 02:14 am Revision 31a853d2: Forward-port: patch 2/4 extended HVM features for 1.2
- This patch adds the commandline extensions and the code to store
and display the extended HVM features.
Author: schr...
05/30/2008
- 01:55 pm Revision abdf0113: Complete removal of md/drbd 0.7 code
- This patch removes the last of the md and drbd 0.7 code. Cluster which
have the old device types will be broken if th... - 01:52 pm Revision 5c54b832: LURemoveInstance: fix op.ignore_failures usage
- Currently: the LURemoveInstance.Exec() method uses the ignore_failures
attribute of the OpRemoveInstance opcode, but ...
05/29/2008
- 12:59 pm Revision bd028152: Documentation: cleanup of local/remote_raid1
- Since we have removed support for local and remote raid1, update the man
pages and guides to reflect the new situatio...
05/24/2008
- 11:59 am Revision 447b2066: Distribute dumb-allocator in examples
- When creating the ganeti tarball the dumb allocator was left out.
Shipping it alongside the other examples.
Reviewed...
Also available in: Atom