Activity

From 12/23/2012 to 01/21/2013

01/21/2013

05:31 pm Revision af89fa76: Fix format string of KVM output
This fixes a missing 's' in the format string and
the wrong quotes. Those bugs were introduced in
commit 6e043e60.
S...
Helga Velroyen
01:58 pm Revision d316b880: Renames and cleanup of variable names in confd
The current names are quite confusing; this patch cleans up the
confusion by making sure we use different terms for t...
Iustin Pop
01:57 pm Revision a6e054a8: Add a function to get the current time in microseconds
In some cases we need higher resolution that seconds; I've settled on
microseconds as that is what 'threadDelay' want...
Iustin Pop
01:57 pm Revision ce817701: Increase Haskell log file resolution
Currently the Haskell logging goes with the default time formatting,
which lacks sub-second resolution. This is not g...
Iustin Pop
01:57 pm Revision 01eea342: Change the polling thread sleep behaviour
Currently, the polling thread sleeps at the end of its body; the
original reason was that when the thread initially s...
Iustin Pop
01:57 pm Revision 7e7fa841: First part of confd timer changes
This patch changes the resolution of the timers: the watcher timer
goes from 60s to 17s, and the polling-mode timer g...
Iustin Pop
01:57 pm Revision c62df702: Start confd in notify mode if we can
This patch changes the default model—where confd is always started in
polling mode—to a model where if possible we en...
Iustin Pop
01:24 pm Revision 3190ad64: Explicitly load the config at confd startup
Currently, confd main function doesn't load the config, but simply
forks the individual timer threads, which will—as ...
Iustin Pop

01/18/2013

05:12 pm Revision 525f0f98: Fix type of 'node_whitelist' request parameter
If opportunistic_locking is used, then 'node_whitelist' parameter passed
to the allocator is set to the LU's owned no...
Christos Stavrakakis
05:12 pm Revision 347fa0f1: hv_xen: Add test for CPU pinning configuration
Add a unittest for a function formatting CPU pinning information for
Xen's configuration.
Signed-off-by: Michael Han...
Michael Hanselmann
05:12 pm Revision 6e043e60: kvm: deduplicate 'get output' code
We had the same code twice, and were about to add a third time. Better
to collapse it into just one function.
Signed...
Guido Trotter
05:12 pm Revision 6f4070cd: kvm: extract a regexp matching out of a for loop
Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
Guido Trotter
05:12 pm Revision f0db563d: kvm: remove last version-based feature detection
This was left behind because it required a different kvm invocation.
Now that we can add new ones cheaply (two consta...
Guido Trotter
04:30 pm Revision a8e8c0c6: Make Xen config path a build-time option
Stop hardcoding the path in “hv_xen.py”.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Guido Tr...
Michael Hanselmann
03:40 pm Revision df1d5c8f: Makefile.am: Protect placeholders for sed
If the placeholder has exactly the same name as the variable used in
autoconf it would be replaced as well. In the ca...
Michael Hanselmann
03:39 pm Revision 94d5cee9: burnin: Don't keep hypervisor class around
Just determine whether it can migrate and keep that value instead of the
full hypervisor class.
Signed-off-by: Micha...
Michael Hanselmann
12:41 pm Revision 9fb621af: Text wrap in Haskell code
This adds two functions in Utils.hs: 'wrap' and 'trim' along with some
simple tests. 'wrap' is used in Common.hs for ...
Yiannis Tsiouris
12:13 pm Revision d38bef8e: Run pre-migrate hooks on primary node too
Signed-off-by: Constantinos Venetsanopoulos <cven@grnet.gr>
Reviewed-by: Guido Trotter <ultrotter@google.com>
Constantinos Venetsanopoulos

01/17/2013

05:54 pm Revision 9d02edc6: Makefile: Allow tarball creation when man-in-doc is active
Documentation with included man pages should not be distributed as it
contains fixed paths. Since the documentation w...
Michael Hanselmann

01/16/2013

08:57 pm Revision 82e3bf85: Check if KVM machine version is supported
If machine version is passed as an hv param, a check is made
in target node whether this version is included in the s...
Dimitris Aragiorgis
07:43 pm Revision 11cf71c4: Revert "run-in-tempdir: Improve speed"
This reverts commit dd60179dfd8 as it broke coverage for Python.
Signed-off-by: Michael Hanselmann <hansmi@google.co...
Michael Hanselmann
07:09 pm Revision e32e1fb9: Verify that templates are compatible with exclusive storage
cluster-verify reports instances with disk templates not compatible with
exclusive storage but that are running on no...
Bernardo Dal Seno
07:09 pm Revision 14fe92c7: New RPC call for node verify in dns-only RPC client
This will be used in node-add.
Signed-off-by: Bernardo Dal Seno <bdalseno@google.com>
Reviewed-by: Michael Hanselman...
Bernardo Dal Seno
07:09 pm Revision 525939d9: cluster-verify checks uniformity of PV sizes
When exclusive_storage is set, cluster-verify complains if the size of PVs
is not uniform across a node group.
Signe...
Bernardo Dal Seno
07:09 pm Revision d5a690cb: cluster-verify checks that PVs are not shared
When exclusive_storage is set, cluster-verify complains if PVs are shared
among unrelated LVs.
Signed-off-by: Bernar...
Bernardo Dal Seno
07:09 pm Revision 39eb39dc: Moved checks within LUClusterVerifyGroup
Almost all instance-specific checks have been moved from the Exec method to
the _VerifyInstance method. This cleans u...
Bernardo Dal Seno
07:09 pm Revision b496abdb: bdev.GetPVInfo() returns list of LVs
This will be used for checks related to exclusive storage.
Signed-off-by: Bernardo Dal Seno <bdalseno@google.com>
Re...
Bernardo Dal Seno
07:09 pm Revision 58bc6241: add-node checks PVs
add-node now performs a few checks on LVM before adding a node to the
cluster.
Signed-off-by: Bernardo Dal Seno <bda...
Bernardo Dal Seno
07:09 pm Revision 8c3d6797: Small cleanup in constants.py
- compat.UniqueFrozenset used in one more place, for consistency.
- The order of NV_XXX constants is fixed so that al...
Bernardo Dal Seno
07:09 pm Revision 22d9752a: cluster-verify checks uniformity of exclusive_storage flag
The value of the flag should be the same for nodes within the same group.
Signed-off-by: Bernardo Dal Seno <bdalseno...
Bernardo Dal Seno
07:09 pm Revision 11064155: utils.LvmExclusiveCheckNodePvs() returns more info
utils.LvmExclusiveCheckNodePvs() now returns the size of the smallest and
biggest PVs of a node. They will be used fo...
Bernardo Dal Seno
07:01 pm Revision dd60179d: run-in-tempdir: Improve speed
By creating symlinks instead of actually creating files we still get the
benefits of using a temporary directory, but...
Michael Hanselmann
06:07 pm Revision 06a6f2cc: run-in-tempdir: Copy doc/* only if needed
To preserve disk space on copying all files to a temporary directory,
the “doc” directory is only copied when buildin...
Michael Hanselmann
03:56 pm Revision e71c47d3: Integrate DRBD with the report generation infrastructure
With this commit, the DRBD data collector does not only print the data
it extracts, but includes them in the proper J...
Michele Tartara
03:56 pm Revision 13d3acab: Add reporting infrastructure for data collectors
This commit adds the part of the JSON report generation code that will be
common to all the data collectors, accordin...
Michele Tartara
03:56 pm Revision ace37e24: Move getCurrentTime from Confd.Utils to Utils
The getCurrentTime function is of wide interest, so its moved to a more
appropriate position.
Signed-off-by: Michele...
Michele Tartara
01:11 pm Revision 43a840a3: burnin: Add unittest for supported disk templates
When new a new disk template is added, burnin should be updated.
Signed-off-by: Michael Hanselmann <hansmi@google.co...
Michael Hanselmann
01:10 pm Revision 4b9638dc: kvm: make kvm path configurable as an hv parameter
This fixes Issue 225.
Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Michael Hanselmann <hansmi@go...
Guido Trotter
01:07 pm Revision b73f1c59: make _{Generate,Execute}KVMRuntime accept kvm help
Currently kvm --help is called twice at instance startup, this makes
sure it's called only once.
Signed-off-by: Guid...
Guido Trotter
01:07 pm Revision 3b59ec02: kvm: make auxiliary functions accept a kvm path
This will be used to be able to customize the path in an hv parameter.
Also fix two comments that still mentioned ve...
Guido Trotter
01:06 pm Revision 4ab75599: Add KVM machine version as hv param
This is needed in case an instance must be booted with an exact type of
machine version (due to e.g. outdated drivers...
Dimitris Aragiorgis
12:19 pm Revision 8e55e20f: Move burnin to ganeti.tools.burnin
Similar to other scripts, “tools/burnin” just becomes a wrapper script.
Signed-off-by: Michael Hanselmann <hansmi@go...
Michael Hanselmann

01/15/2013

07:31 pm Revision 45566243: Remove special-case of "0" in niceSort
Since now niceSort is more consistently behaved, we don't have the
special casing. This should have been removed in c...
Iustin Pop
06:18 pm Revision 85a895be: burnin: Enable DT_EXT/DT_RBD for single node clusters
As reported by Constantinos Venetsanopoulos, DT_RBD and DT_EXT work on
single node clusters.
Signed-off-by: Michael ...
Michael Hanselmann
05:17 pm Revision d46c9fd6: test/Types.hs: add an HLint ANN for ignoring camelCase
Signed-off-by: Dato Simó <dato@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Dato Simó
04:43 pm Revision 5ce58234: Link man pages in documentation
This patch depends on “Option to include man pages in documentation”. In
the documentation build including man pages,...
Michael Hanselmann
04:27 pm Revision a7f0953a: Make niceSort a wrapper over niceSortKey id
Currently, niceSort behaves differently than niceSortKey in cases
where the parsed groups are equal but the original ...
Iustin Pop
04:26 pm Revision 96b28307: Add version check for Sphinx
Sphinx 1.0 and above can check version by setting “needs_sphinx” in the
configuration.
Signed-off-by: Michael Hansel...
Michael Hanselmann
04:24 pm Revision 41806ef4: Option to include man pages in documentation
Before this patch, HTML versions of man pages (man/*.rst) were already
built. However, since they are separate from t...
Michael Hanselmann
03:16 pm Revision 6d675203: design-autorepair.rst: separate list of jobs with plus sign
Commas are not valid characters in tags, hence they can't be use to
separate the different job IDs; plus signs (+) ar...
Dato Simó
01:18 pm Revision 42959a7f: burnin: Disk template option cleanup
Burnin doesn't support all disk templates (specifically it doesn't
support “blockdev”). The code, however, used manua...
Michael Hanselmann
01:18 pm Revision d8378091: burnin: Factorize disk template lists
Keep the lists at the top instead of having them embedded in the code.
Use frozenset, too.
Signed-off-by: Michael Ha...
Michael Hanselmann
11:42 am Revision 2f3a3365: Replace nodegroups' PartialNic by PartialNicParams
This fixes a bug that corrups the config when one adds a
network to a node group. I wil soon extend QA by some comman...
Helga Velroyen

01/14/2013

05:54 pm Revision ef947a42: Loader.hs: ignore expired ArSuspended policies
At the moment, because 'mergeData' is pure, it may set instance auto-repair
policies that are of the form `ArSuspende...
Dato Simó
05:54 pm Revision e79f576c: Loader.hs: rewrite extractExTags to use chompPrefix
Signed-off-by: Dato Simó <dato@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Dato Simó
05:54 pm Revision b1eb71c7: design-autorepair.rst: clarify tag precedence and conflict
This commit clarifies one particular point of the auto-repair workflow:
what to do when multiple, conflicting adminis...
Dato Simó
05:54 pm Revision 55416810: Loader.hs: set instance auto-repair policy in mergeData
'getArPolicy' and 'setArPolicy' follow the precedence rules introduced in
b1eb71c: within an object, the most restric...
Dato Simó
05:54 pm Revision 23594127: Instance.hs: add an 'arPolicy' field for auto-repair policy
Signed-off-by: Dato Simó <dato@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Dato Simó
05:54 pm Revision b6aeda4a: Utils.hs: add a clockTimeToString function
This function allows to easily convert a ClockTime object to a string
representation of its timestamp (seconds-only)....
Dato Simó
05:54 pm Revision b009f682: Utils.hs: function to chomp prefix + separator from a string
Some auto-repair tags are composed of a prefix and then an optional
argument; the new "chompPrefix" function in Utils...
Dato Simó
05:54 pm Revision 819358e1: design-autorepair.rst: add a graph with state transitions
The graph added here follows the data types introduced in 7ec2f76, by which
"Suspended" is not a state, but a possibl...
Dato Simó
05:52 pm Revision 3e77a36c: Add initial constants and Haskell ADTs for auto repair
In this commit, the AutoRepairType and AutoRepairResult types are defined,
with the possible values specified in doc/...
Dato Simó
05:52 pm Revision 7ec2f76b: HTools/Types.hs: more auto-repair types
AutoRepairPolicy, AutoRepairStatus, and other auxiliary types are added.
These are used only internally by the auto-r...
Dato Simó
05:52 pm Revision e47e51a8: design-autorepair.rst: use the same prefix everywhere
This commit changes the "ganeti:watcher:repair:pending" and
"ganeti:watcher:repair:result" tag prefixes to use
"ganet...
Dato Simó
05:31 pm Revision b3a6a525: NEWS: Fix referenced man page's section number
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
Michael Hanselmann
05:27 pm Revision eb7a6965: kvm: add two help dump files
One is the --help output for kvm 1.1.2 and the second one is the same as
0.9.1 but with a fake option added between -...
Guido Trotter
05:19 pm Revision 909948f1: Update copyright in documentation
Use range() instead of building the list manually. Keeps the code
shorter starting next year.
Signed-off-by: Michael...
Michael Hanselmann
04:36 pm Revision 7f83345f: kvm: simplify _GetMachineVersion
Use a multiline regexp rather than a single line one, and then split
lines in the code.
Signed-off-by: Guido Trotter...
Guido Trotter
04:36 pm Revision 2fddb144: Allow -soundhw option to kvm
For all of us that love to listen to music on our kvm virtual machines,
the -soundhw option is paramount.
Signed-off...
Guido Trotter
04:36 pm Revision 156681c1: kvm: support usb devices
All in one go, comma separated usb devices of all types.
Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewe...
Guido Trotter
04:36 pm Revision e6f24d89: kvm: Add kvm_extra parameter
As requested in Issue 261 and many other times.
Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Mic...
Guido Trotter
04:36 pm Revision 7589346f: kvm: Add -vga option
As requested in Issue 69.
Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Michael Hanselmann <hansm...
Guido Trotter
04:23 pm Revision 0ad7f5d8: kvm: use help based feature detection
As discussed on the list some people backport features to different kvm
versions, making the version based detection ...
Guido Trotter
04:03 pm Revision e3b89628: kvm: abstract getting --help output
This will be used later, for now nothing changes.
Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: M...
Guido Trotter
04:03 pm Revision a900a30c: kvm: always pass -usb
This will be the default anyway and it was a mistake to pass it only if
the mouse was specified.
Signed-off-by: Guid...
Guido Trotter
04:03 pm Revision 2c368f28: Add a non negative int hypervisor parameter check
...and use it for a few parameters for which it makes sense.
Signed-off-by: Guido Trotter <ultrotter@google.com>
Rev...
Guido Trotter
04:03 pm Revision 4888a609: kvm: allow setting smp cores, threads, sockets
This was requested in Issue 322.
Note that maxcpus is not implemented yet, as it should be considered in
a cpu-hotplu...
Guido Trotter
12:54 pm Revision 14fd6c81: kvm: add serial console speed
The serial port speed changed between versions of qemu (what didn't?), so
the old hardcoded default doesn't do anymor...
Guido Trotter
11:35 am Revision 83951b04: Merge branch 'devel-2.6'
* devel-2.6:
QA: Use instance name for rename test
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-...
Michael Hanselmann
10:26 am Revision 223b7cf4: Merge branch 'stable-2.6' into devel-2.6
* stable-2.6:
QA: Use instance name for rename test
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed...
Michael Hanselmann

01/11/2013

06:17 pm Revision 69bc7a38: QA: Use instance name for rename test
Reported in issue 341. In some setups the instance live in a different
netblock from the cluster. Therefore a the con...
Michael Hanselmann
06:16 pm Revision 60a7335b: Add locking to _NetworkQuery
Make use of _GetNames() to get the final network UUIDs.
Get networks info after having aquired the locks. Refactor
th...
Dimitris Aragiorgis
05:37 pm Revision b4d2d2cb: QA: Factorize retrieving non-existent groups from config
Also add a check to make sure there are enough groups defined.
Signed-off-by: Michael Hanselmann <hansmi@google.com>...
Michael Hanselmann

01/10/2013

03:21 pm Revision 7cf58cad: Generate documentation from build directory
When man pages should be included they need to be copied from man/*.rst.
This means documentation can no longer be bu...
Michael Hanselmann
03:11 pm Revision e6ba3320: Add machine version in kvm runtime file
kvm -M ? returns the supported machines (e.g. pc-1.1).
Add _GetDefaultMachineVersion() function to get the default va...
Dimitris Aragiorgis
02:44 pm Revision c816a371: Fix typo in the DRBD parser types file
A missing letter has been added to a docstring.
Signed-off-by: Michele Tartara <mtartara@google.com>
Reviewed-by: Mi...
Michele Tartara
01:36 pm Revision 58997abb: Add script to check man page references
This script checks for some of the most obvious mistakes when formatting
man page references (which should have the f...
Michael Hanselmann
01:34 pm Revision 354c4f62: man: Man page reference cleanup
Sphinx is stricter than pandoc when parsing reST and does not allow an
opening parenthesis to directly follow inline ...
Michael Hanselmann

01/09/2013

07:17 pm Revision f1f6f117: test/Utils.hs: fix capitalization in docstring comment
Signed-off-by: Dato Simó <dato@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Dato Simó
06:39 pm Revision 0df54fd2: Merge branch 'devel-2.6'
* devel-2.6:
Add utility to format dictionary as key=value strings
Remove fixed FIXME
QA: Support master-netdev...
Guido Trotter
06:30 pm Revision 30fa4476: Merge branch 'stable-2.6' into devel-2.6
* stable-2.6:
Add utility to format dictionary as key=value strings
Remove fixed FIXME
QA: Support master-netde...
Guido Trotter
05:57 pm Revision 63b883de: Add utility to format dictionary as key=value strings
This will be used in QA to format network interface parameters.
This is a cherry-pick of master commit eac9b7b8
Sig...
Michael Hanselmann
05:38 pm Revision 22ac4136: More documentation and man page fixes
- Include numbers in man page references
- Use “:manpage:” where appropriate
- Don't escape underscore in verbatim te...
Michael Hanselmann
05:23 pm Revision dbb4f850: Remove fixed FIXME
This was fixed in stable-2.6, commit 053c356
Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Iustin...
Guido Trotter
05:21 pm Revision c12e30ca: Remove fixed FIXME
This was fixed in stable-2.6, commit 053c356
Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Iustin...
Guido Trotter
05:20 pm Revision 558e2e8a: QA: Support master-netdev and default NIC parameters
Requested in issue 337.
The parameter “bridge” was not documented and is therefore silently
replaced with “master-ne...
Michael Hanselmann
05:20 pm Revision cbf5114e: QA: Do not pass "--bridge" to "gnt-cluster init"
Commit ec0652a (June 2009) removed the option.
This is a cherry-pick of master commit
784537390cd5b1c4f5f8fb9401a62e...
Michael Hanselmann
03:19 pm Revision 596f913e: Makefile: Fix list of directories
Commit dbee5c9 had a wrong path.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Helga Velroyen <...
Michael Hanselmann
01:42 pm Revision dbee5c92: Highlight external links in HTML documentation
Based on MediaWiki's monobook skin.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <i...
Michael Hanselmann
12:48 pm Revision 23d95cff: Unit tests for bdev and utils.lvm
Also amended a comment of a tested method.
The tests are for methods introduced in commit 63c73073 (LVM disk creation...
Bernardo Dal Seno
11:05 am Revision 9ef3e121: Update the monitoring agent design document
This commit updates the design document of the monitoring agent according
to what has already been discussed in vario...
Michele Tartara

01/08/2013

06:16 pm Revision d78970ba: Support instance-minor pairing in the DRBD collector
This commits enables the DRBD data collector to use the Confd client to
gather information about the pairing between ...
Michele Tartara
06:16 pm Revision eb62691c: Support integrating instance information in the DRBD parser
This commit modifies the DRBD parser and its data structures to include
information about the instance a DRBD minor b...
Michele Tartara
05:21 pm Revision d4d94eee: NEWS: Add missing parenthesis
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Michele Tartara <mtartara@google.com>
Michael Hanselmann
01:23 pm Revision 37cfb91f: Add footer.rst as a dependency for all man pages
Commit 6aff051 removed an intermediate step, but forgot to add
“footer.rst” as a direct dependency.
Signed-off-by: M...
Michael Hanselmann
11:28 am Revision 3784c431: Update name of test/htest in doc/devnotes.rst
Update the docs after the rename of 'test/hs/test' to
'test/hs/htest'. This must have been forgotten in 3e16567e.
Si...
Yiannis Tsiouris
11:28 am Revision 93e09cb7: Convert gnt-os man page to sections
As Constantinos observed, the gnt-os man page is not consistent with the
others. This patch adds the missing sections...
Iustin Pop
11:28 am Revision fa5121f0: Fix "Tags" section capitalisation in the man pages
"Tags" is a section, not a command, so let's title-case it (as opposed
to all upper-case). Furthermore, the RST marku...
Iustin Pop
11:28 am Revision 29fc0e4e: Fix a couple of bugs in the gnt-instance man page
The "list-fields" and "change-group" commands were mistakenly listed
as sections; we also rename the "Recovery" secti...
Iustin Pop
11:28 am Revision 6210c812: Remove some obsolete entries from .gitignore
Found while doing the previous .dot file changes and wondering what's
this "doc/*.in" stuff… it looks like these were...
Iustin Pop
11:28 am Revision 6aff0514: Remove intermediate footer.man/footer.html files
I don't remember why I introduced these when switching to pandoc, but
they are not absolutely needed. Instead of pre-...
Iustin Pop
11:28 am Revision 74412d69: Enable a table of contents for the html version of man pages
This makes the (very dull) html version of the man pages a bit more
readable, until such a time that we can switch ov...
Iustin Pop
11:28 am Revision 7322bf7b: Rearrange tags in gnt-cluster/gnt-node
This patch makes the gnt-cluster and gnt-node man page more consistent
with the other man pages, where the tag comman...
Iustin Pop
11:28 am Revision f8e233a3: Stop manually building images out of dot files
The first dot files we added way back in the 2.0 release are managed
manually: we build the .pngs ourselves, track th...
Iustin Pop
11:28 am Revision 8fa74099: Inline the standalone dot files
This removes entirely the standalone dot files by inlining them in the
RST documents - as they weren't referenced fro...
Iustin Pop
11:28 am Revision fe7ad9c8: Improve a bit Haskell library recommended versions
The hinotify library was missing any versions, and finding one that
works with ghc 6.12 (base 4.2.x) was not obvious....
Iustin Pop
11:26 am Revision 7ce2f8ee: Fix a bug in the generation of completion information
Completion information for multi-command binaries were not generated in
the correct way, so the build-bash-complation...
Michele Tartara

01/07/2013

08:56 pm Revision c46a9ffb: Add small webserver for development
When working on documentation it can be helpful to use a browser. In
some environments it's not possible to access th...
Michael Hanselmann
08:56 pm Revision 3a817255: man pages: Lowercase name for syntax highlighting
When the man pages' reST is built using Sphinx, “bash” must be used
instead of “Bash”. Pandoc works with both.
Signe...
Michael Hanselmann
07:00 pm Revision 8d459129: Add "use_locking" parameter to network query opcode
This was extracted from a patch by Dimitris Aragiorgis with the subject
“Add locking to _NetworkQuery”. The rest of t...
Michael Hanselmann
04:21 pm Revision 27a19bf6: Makefile.am: Add missing space
Commit acaf3ca missed this space before a backslash.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-...
Michael Hanselmann

01/04/2013

04:42 pm Revision 6249f1c2: Fix the installation location of mon-collector
The mon-collector binary was erroneously installed twice: once in
/usr/bin/ and once in /usr/lib/ganeti/.
With this m...
Michele Tartara
10:47 am Revision 2663321c: Improve the reception of replies in the confd client
If a received reply is valid and there is still no valid reply,
keep it, no matter how new it is.
Signed-off-by: Mic...
Michele Tartara

12/28/2012

05:53 pm Revision 855f9bad: Document the ExtStorage `SetInfo' functionality
Small updates to the extstorage design document and interface.
Signed-off-by: Constantinos Venetsanopoulos <cven@grn...
Constantinos Venetsanopoulos
05:51 pm Revision ef13148c: gnt-storage man page: make commands sub-sections
This makes the man page more consistent with the others (except
gnt-os, that is).
Signed-off-by: Constantinos Venets...
Constantinos Venetsanopoulos
05:50 pm Revision f6b9c6e5: Fix a bad data type in Hcheck.hs
While trying to understand why some code was not being tested, I
realised that we have a bad data type in Hcheck.hs.
...
Iustin Pop
05:50 pm Revision 2fd5a116: Move src/Ganeti/HTools/Program.hs to Program/Main.hs
This removes one more tab conflict; this is the last module in our
code where we have both x.hs and x/.
Furthermore,...
Iustin Pop

12/27/2012

03:35 pm Revision 208b02e3: A bit more name cleanup
- gen-coverage → gen-py-coverage
- coverage-htools.tix → coverage-hs.tix
Signed-off-by: Iustin Pop <iustin@google.co...
Iustin Pop
03:34 pm Revision 784e77f0: Split the hs-check test rule
Currently, both the unit test and the shell tests are run (manually)
from this rule. This has two downsides: you can'...
Iustin Pop
03:34 pm Revision 1c0f9d12: Remove duplicate test file functions
This patch unifies the functions that generated the tree
reorganisation discussion in the first place :)
Signed-off-...
Iustin Pop
03:34 pm Revision 3e16567e: Rename test/hs/test to htest
The current base name of 'test' means that this binary will generate
profiling, coverage, etc. files with the name 't...
Iustin Pop
03:34 pm Revision 83846468: Move htest/ files under the test/ tree
htest/data becomes test/data/htools (basically reverting commit
8feabc89), and htest/* becomes test/hs/*.
Most chang...
Iustin Pop
03:34 pm Revision 90066780: Move python test files to test/py
This is the first step of the test files reorganisation: moving test/*
(except test/data) to new directory test/py/.
...
Iustin Pop
03:33 pm Revision 19e1b715: Return master ip script output in case of failure
Currently only the exit code is returned, which is somewhat pointless:
for failures, we already know it's ≠ 0, so we ...
Iustin Pop
03:33 pm Revision d9a900dc: Replace htools→hs in configure/makefile rules
This continues the cleanup of the 'htools' name, by replacing 'htools'
with 'hs' in configure and makefile rules.
Th...
Iustin Pop
03:33 pm Revision 8775e62a: Fix LUInstanceRecreateDisks with iallocator
Recent iallocator changes (commit fb60bc6a, “iallocator: Add node
whitelist”) broke the parameter validation for LUIn...
Iustin Pop
03:32 pm Revision 8775b5b2: Fix dependency on built python sources for hs-check
Since we call into Python for opcodes and other type compatibility
checks, we need to ensure that the python sources ...
Iustin Pop

12/24/2012

11:38 pm Revision 3add7574: Rename htools/ to src/
Per offline discussions, this is the first patch of the
renames. Tested with "make distcheck", seems to work fine.
T...
Iustin Pop
« Previous
Next »
 

Also available in: Atom