Activity

From 10/26/2009 to 11/24/2009

11/24/2009

01:55 pm Revision 9739b6b8: hspace: quote non-alphanum values in shell output
The tiered allocation output which contains spaces makes the output of
hspace non-sourceable. This patch adds a new f...
Iustin Pop

11/20/2009

01:44 pm Revision a426508d: Handle EEXIST in utils.RenameFile
This should fix an issue I've seen exactly once during testing. It might have
been caused by parallel RPC calls to ar...
Michael Hanselmann
01:43 pm Revision b6c07b79: Remove unused parameter “unlock” from cmdlib._WaitForSync
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
Michael Hanselmann

11/17/2009

11:44 am Revision 0f15cc76: Add a command-line option to filter exclusion tags
Since we don't want all instance tags to be used for exclusion, we add a
command line option to filter on these. Sinc...
Iustin Pop
11:44 am Revision b2999982: Add a new node list field
This patch adds a new node list field (ptags), showing the primary
instance tags.
Iustin Pop
11:44 am Revision 1e4b5230: Node: add function for conflicting primary count
Iustin Pop
11:44 am Revision 185297fa: Collapse the statistical functions into one
This allows us to get rid of two duplicate list length computations,
with a minor speedup.
Iustin Pop
11:44 am Revision e27eb8ab: Specialize the math functions
The statistics functions are currently defined as polymorphic with a
Floating constraint. Changing this to monomorphi...
Iustin Pop
11:44 am Revision d844fe88: Use conflicting primaries count in cluster score
This small patch adds the number of conflicting primaries in the cluster
score. This is different from the other non-...
Iustin Pop
11:44 am Revision 5f0b9579: Introduce tag-based exclusion of primary instances
This patch introduces exclusion of primary instances based on tags. This
is incomplete as currently all tags are bein...
Iustin Pop

11/16/2009

06:52 pm Revision 21bcb9aa: Fix off-by-one error when modifying instance NIC
For an instance with exactly one NIC:
$ gnt-instance modify --net 1:ip=1.2.3.4 inst1
Failure: prerequisites not met ...
Michael Hanselmann
03:58 pm Revision b8716596: Re-add check for duplicate instance IP
This was originally implemented in 0ce8f948 and partially
rolled back in 9b65e0d4. Apart from re-adding the check,
th...
Michael Hanselmann
01:47 pm Revision 8619a3bd: Fix gnt-instance list documentation
(1) Both the man page and the online help report the link and mode
fields, which are in the code called nic_link and ...
Guido Trotter

11/13/2009

06:00 pm Revision 8d9c3bef: config: Style fixes
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
Michael Hanselmann
05:59 pm Revision 94338f0a: Add packaging notes to documentation
This includes a few paragraphs about daemon-util.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by:...
Michael Hanselmann
05:59 pm Revision 9044275a: Fix epydoc error
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
Michael Hanselmann
05:59 pm Revision e7f6524c: sphinx: Treat warnings as errors
This makes it easier to catch warnings.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Guido Tro...
Michael Hanselmann
05:59 pm Revision cbf3d64b: Include INSTALL in documentation
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
Michael Hanselmann
05:59 pm Revision c27ba1cc: Convert INSTALL to RST
This is in preparation to including it into the large
documentation.
Signed-off-by: Michael Hanselmann <hansmi@googl...
Michael Hanselmann
02:07 pm Revision 90b704a1: Fix change of cluster nic parameters
To stay on the safe side, we check for errors in all instances, and
refuse to act, reporting on the errors we found, ...
Guido Trotter

11/12/2009

07:29 pm Revision beabf067: Fix mispopulation of nic parameters at nic modify
There's a bug in Ganeti 2.1 rc0 that makes nic parameters be populated
from the "filled in" dict, even if we're not c...
Guido Trotter
07:29 pm Revision 0c9d32c1: NIC.CheckParameterSyntax: fix bridged check
We should match for the strings to be the same "==" not to point to the
same memory location with is, or we skip the ...
Guido Trotter

11/11/2009

07:18 pm Revision 3e5af833: Bump version to 2.1.0~rc0
Also add one item to NEWS.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Guido Trotter <ultrott...
Michael Hanselmann
04:00 pm Revision e91cfc2a: Update RAPI documentation on job results
This documents the new error classifier added for OpPrereqError.
Signed-off-by: Iustin Pop <iustin@google.com>
Revie...
Iustin Pop
03:30 pm Revision 3d547d87: Revert "Backport AC_PATH_PROGS_FEATURE_CHECK"
This reverts commit 52b699ecaa688a2aaac00fa64558e249d0bc9a26.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
...
Michael Hanselmann
03:30 pm Revision fe5b0c42: Fix and simplify socat escape detection
- Program paths should not be --with-… options (see
Autoconf docs)
- Simplify checks for escape functionality
- Mak...
Michael Hanselmann
03:30 pm Revision 7e1fac25: Use “daemon-util” to reload SSH keys
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Michael Hanselmann
12:10 pm Revision 17e7af2b: Add a tags attribute to instances
… and read it in all the loaders. hscan is modified to save it to the
files it generates.
The attribute is not yet u...
Iustin Pop
11:39 am Revision 27671a61: Small change in some list arguments
This is simpler than the concat operator. Iustin Pop

11/10/2009

07:24 pm Revision 1cd133d6: Use either \- or \(hy in manpages
This reduces warnings from lintian when building Debian packages. Iustin Pop
04:59 pm Revision 88df4f39: KVMHypervisor: fix broken error format string
Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Guido Trotter
03:58 pm Revision eefd790c: Update NEWS file for the 0.2.0 release
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
Iustin Pop
03:23 pm Revision 5774167b: Rewrite NEWS for better RST compatibility
The text-only version should still be very readable, but the RST output
will be better hopefully.
Iustin Pop
02:59 pm Revision e98fb766: Allow overriding the field list in -p
The print nodes option can now accept an optional field list to
customise the output. This is ugly, since the field n...
Iustin Pop

11/09/2009

06:18 pm Revision 5d4f9eed: Update hspace manpage with tiered allocation info
Also fixes some other small issues in man pages. Iustin Pop
05:49 pm Revision 76354e11: Move more node-listing functionality in Node.hs
This will prepare for the runtime-selectable field list. Iustin Pop
04:51 pm Revision a7a8f280: Change the default dynamic usage to baseUtil
This fixed the unbalanced secondary instances on partially empty
clusters, and helps in general for the cases where r...
Iustin Pop
03:43 pm Revision daee4bed: Add a few comments in the scoring function
Iustin Pop

11/06/2009

07:23 pm Revision 117dc2d8: Enhance the error reporting for Rapi and Luxi
Currently the JSON conversion in Rapi and Luxi are giving something
like:
Error: failed to load data. Details:
Un...
Iustin Pop
07:23 pm Revision 262f3e6c: Change the Utils.fromObj signature
Currently the fromObj function takes a JSON object which is then
converted into a list of (String, JSValue) in which ...
Iustin Pop
07:14 pm Revision a160c28e: Rework the tiered spec output format
Iustin Pop
07:13 pm Revision 7f4e37f0: Make some CLI options more consistent
Both the simulate and the tiered allocation mode take a machine spec on
input via a comma-separated list. This patch ...
Iustin Pop
07:13 pm Revision fcebc9db: Implement first version of tiered allocations
This patch adds the first version of tiered allocations where we
decrease instance specs on allocation failure and re...
Iustin Pop
07:13 pm Revision 189bc08f: hspace: fix stats printing for tiered mode
Iustin Pop
07:13 pm Revision 83ad1f3c: hspace: show tiered-alloc stats in the output
This is a first attempt to get a readable output of tiered allocation
stats in hspace's output. Not very nice, but it...
Iustin Pop
07:13 pm Revision 12e6776a: A small style change in Node.hs
This imports PeerMap as P and reindents some lines. Iustin Pop
07:12 pm Revision c8db97e5: Add support for shrinking instance specs
This patch adds a function that, for some given failure modes, shrinks a
given instance in the hope that allocation w...
Iustin Pop
05:36 pm Revision 4fae38c5: ConfigWriter: move _temporary_ids to reservation
In order to do this we need to pass a job id when reserving a resource.
We have one during _EnsureUUIDs because we pa...
Guido Trotter
05:36 pm Revision 36b66e6e: ConfigWriter: move _temporary_macs to reservation
This solves the race conditions in mac reservation, as macs are actually
reserved, under the current ec id.
Signed-o...
Guido Trotter
05:36 pm Revision afa1386e: ConfigWriter: simplify GenerateDRBDSecret
We can do this by adding a new TemporaryReservationManager
Signed-off-by: Guido Trotter <ultrotter@google.com>
Revie...
Guido Trotter
05:36 pm Revision 013da361: TemporaryReservationManager
Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Guido Trotter
04:08 pm Revision 0debfb35: config.Add{Node,Instance}: get the ec id
This is ok because adding a node or instance cannot happen in a query.
We get the ec id from the LU and pass it to _...
Guido Trotter
04:08 pm Revision 664fbc9d: Remove exceptions list from GenerateUniqueID
It's not used anywhere, so it's dead code.
Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Iustin P...
Guido Trotter
04:08 pm Revision adfa97e3: Processor: support a unique execution id
When the processor is executing a job, it can export the execution id to
its callers. This is not supported for Queri...
Guido Trotter
04:08 pm Revision 73064714: Add config.DropECReservations
For now this function does nothing, but it gets called by mcpu when the
execution of an LU is done, making sure any p...
Guido Trotter
04:08 pm Revision 2c8a5690: Add errors.ReservationError
Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Guido Trotter
03:48 pm Revision 6c881c52: Fix pylint 'E' (error) codes
This patch adds some silences and tweaks the code slightly so that
“pylint --rcfile pylintrc -e ganeti” doesn't give ...
Iustin Pop
03:33 pm Revision bfe61b0b: A few more small documentation updates
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
Iustin Pop
03:32 pm Revision 5ba3e84f: Remove obsolete statement in autogen.sh
Nowadays we have actual files (tracket by VCS) in autotools/, so we know
the directory exists.
Signed-off-by: Iustin...
Iustin Pop
02:06 pm Revision 6b970cef: Add use_localtime parameter for xen-hvm and kvm
Currently xen-hvm and kvm use different real time clock by default. To
reduce confusion, this patch adds an optional ...
Jun Futagawa
01:42 pm Revision e8a3bf18: Documentation updates for the global hvparams
This patch does multiple documentation updates for the new framework,
all pretty straightforward.
Signed-off-by: Ius...
Iustin Pop
01:42 pm Revision 3c075436: Remove the KVM_MIGRATION_PORT configure.ac param
Since this is easily configurable at run-time, we remove the
configure-time parameter. If anyone is building custom p...
Iustin Pop
01:42 pm Revision 7736a5f2: Introduce 'global hypervisor parameters' support
This patch adds support for global hypervisor parameters in instance
creation, instance modification, instance query ...
Iustin Pop
01:38 pm Revision bd14a6ac: Fix the init script
The rewrite after the introduction of the daemon-util script has a
copy-paste error.
Signed-off-by: Iustin Pop <iust...
Iustin Pop

11/05/2009

05:36 pm Revision d9a51679: gnt-*: Print better error message for uninitialized cluster
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
Michael Hanselmann
05:36 pm Revision 02141fb1: Cache JSON encoders and sort keys
The sort_keys argument is supported since simplejson 1.3.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Revi...
Michael Hanselmann
05:36 pm Revision f154a7a3: Add new “daemon-util” script to start/stop Ganeti daemons
Until now, Ganeti started and stopped its own daemons using custom functions.
To start, the daemon was just executed ...
Michael Hanselmann
03:22 pm Revision 86d6bc2a: kvm console: use socat raw mode with escape
If this is enabled at configure time, we pass in different parameters to
the socat console, making it a lot more mana...
Guido Trotter
03:22 pm Revision 87c1d0c7: configure: check for socat and its escape feature
Currently we use a static value for the socat path, or we trust the
user-provided one. With this patch we still trust...
Guido Trotter
03:21 pm Revision 52b699ec: Backport AC_PATH_PROGS_FEATURE_CHECK
In order to allow working with older versions of autoconf we backport
this macro, but only if it's not defined alread...
Guido Trotter

11/04/2009

05:35 pm Revision 50716be0: Migration: add check for listening target
This patch adds a check for listening on the remote port in Xen and KVM
migrations. This will be generating a single ...
Iustin Pop
05:35 pm Revision 78212a5d: TLMigrateInstance: add error messagess during Exec
Currently the migration of an instance doesn't show any error until the
end. We add two messages that show better the...
Iustin Pop
05:35 pm Revision 641ae041: hypervisors: switch to using HV_MIGRATION_PORT
This changes KVM to use HV_MIGRATION_PORT instead of KVM_MIGRATION_PORT
and enables passing the port for Xen migratio...
Iustin Pop
05:34 pm Revision 78411c60: Introduce HV_MIGRATION_PORT hypervisor parameter
This parameter will replace the direct use of KVM_MIGRATION_PORT and the
implicit use of the Xen migration port.
Whi...
Iustin Pop
05:34 pm Revision 58d38b02: hypervisors: change MigrateInstance API
Currently the $hypervisor.MigrateInstance takes the instance name. This
patch changes it to take the instance object,...
Iustin Pop
03:32 pm Revision 9b65e0d4: Revert the instance IP conflicts
Since instances can live in different VLANs from nodes (especially in
routed mode), based on the 'link' parameter, we...
Iustin Pop
02:55 pm Revision 2d5095d7: Update gitignore rules
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Olivier Tharan <olive@google.com>
Iustin Pop
01:54 pm Revision 104f4ca1: Introduce a wrapper for hostname resolving
Currently a few of the LU's CheckPrereq use utils.HostInfo which raises
a resolver error in case of failure. This is ...
Iustin Pop
01:53 pm Revision 0ce8f948: Add a configuration verify check for duplicate IPs
This patch adds a check that the cluster IP, the nodes primary (and
secondary, if enabled) IP(s) and the instances NI...
Iustin Pop

11/03/2009

06:14 pm Revision db8667b7: Workaround fake failures in drbd+live migration
This patch is an attempt to fix the ugly issue during migration:
Cannot resync disks on node …: [True, 100]
If my ...
Iustin Pop
04:31 pm Revision 099c52ad: Another round of pylint-related style fixes
A newer version of pylint, more warnings…
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselm...
Iustin Pop
03:42 pm Revision e3bdb1c2: Revert "configure: check for socat and its escape feature"
This reverts commit 37fc2cf5ba8919cef407199ee540aad4b1a9a2b6, since it
introduces configure.ac changes that depend on...
Iustin Pop
03:42 pm Revision 1b48f7af: Revert "kvm console: use socat raw mode with escape"
This reverts commit ce0eb6694e3fb2510035501539c7acc92a0f174e, since it depends
on 37fc2cf5ba8919cef407199ee540aad4b1a...
Iustin Pop
03:20 pm Revision d2231b8c: Change behaviour of ConfigWriter._WriteConfig
This patch changes the behaviour of _WriteConfig in case of
configuration errors:
- before, it used to abort the sav...
Iustin Pop
03:20 pm Revision 679008e7: Add an example script for backing up the config
This requires git and lockfile-progs, and only backs up config.data (see
the comments why).
Signed-off-by: Iustin Po...
Iustin Pop
03:14 pm Revision ce0eb669: kvm console: use socat raw mode with escape
If this is enabled at configure time, we pass in different parameters to
the socat console, making it a lot more mana...
Guido Trotter
03:14 pm Revision 37fc2cf5: configure: check for socat and its escape feature
Currently we use a static value for the socat path, or we trust the
user-provided one. With this patch we still trust...
Guido Trotter
03:14 pm Revision 66e7e01a: Fix version number in README
Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Guido Trotter
03:07 pm Revision 31892b4c: utils: Convert to utils.Retry
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Michael Hanselmann
01:45 pm Revision d091393e: Implement cluster verify checks for wrong PV names
Since ':' is not a valid character in PV names (for the way Ganeti uses
LVM), we need to check this and warn the user...
Iustin Pop
01:45 pm Revision 2070598f: Change bdev.LogicalVolume.GetPVInfo usage
We will need to enumerate selectively the PVs of (possible) many VGs and
not only the allocatable ones. For this we m...
Iustin Pop
01:45 pm Revision 96c7a5b0: Throw specific error when ':' exists in PV names
While ':' is not actually a supporte character in PV names (it has a
special meaning for commands like lvcreate), we ...
Iustin Pop
12:51 pm Revision 6bcb1446: jqueue: Convert to utils.Retry
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Michael Hanselmann
12:51 pm Revision 06b78e8b: hv_xen: Convert to utils.Retry
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Michael Hanselmann
12:51 pm Revision d3833ebd: bootstrap: Convert to utils.Retry
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Michael Hanselmann
12:51 pm Revision def8e2f6: bdev: Convert to utils.Retry
Also replaces a hardcoded limit of 15 seconds with 1/4
of NET_RECONFIG_TIMEOUT.
Signed-off-by: Michael Hanselmann <h...
Michael Hanselmann
12:51 pm Revision 3c0cdc83: backend: Convert to utils.Retry
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Michael Hanselmann
12:51 pm Revision de0ea66b: Add generic retry loop function
There are quite a few retry loops with timeouts in Ganeti's
code. Duplicating code is not good, so this patch introdu...
Michael Hanselmann
12:34 pm Revision 25231ec5: Ignore log messages in unittests
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Michael Hanselmann

11/02/2009

04:14 pm Revision 7e9c6a78: Some improvements to gnt-node repair-storage
Currently the repair storage has two issues:
- down instances are aborting the operation, even though they should be...
Iustin Pop
04:14 pm Revision debac808: Convert the rest of the OpPrereqError users
This finishes the conversion of OpPrereqError creation to two-argument
style. Any leftovers as one-argument are not b...
Iustin Pop
04:14 pm Revision 045dd6d9: Add ecode to rpc.py's RpcResult.Raise()
This patch adds a new ecode argument to RpcResult.Raise(). This allows
specifying the error code (for both OpExec and...
Iustin Pop
04:14 pm Revision 5c983ee5: Introduce two-argument style for OpPrereqError
This patch introduces a two-argument style for OpPrereqError. Only the
direct raise calls in cmdlib.py are converted,...
Iustin Pop
04:06 pm Revision 159d4ec6: Remove the OpRetryError exception
This is only used in two places, in an error path that is no longer
valid since Ganeti 2.0. We remove the try..except...
Iustin Pop
02:07 pm Revision 3e53a60b: Activate disks while exporting an instance
Exporting an instance not running or without activated disks
will fail. This patch makes sure to activate disks befor...
Michael Hanselmann
02:05 pm Revision 23057d29: Epydoc fixes
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
Michael Hanselmann
02:04 pm Revision ea79fc15: backend: Don't overwrite function parameter with loop variable
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
Michael Hanselmann
02:04 pm Revision 8e1db003: Add QA test for “gnt-node {list,modify,repair}-storage”
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Michael Hanselmann
10:22 am Revision 620a85fd: Unify the query fields for the storage framework
This patch unifies the query fields in the storage framework for all
types. Note that the information is still comput...
Iustin Pop

10/30/2009

01:23 pm Revision 2f567ac0: Convert option parsing to a monadic flow
This allows us to do verification of option arguments in the assignment
functions themselves.
Iustin Pop
01:23 pm Revision 1f9066c0: Rework the instance spec CLI options
This patch reworks the internal handling of the instance spec CLI
option, and adds a tiered spec option that will be ...
Iustin Pop
01:23 pm Revision 366a7c89: hspace: Abstract the instance listing
This also converts it to formatTable from hardcoded listing. Iustin Pop
12:46 pm Revision 8f215968: Make cluster initialization more reliable
There was a race condition between starting the node daemon
and sending requests to write the ssconf files. With this...
Michael Hanselmann

10/29/2009

06:06 pm Revision 1df79ce6: Don't show warnings on ADMIN_down instance failover
Before:
$ gnt-instance failover -f inst1
… checking disk consistency between source and target
… - WARNING: Can't fin...
Michael Hanselmann
04:48 pm Revision 936f3c59: Update NEWS
Add rapi_users changes, rearrange a bit and one wording change.
Signed-off-by: Michael Hanselmann <hansmi@google.com...
Michael Hanselmann
11:33 am Revision c099b8d8: Add remote API users and passwords documentation
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Michael Hanselmann
11:33 am Revision 0b08f096: ganeti-rapi: Use new function to verify passwords
This enables the use of hashed passwords in rapi_users.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Review...
Michael Hanselmann
11:33 am Revision bf9bd8dd: http.auth: Add new function to verify passwords
This new function supports two schemes for passwords:
- Old-style cleartext passwords
- Hashed passwords according to...
Michael Hanselmann

10/28/2009

12:10 pm Revision c6aa0c42: Makefile.am: Add more checks to distcheck-hook
Also use grep only to convert find's output to an exit status.
Signed-off-by: Michael Hanselmann <hansmi@google.com>...
Michael Hanselmann
05:00 am Revision c71a1a3d: Documentation updates
Our admin guide was very very trivial. This patch updates it to contain
advice on when to use which commands, removes...
Iustin Pop
03:49 am Revision c6f1af07: Fix another style issue
For the Nth time, re-fix shadowing of outer-scope variable :)
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed...
Iustin Pop
03:48 am Revision dc09c3cf: Make gnt-node list-storage more standard
This patch adds support for the -o+field,… format that the other list
commands accept and changes the format of the a...
Iustin Pop
03:47 am Revision 9b94905f: Rename the node storage commands
To reduce confusion, the following gnt-node commands are renamed:
- physical-volumes → list-storage
- modify-volume ...
Iustin Pop
03:22 am Revision 20eca47d: Fix an error handling case in TLReplaceDisks
pylint is your friend, since the compiler doesn't exist.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: ...
Iustin Pop

10/27/2009

03:14 pm Revision a4eae71f: Provide feedback from redistributing configuration
This is particularily useful for “gnt-cluster redist-conf”, but
also for all other cases where the configuration file...
Michael Hanselmann
01:53 pm Revision b76aac08: Include NEWS in documentation again
This was implemented in 350ecfecca and reverted in 700bb84367
after it broke “make distcheck”. With other changes in ...
Michael Hanselmann
01:53 pm Revision a10caf87: bash_completion: Move common code into function
This reduces the size of the script by about 9 kB.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by...
Michael Hanselmann
01:53 pm Revision 25c92bc5: Makefile.am: Wrap long lines
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: René Nussbaumer <rn@google.com>
Michael Hanselmann
01:52 pm Revision 7e1ccbe0: Makefile.am: Use noinst_DATA instead of all-local target
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
Michael Hanselmann
01:52 pm Revision f727d134: Makefile.am: Don't include MAINTAINERCLEANFILES in EXTRA_DIST
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
Michael Hanselmann
01:51 pm Revision 13de7d59: Makefile.am: Make HTML doc building depend on stamp file
This patch also adds an explicit list of all files written by
sphinx (“docoutput”).
By using an explicit list the bu...
Michael Hanselmann
12:55 pm Revision dd1dfd9a: Makefile.am: Use dependencies to create symlinks only if necessary
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
Michael Hanselmann
12:54 pm Revision dbefcc7e: Makefile.am: Move stamp-directories to BUILT_SOURCES
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
Michael Hanselmann
02:54 am Revision 705dd60e: Fix gnt-debug breakage due to options move
Commits d3ed23f and 4eb6265 broke gnt-debug due to renamed option
targets. Sorry again!
Signed-off-by: Iustin Pop <i...
Iustin Pop
02:54 am Revision e9022531: Fix gnt-node evacuate w. iallocator
Commit 2bb5c911 moved around and changed the _RunAllocator function in
the DiskReplace → TaskLet conversion, but in t...
Iustin Pop

10/26/2009

04:48 pm Revision 19351457: InstanceIpToNodePrimaryIpQuery: use a query dict
In 95b487b we changed InstanceIpToNodePrimaryIpQuery to be able to query
multiple instances at once. We also need to ...
Guido Trotter
04:48 pm Revision cd195419: SimpleConfigReader: ips are partitioned by link
We were already half-doing it, but this completes the process.
1) We don't maintain a list of ips or an ip->instance...
Guido Trotter
12:17 pm Revision 47a626b0: SimpleConfigReader: queries for default nicparams
GetDefaultNicParams returns the default nic parameters.
GetDefaultNicLink returns the default nic link.
Signed-off-b...
Guido Trotter
12:17 pm Revision 6855f043: Import errors in confd __init__
It's used by some functions defined there.
Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Olivier ...
Guido Trotter
12:17 pm Revision f3313af5: Use RUN_IN_TEMPDIR in Makefile.am
Since we have this variable and use it in other places, remove the only
leftover hardcoded place.
Signed-off-by: Gui...
Guido Trotter
11:41 am Revision b5e5632e: Allow '@' in tag values
This allows using an email address (as is) as part of a tag. The main
problem that could arise is when parsing tags f...
Iustin Pop
11:41 am Revision f7e41aa2: Fix gnt-node modify-volume
This was broken by me in 064c21f, sorry!
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselma...
Iustin Pop
11:40 am Revision aeaefce8: gnt-node: add short option -t for --storage-type
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
Iustin Pop
« Previous
Next »
 

Also available in: Atom