Activity

From 07/22/2007 to 08/20/2007

08/20/2007

05:43 pm Revision 5cd0d9c0: Add information about installing from source.
In case one installs from source, make, tar and gzip are also needed. tar and
gzip are almost always installed, but m...
Iustin Pop
04:27 pm Revision 3899870e: Disable hashing of the ssh keys.
In case we use StrictHostKeyChecking=ask, also add HashKnownHosts=no so that
debugging is easier. The nodes to which ...
Iustin Pop
03:17 pm Revision 644eeef9: Add support for listing instance disk sizes.
Reviewed-by: imsnah Iustin Pop
02:29 pm Revision a02bc76e: A CheckPrereq method had one unconverted "return 1" statement. Change it to the
appropriate raise.
Reviewed-by: imsnah
Iustin Pop
11:21 am Revision ce482672: Add ganeti-master to sbin_SCRIPTS
This was forgotten when the init script was changed.
Reviewed-by: imsnah
Iustin Pop

08/17/2007

12:14 pm Revision 16be8703: Change cli.OutputTable to cli.GenerateTable
Since the table generation might be useful elsewhere, let's change it to
return the data instead of directly printing...
Iustin Pop

08/16/2007

06:23 pm Revision 1005b0c1: Another documentation update.
This removes the section on packages from installing.sgml (until we have
packages) and adds/corrects informations abo...
Iustin Pop
06:13 pm Revision 8925faaa: Some small fixes.
It fixes the main Makefile.am to create $localstatedir/{lib,log}/ganeti.
It fixes the testing Makefile.am after the r...
Iustin Pop
04:06 pm Revision a7a19281: Documentation updates.
This changes installing.sgml, adding details about required software and
OS instances. It also updates INSTALL and RE...
Iustin Pop

08/15/2007

06:15 pm Revision 5d6dd340: Some changes to the installation manual.
The biggest change is that at configure time one must specify
--localstatedir=/var since the directories for ganeti (...
Iustin Pop

08/14/2007

06:17 pm Revision 3ecf6786: Style changes for pep-8 and python-3000 compliance.
This changes the raising of exceptions from:
raise Exception, value
to
raise Exception(value)
as the first form ...
Iustin Pop

08/08/2007

12:37 pm Revision 5c947f38: Implement tag support for cluster, nodes and instances.
This is only the backend part, from the command line the tags can't be
read/modified yet.
Reviewed-by: imsnah
Iustin Pop

08/06/2007

02:26 pm Revision 37d19eb2: Don't bail out if node isn't there on “gnt-node volumes”.
Reviewed-by: iustinp Michael Hanselmann

08/03/2007

06:04 pm Revision e00fb268: Prepare for the tags implementation:
- add an Update method on the ConfigWriter class;
- make the AddInstance method not log disks for diskless types (h...
Iustin Pop
04:54 pm Revision c2a62a33: Import constants into gnt-cluster.
Reviewed-by: iustinp Michael Hanselmann
03:51 pm Revision fee9556c: Re-stat the config file when we write it so that the next _OpenConfig()
won't reread it if not modified by someone else. Iustin Pop
03:35 pm Revision a0c3fea1: Add instance name to LVM volume as a tag.
Reviewed-by: iustinp Michael Hanselmann
02:03 pm Revision 62779dd0: Implement a standard way of getting the cluster object from the
configuration.
Reviewed-by: imsnah
Iustin Pop
12:57 pm Revision 923b1523: Change logival volume names to not be based on the instance's name, but
instead use an UUID prefix and a suffix denoting the disk iv_name
(sda/sdb) and possibly it's type (data/meta).
Revi...
Iustin Pop
12:18 pm Revision e31c43f7: Put synchronization speed into constant.
Reviewed-by: iustinp Michael Hanselmann
12:08 pm Revision a5d17f9f: - Check for docbook2man and print warning if it's not there
- Cleanup
Reviewed-by: iustinp
Michael Hanselmann
12:05 pm Revision 4aae7c5a: Update svn:ignore.
Reviewed-by: iustinp Michael Hanselmann
01:04 am Revision 53b78ba4: Add disk template information to the admin manual
Add warning about avoiding xm commands for instance creation
Also fix a man page reference in installing.sgml to use ...
Guido Trotter

08/02/2007

07:40 pm Revision 60edf71e: Implement --dry-run for cfgupgrade.
Reviewed-by: iustinp Michael Hanselmann
06:54 pm Revision cf62a272: Put default bridge into constant.
Reviewed-by: iustinp Michael Hanselmann
04:45 pm Revision 0006af7d: Add configuration upgrade utility.
Reviewed-by: iustinp Michael Hanselmann
03:51 pm Revision 47c28c5b: Implement __setitem__ for ConfigObject to add container protocol compatibility.
Michael Hanselmann
03:50 pm Revision 6bf0c9bb: Add the ganeti admin manual
Refer to the glossary from the installing guide
Reviewed-By: iustinp
Guido Trotter
12:41 pm Revision bdb8c997: Fix a function's doc string
Reviewed-By: iustinp Guido Trotter

07/30/2007

05:30 pm Revision f1a808df: Ganeti installation tutorial
Reviewed-By: iustinp, imsnah Guido Trotter
03:40 pm Revision ecb215b5: Fix issues reported by pylint.
Reviewed-by: iustinp Michael Hanselmann

07/27/2007

04:26 pm Revision 606d909d: Use OutputTable for “gnt-os list”.
Reviewed-by: iustinp Michael Hanselmann
03:28 pm Revision 396e1b78: Unify environment variables for instance related hooks.
Reviewed-by: iustinp Michael Hanselmann
01:00 pm Revision db915bd1: Check for instances on “gnt-cluster destroy”.
Reviewed-by: iustinp Michael Hanselmann
12:34 pm Revision 739ecd56: Remove defectiv comma.
Reviewed-by: iustinp Michael Hanselmann
12:05 pm Revision d0834de3: - Implement “gnt-instance reinstall --os-type=…”
- Add the command to gnt-instance.sgml
Reviewed-by: iustinp
Michael Hanselmann
11:15 am Revision 59322403: Fix the "gnt-cluster getmaster" command by making the LuQueryClusterInfo
runnable on non-master nodes (and remove the list of instances and nodes
returned by it, that information can be retr...
Iustin Pop
10:41 am Revision 5fcdc80d: Move the cluster name from ConfigWriter to SimpleStore.
Reason: if left ConfigWriter, nodes don't know to which cluster they belong.
This will bite us later when we'll revis...
Iustin Pop

07/26/2007

07:09 pm Revision fe7b0351: - Move --force option to cli.py
- Implement “gnt-instance reinstall”
- Fix two typos
Reviewed-by: iustinp
Michael Hanselmann
06:26 pm Revision 330cda58: Don't pass master_node
Reviewed-by: iustinp Michael Hanselmann
02:40 pm Revision 098c0958: Comment formatting updates.
Reviewed-by: iustinp Michael Hanselmann
11:48 am Revision b2fddf63: The master_node is no longer stored in the config file (but in sstore)
and all users have been converted, let's remove it from the slots of the
cluster object.
Also let's move the tcpudp_...
Iustin Pop

07/25/2007

07:16 pm Revision 264bb3c5: Get ports from configuration if there are some.
Reviewed-by: iustinp Michael Hanselmann
04:34 pm Revision 821afb13: It seems the _CheckNodesDirs function is no longer used. Let's remove it.
Iustin Pop
02:46 pm Revision cb91d46e: Since the watcher can run on all nodes, let's get rid of the cron file
handling, as it can be static and outside of ganeti.
This also means we can get rid of a lot of infrastructure too:
...
Iustin Pop
01:27 pm Revision ee7d831d: Update for the new tests.
Michael Hanselmann
01:12 pm Revision e9e35aaa: - Use new --master-netdev parameter on gnt-cluster init
- Split up info tests and add more of them
- Replace map() by [x for x in y]
Reviewed-by: iustinp
Michael Hanselmann
12:44 pm Revision 033b7b64: Implement “cd /” and “cd” to get to the root directory.
Reviewed-by: iustinp Michael Hanselmann
11:05 am Revision 38242904: Make the ganeti-watcher exit gracefully if it's not run on the master.
Reviewed-by: imsnah Iustin Pop

07/24/2007

05:10 pm Revision 83120a01: Add description, fix indentation.
Reviewed-by: iustinp Michael Hanselmann
04:43 pm Revision 588d1da3: Fix parameter formatting.
Reviewed-by: iustinp Michael Hanselmann
04:29 pm Revision 28cc354f: Add small security considerations file.
Reviewed-by: imsnah Iustin Pop
04:29 pm Revision 137161c9: Use generic function to output tables.
Reviewed-by: iustinp Michael Hanselmann
03:18 pm Revision 9bd7f742: Update the init script to start both the node daemon and the master.
Reviewed-by: imsnah Iustin Pop
02:45 pm Revision dcb93971: - Implement “gnt-node volumes”
- Create all --output options using a constant
- Put node checking code from opcodes into a single function
- Do the ...
Michael Hanselmann

07/23/2007

05:38 pm Revision 880478f8: Big change/cleanup in relation to the master startup:
- move the master node name from the ConfigWriter to SimpleStore (all
nodes need this, and it was the only thing ...
Iustin Pop
03:14 pm Revision 5b7b5d49: Do the secondary check and subsequently allocate the drive on all available
logival volumes. This lets you use more than one when none of them can support
your full drive size.
Reviewed-By: iu...
Guido Trotter
02:33 pm Revision 191a8385: Fix a typo in an error message, and actually pass it its parameters.
Reviewed-By: imsnah Guido Trotter
01:27 pm Revision d0b3526f: Output instance name in error message instead of object representation.
Reviewed-by: iustinp Michael Hanselmann
11:53 am Revision 79f7be7b: Fix small typo.
Reviewed-by: imsnah Iustin Pop
10:45 am Revision dd4b1106: Add the gnt-backup script and man-pages.
Reviewed-by: imsnah Iustin Pop
10:44 am Revision dbdfdaf2: Update svn:ignore
Michael Hanselmann
10:44 am Revision 72d6c464: Fix calls to _GenerateMDDRBDBranch.
Reviewed-by: iustinp Michael Hanselmann
10:43 am Revision 6f11f250: Allow default bridge to be configured.
Reviewed-by: iustinp Michael Hanselmann
10:43 am Revision 7e84d392: - Describe -b option for "gnt-cluster init"
- Fix typo Michael Hanselmann
« Previous
Next »
 

Also available in: Atom