LGTM, thanks.

On Mon, Feb 24, 2014 at 3:34 PM, Klaus Aehlig <[email protected]> wrote:

>
>
> commit 31145d2bfd2e320188a09e8238553425d6d4115c
> Merge: 931ca73 0f0ca30
> Author: Klaus Aehlig <[email protected]>
> Date:   Mon Feb 24 15:28:06 2014 +0100
>
>     Merge branch 'stable-2.10' into stable-2.11
>
>     * stable-2.10
>       Let the instance's tuple of nodes start with the primary
>       Fix the test that checks for the order of instance's nodes
>       Revision bump for the 2.10.0 release
>       Update NEWS file for 2.10.0
>
>     * stable-2.9
>       Fix net-common script in case of routed mode
>       Document hspace's SPN parameters
>       Document spindles in TSPEC
>       man: Update the manual page of gnt-node FAILOVER
>       Make hbal deal with no-LVM storage space properly
>
>     * stable-2.8
>       Fix expression describing optional parameters
>       Improve job status assert affected by race condition
>       Export and import Disk/NIC name
>       Fix backup import in case NIC is inside a network
>       Override get() method of ConfigParser
>
>     Conflicts:
>         NEWS: take both additions
>         configure.ac: ignore suffix bump
>
> diff --cc NEWS
> index c9e98b2,77a4435..9d96a74
> --- a/NEWS
> +++ b/NEWS
> @@@ -2,69 -2,10 +2,69 @@@ New
>   ====
>
>
>  +Version 2.11.0 alpha1
>  +---------------------
>  +
>  +*(unreleased)*
>  +
>  +Incompatible/important changes
>  +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>  +
>  +- ``gnt-node list`` no longer shows disk space information for shared
> file
>  +  disk templates because it is not a node attribute. (For example, if
> you have
>  +  both the file and shared file disk templates enabled, ``gnt-node
> list`` now
>  +  only shows information about the file disk template.)
>  +- The shared file disk template is now in the new 'sharedfile' storage
> type.
>  +  As a result, ``gnt-node list-storage -t file`` now only shows
> information
>  +  about the file disk template and you may use ``gnt-node list-storage -t
>  +  sharedfile`` to query storage information for the shared file disk
> template.
>  +- Over luxi, syntactially incorrect queries are now rejected as a whole;
>  +  before, a 'SumbmitManyJobs' request was partially executed, if the
> outer
>  +  structure of the request was syntactically correct. As the luxi
> protocol
>  +  is internal (external applications are expected to use RAPI), the
> impact
>  +  of this incompatible change should be limited.
>  +- Queries for nodes, instances, groups, backups and networks are now
>  +  exclusively done via the luxi daemon. Legacy python code was removed,
>  +  as well as the --enable-split-queries configuration option.
>  +- Orphan volumes errors are demoted to warnings and no longer affect the
> exit
>  +  code of ``gnt-cluster verify``.
>  +- RPC security got enhanced by using different client SSL certificates
>  +  for each node. In this context 'gnt-cluster renew-crypto' got a new
>  +  option '--renew-node-certificates', which renews the client
>  +  certificates of all nodes. After a cluster upgrade from pre-2.11, run
>  +  this to create client certificates and activate this feature.
>  +
>  +New features
>  +~~~~~~~~~~~~
>  +
>  +- Instance moves, backups and imports can now use compression to
> transfer the
>  +  instance data.
>  +- Node groups can be configured to use an SSH port different than the
>  +  default 22.
>  +- Added experimental support for Gluster distributed file storage as the
>  +  ``gluster`` disk template under the new ``sharedfile`` storage type
> through
>  +  automatic management of per-node FUSE mount points. You can configure
> the
>  +  mount point location at ``gnt-cluster init`` time by using the new
>  +  ``--gluster-storage-dir`` switch.
>  +- Job scheduling is now handled by luxid, and the maximal number of jobs
> running
>  +  in parallel is a run-time parameter of the cluster.
>  +
>  +New dependencies
>  +~~~~~~~~~~~~~~~~
>  +The following new dependencies have been added:
>  +
>  +For Haskell:
>  +
>  +- ``zlib`` library (http://hackage.haskell.org/package/base64-bytestring
> )
>  +
>  +- ``base64-bytestring`` library (http://hackage.haskell.org/package/zlib
> ),
>  +  at least version 1.0.0.0
>  +
>  +
> - Version 2.10.0 rc3
> - ------------------
> + Version 2.10.0
> + --------------
>
> - *(Released Wed, 12 Feb 2014)*
> + *(Released Thu, 20 Feb 2014)*
>
>   Incompatible/important changes
>   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> --
> Klaus Aehlig
> Google Germany GmbH, Dienerstr. 12, 80331 Muenchen
> Registergericht und -nummer: Hamburg, HRB 86891
> Sitz der Gesellschaft: Hamburg
> Geschaeftsfuehrer: Graham Law, Christine Elizabeth Flores
>

Reply via email to