]>
git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/log
Owen Synge [Thu, 21 May 2015 12:42:13 +0000 (14:42 +0200)]
suse/install.py: SUSE zypper refresh
zypper may not pull in latest packages if the repository cache is not updated
so we should do a 'zypper ref' before installing packages.
Signed-off-by: Owen Synge <osynge@suse.com>
Travis Rhoden [Fri, 20 Mar 2015 13:39:45 +0000 (09:39 -0400)]
Merge pull request #271 from Vicente-Cheng/add-abstracted-get-init-mon-function
Add abstracted get initial monitor member function
Reviewed-by: Travis Rhoden <trhoden@redhat.com>
Vicente Cheng [Fri, 20 Mar 2015 02:14:41 +0000 (10:14 +0800)]
Add new unit tests for get_mon_initial_members().
Add the unit tests for new abstracted function.
Detail as below:
1. Test Mon value is None and
error_on_empty is True.
2. Test Mon value is None and
error_on_empty is False.
3. Test Mon value is single item.
4. Test Mon value is multiple item.
If you have any questions, feel free to let me know.
Thanks!
Signed-off-by: Vicente Cheng <freeze.bilsted@gmail.com>
Vicente Cheng [Fri, 20 Mar 2015 02:08:06 +0000 (10:08 +0800)]
Add abstracted function about get monitor initial members.
To get monitor members feature will be reuse serval
times in mon.py and osd.py. Due to this reason, I
rewrite the helper function for this feature.
1. Add get_mon_initial_members that can handle
monitor member featching and configuration
input.
2. Let all works about monitor featching of
mon.py and osd.py to use this abstracted function.
If you have any questions, feel free to let me know.
Thanks!
Signed-off-by: Vicente Cheng <freeze.bilsted@gmail.com>
Travis Rhoden [Fri, 20 Mar 2015 00:06:36 +0000 (20:06 -0400)]
Fix indentation error in changelog
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
Alfredo Deza [Thu, 19 Mar 2015 22:14:33 +0000 (18:14 -0400)]
Merge pull request #269 from trhoden/doc-updates
ceph-deploy doc additions and rework
Alfredo Deza [Thu, 19 Mar 2015 20:42:25 +0000 (16:42 -0400)]
Merge pull request #270 from trhoden/remove_destroy
Remove destroy
Travis Rhoden [Thu, 19 Mar 2015 20:23:14 +0000 (16:23 -0400)]
remove unimplemented 'rgw destroy' subcommand
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
Travis Rhoden [Thu, 19 Mar 2015 20:22:13 +0000 (16:22 -0400)]
remove unimplemented 'mds destroy' subcommand
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
Travis Rhoden [Thu, 19 Mar 2015 20:21:03 +0000 (16:21 -0400)]
remove unimplemented 'osd destroy' subcommand
Fixes: #11118
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
Travis Rhoden [Thu, 19 Mar 2015 19:52:23 +0000 (15:52 -0400)]
Change nesting of changelog
The list of sections in the TOC was getting very long.
Since we use a max-depth of 2 for the TOC tree, aggregate all the
major.minor versions under a single section for each. Makes the
index and TOCs look a lot cleaner.
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
Travis Rhoden [Thu, 19 Mar 2015 19:43:43 +0000 (15:43 -0400)]
Add dates of release to 1.5 series
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
Travis Rhoden [Thu, 19 Mar 2015 19:43:21 +0000 (15:43 -0400)]
Move changelog to last thing in TOC
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
Travis Rhoden [Thu, 19 Mar 2015 19:23:03 +0000 (15:23 -0400)]
Move --{public,cluster}-network down a subsection
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
Travis Rhoden [Thu, 19 Mar 2015 19:20:14 +0000 (15:20 -0400)]
Disable smartypants
It was causing us to do funny things to work around wanting to display
double-dashes. More trouble than it is worth - just disable it.
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
Travis Rhoden [Thu, 19 Mar 2015 19:17:36 +0000 (15:17 -0400)]
Don't use backticks in section headers
They are not needed, and actually cause funny formatting issues.
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
Travis Rhoden [Thu, 19 Mar 2015 18:52:49 +0000 (14:52 -0400)]
Re-order contents.rst
List items by likely order that a user would need to travere through
to deploy a cluster (new, install, mon...).
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
Travis Rhoden [Thu, 19 Mar 2015 18:49:18 +0000 (14:49 -0400)]
Add mds create to docs
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
Travis Rhoden [Thu, 19 Mar 2015 18:38:08 +0000 (14:38 -0400)]
Add rgw create to docs
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
Travis Rhoden [Wed, 18 Mar 2015 17:15:26 +0000 (13:15 -0400)]
Merge pull request #268 from ceph/wip-rgw
rgw: create works!
Sage Weil [Tue, 17 Mar 2015 23:44:21 +0000 (16:44 -0700)]
install: install/uninstall radosgw package too
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil [Tue, 17 Mar 2015 23:03:16 +0000 (16:03 -0700)]
rgw: fix up caps and entity name
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil [Tue, 17 Mar 2015 23:03:03 +0000 (16:03 -0700)]
rgw: /var/lib/ceph/radosgw/ (not rgw/) to match current radosgw package
Signed-off-by: Sage Weil <sage@redhat.com>
Travis Rhoden [Tue, 17 Mar 2015 19:01:16 +0000 (15:01 -0400)]
Make missing RGW bootstrap key non-fatal
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
Travis Rhoden [Tue, 10 Mar 2015 15:20:04 +0000 (11:20 -0400)]
Expose rgw CLI commands
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
Travis Rhoden [Tue, 10 Mar 2015 15:19:34 +0000 (11:19 -0400)]
Get bootstrap-rgw key during gatherkeys
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
Travis Rhoden [Tue, 10 Mar 2015 15:18:34 +0000 (11:18 -0400)]
add rgw module
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
Jenkins [Mon, 9 Mar 2015 15:14:20 +0000 (08:14 -0700)]
1.5.22
Travis Rhoden [Mon, 9 Mar 2015 15:02:51 +0000 (11:02 -0400)]
Bump version
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
Travis Rhoden [Mon, 9 Mar 2015 15:02:26 +0000 (11:02 -0400)]
Update changelog
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
Travis Rhoden [Sat, 7 Mar 2015 00:53:35 +0000 (19:53 -0500)]
doc: Fix versionchanged entries in install section
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
Alfredo Deza [Fri, 6 Mar 2015 18:17:22 +0000 (13:17 -0500)]
Merge pull request #265 from trhoden/doc_fixes
Doc fixes
Travis Rhoden [Fri, 6 Mar 2015 17:07:39 +0000 (12:07 -0500)]
doc: add description of new --install behavior on RHEL
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
Travis Rhoden [Fri, 6 Mar 2015 14:44:26 +0000 (09:44 -0500)]
doc: Clarify use of check_obsoletes for RPM distros
check_obsoletes is enabled on all RPM distros now, except when
installing Red Hat packages on RHEL.
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
Travis Rhoden [Fri, 6 Mar 2015 14:37:32 +0000 (09:37 -0500)]
doc: clarify ceph-deploy package locations
README and rst docs were out of sync
Clarify wording in both.
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
Travis Rhoden [Thu, 26 Feb 2015 17:18:51 +0000 (09:18 -0800)]
Merge pull request #264 from mbroz/master
Try to remove also ceph-common on Fedora.
Reviewed-by: Travis Rhoden <trhoden@redhat.com>
Milan Broz [Mon, 23 Feb 2015 15:38:48 +0000 (16:38 +0100)]
Try to remove also ceph-common on Fedora.
Quick workaround but at least it allows purge and purgedata to work
on Fedora 21.
See http://tracker.ceph.com/issues/10928
Signed-off-by: Milan Broz <gmazyland@gmail.com>
Travis Rhoden [Mon, 23 Feb 2015 14:06:40 +0000 (09:06 -0500)]
rc version
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
Alfredo Deza [Fri, 20 Feb 2015 22:03:38 +0000 (17:03 -0500)]
Merge pull request #263 from trhoden/rhel_repo_only
Detect RHEL/RHCEPH for 'install --repo'
Travis Rhoden [Fri, 20 Feb 2015 21:42:23 +0000 (16:42 -0500)]
Detect RHEL/RHCEPH for 'install --repo'
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
Alfredo Deza [Fri, 20 Feb 2015 19:12:19 +0000 (14:12 -0500)]
Merge pull request #262 from alfredodeza/rhel-support
rhel repo support
Alfredo Deza [Fri, 20 Feb 2015 18:58:16 +0000 (13:58 -0500)]
more tests cases for the sanitizer args function
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
Alfredo Deza [Fri, 20 Feb 2015 18:54:51 +0000 (13:54 -0500)]
create a test for the args sanitizer function
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
Alfredo Deza [Fri, 20 Feb 2015 17:13:50 +0000 (12:13 -0500)]
add explanation for other distros in the new flag for RHEL
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
Alfredo Deza [Fri, 20 Feb 2015 16:11:54 +0000 (11:11 -0500)]
default to use rhceph when purging/uninstalling
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
Alfredo Deza [Thu, 19 Feb 2015 21:05:29 +0000 (16:05 -0500)]
use the default_release to infer if we should use_rhceph or not
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
Alfredo Deza [Thu, 19 Feb 2015 20:39:33 +0000 (15:39 -0500)]
Merge pull request #261 from trhoden/check_obsoletes_rhel_centos
Enable check_obsoletes for CentOS and RHEL
Alfredo Deza [Thu, 19 Feb 2015 20:19:47 +0000 (15:19 -0500)]
set a default_release attribute that is False by default in the arg parser obj
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
Alfredo Deza [Thu, 19 Feb 2015 20:18:52 +0000 (15:18 -0500)]
add a sanitizer args function to set/fix defaults for install
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
Travis Rhoden [Mon, 16 Feb 2015 14:42:48 +0000 (09:42 -0500)]
Add support for RHEL host module
When "use_rhceph" is set in cephdeploy.conf, no longer use
the centos host module as a stand-in for RHEL, use a new
rhel host module that is designed to be used for the Red Hat
distributed Red Hat Ceph product.
Right now this means not using Yum priorities, and installing
two new packages of ceph-mon and ceph-osd. Eventually ceph-deploy
needs to be smarter of only installing ceph-mon or ceph-osd when a
host needs it, but for now just install both.
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
Travis Rhoden [Thu, 19 Feb 2015 03:52:18 +0000 (22:52 -0500)]
Enable check_obsoletes for CentOS and RHEL
We previously enabled this Yum plugin config flag for Fedora, but
recent changes in the EPEL packaging make it necessary for CentOS
and RHEL (when using upstream packages) as well.
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
Travis Rhoden [Sat, 31 Jan 2015 00:26:53 +0000 (19:26 -0500)]
Merge pull request #259 from ktdreyer/wip-packaging-rm-rhel-pyver
ceph-deploy.spec: remove %{pyver} references
Reviewed-by: Travis Rhoden <trhoden@redhat.com>
Ken Dreyer [Fri, 30 Jan 2015 22:45:32 +0000 (15:45 -0700)]
ceph-deploy.spec: remove %{pyver} references
The %{pyver} RPM macro is not present on Red Hat-based systems. It was
removed for SUSE as a part of commit
83070c14f1682e3b6eb7f45f43ba6afda6f026a4 . Remove it for RHEL also.
This fixes a problem where "rpm -qp --requires
ceph-deploy-1.5.21-0.noarch.rpm" would show that the binary RPM
literally required "python >= %{pyver}".
Alfredo Deza [Fri, 9 Jan 2015 22:58:05 +0000 (17:58 -0500)]
Merge pull request #258 from trhoden/10476
Enable check_obsoletes in Fedora
Travis Rhoden [Fri, 9 Jan 2015 17:50:33 +0000 (17:50 +0000)]
doc: Add justification for check_obsoletes
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
Travis Rhoden [Fri, 9 Jan 2015 16:19:24 +0000 (16:19 +0000)]
Enable check_obsoletes in Fedora
Since Fedora ships downstream RPMs that obsolete
python-ceph, those RPMs will be pulled in to resolve
dependencies instead of those hosted by ceph.com, leading
to package errors.
To prevent this, enable check_obsoletes in the Yum
priorities plugin.
Fixes: 10476
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
Travis Rhoden [Mon, 5 Jan 2015 19:01:53 +0000 (14:01 -0500)]
Merge pull request #256 from ktdreyer/rpmlint-fixes
rpmlint fixes
Ken Dreyer [Fri, 2 Jan 2015 22:57:01 +0000 (15:57 -0700)]
ceph-deploy.spec: quote RPM macros in comments
Prior to this commit, RPM would expand the macros that were present in
the comment.
Use a double percent sign to quote the macros so that RPM will not expand
them.
This fixes the following rpmlint warnings:
ceph-deploy.spec:60: W: macro-in-comment %setup
ceph-deploy.spec:60: W: macro-in-comment %{name}
More information from rpmlint's "-I" (help) command:
$ rpmlint -I macro-in-comment
macro-in-comment:
There is a unescaped macro after a shell style comment in the
specfile. Macros are expanded everywhere, so check if it can cause a
problem in this case and escape the macro with another leading % if
appropriate.
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
Ken Dreyer [Fri, 2 Jan 2015 22:54:31 +0000 (15:54 -0700)]
ceph-deploy.spec: use spaces instead of tabs
This fixes the following rpmlint warning:
ceph-deploy.spec:15: W: mixed-use-of-spaces-and-tabs (spaces: line 15,
tab: line 13)
More information from rpmlint's "-I" (help) command:
$ rpmlint -I mixed-use-of-spaces-and-tabs
mixed-use-of-spaces-and-tabs:
The specfile mixes use of spaces and tabs for indentation, which is a
cosmetic annoyance. Use either spaces or tabs for indentation, not
both.
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
Alfredo Deza [Fri, 2 Jan 2015 17:46:25 +0000 (12:46 -0500)]
Merge pull request #255 from trhoden/doc_repo
doc: update README to not install from ceph-extras
Travis Rhoden [Fri, 2 Jan 2015 17:38:22 +0000 (12:38 -0500)]
doc: update README to not install from ceph-extras
Update doc to remove reference to ceph-extras for RPM and DEB
repos. ceph-deploy is no longer pushed to the ceph-extras repo
and hasn't been for some time. If users are not installing from
PyPI, they should be using either the testing or release repo
of their choice for ceph.
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
Jenkins [Wed, 10 Dec 2014 15:05:42 +0000 (07:05 -0800)]
1.5.21
Travis Rhoden [Wed, 10 Dec 2014 14:54:40 +0000 (09:54 -0500)]
Bump version
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
Travis Rhoden [Wed, 10 Dec 2014 14:53:50 +0000 (09:53 -0500)]
Update changelog
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
Alfredo Deza [Tue, 2 Dec 2014 16:59:23 +0000 (11:59 -0500)]
Merge pull request #250 from trhoden/10043
Return non-zero exit status when gatherkeys fails
Travis Rhoden [Tue, 18 Nov 2014 20:21:37 +0000 (20:21 +0000)]
Return non-zero when gatherkeys fails
Immediately abort and exit when a needed key cannot be found
on the list of given hosts.
Define a new exception, KeyNotFoundError, and raise that from
gatherkeys() when the requested file does not exist on any of
the given hosts to try. Since we now raise an exception on
error, there is no longer any need to return a value from
gatherkeys().
Fixes: 10043
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
Travis Rhoden [Tue, 18 Nov 2014 17:27:04 +0000 (17:27 +0000)]
Import from ceph_deploy package instead of . in gatherkeys.py
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
Alfredo Deza [Wed, 19 Nov 2014 19:34:56 +0000 (14:34 -0500)]
Merge pull request #252 from trhoden/10137
default to giant when installing
Travis Rhoden [Wed, 19 Nov 2014 14:42:07 +0000 (09:42 -0500)]
default to giant when installing
Fixes: 10137
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
Ken Dreyer [Wed, 19 Nov 2014 16:06:39 +0000 (09:06 -0700)]
Merge pull request #253 from trhoden/doc
Point to ceph-deploy tracker instead of devops
Travis Rhoden [Wed, 19 Nov 2014 15:33:11 +0000 (10:33 -0500)]
Point to ceph-deploy tracker instead of devops
Modify README and docs to point to the ceph-deploy bug tracker
now that it is its own project instead of within devops.
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
Alfredo Deza [Wed, 19 Nov 2014 12:36:30 +0000 (07:36 -0500)]
Merge pull request #251 from trhoden/10133
Fix string compare for distro during EPEL install
Travis Rhoden [Tue, 18 Nov 2014 22:11:17 +0000 (17:11 -0500)]
Fix string compare for distro during EPEL install
Use distro.normalized_name instead of
distro.name.lower
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
Jenkins [Thu, 13 Nov 2014 16:08:46 +0000 (08:08 -0800)]
1.5.20
Travis Rhoden [Thu, 13 Nov 2014 16:02:53 +0000 (11:02 -0500)]
Bump version
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
Travis Rhoden [Wed, 12 Nov 2014 19:44:52 +0000 (14:44 -0500)]
Update changelog
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
Alfredo Deza [Mon, 10 Nov 2014 16:09:38 +0000 (11:09 -0500)]
remove commented out cruft in scripts/
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
Alfredo Deza [Mon, 10 Nov 2014 14:14:08 +0000 (09:14 -0500)]
build packages are on parent dir
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
Alfredo Deza [Mon, 10 Nov 2014 14:07:20 +0000 (09:07 -0500)]
there is no need to move the repo builds
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
Alfredo Deza [Fri, 7 Nov 2014 21:21:06 +0000 (16:21 -0500)]
jenkins: remove build directory cd
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
Alfredo Deza [Wed, 29 Oct 2014 18:25:06 +0000 (14:25 -0400)]
bump the remoto requirement to 0.0.23
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
Jenkins [Wed, 29 Oct 2014 14:19:41 +0000 (07:19 -0700)]
1.5.19
Alfredo Deza [Tue, 28 Oct 2014 20:27:51 +0000 (16:27 -0400)]
update the changelog
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
Alfredo Deza [Tue, 28 Oct 2014 18:37:10 +0000 (14:37 -0400)]
bump the version
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
Zack Cerza [Mon, 27 Oct 2014 20:05:07 +0000 (14:05 -0600)]
Merge pull request #249 from alfredodeza/9530
create the temporary file in /etc/ceph so that SELinux is happy
Alfredo Deza [Mon, 27 Oct 2014 18:52:38 +0000 (14:52 -0400)]
create the temporary file in /etc/ceph so that SELinux is happy
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
Alfredo Deza [Thu, 23 Oct 2014 20:34:04 +0000 (16:34 -0400)]
add a title to the changelog
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
Jenkins [Thu, 9 Oct 2014 17:37:06 +0000 (10:37 -0700)]
1.5.18
Alfredo Deza [Thu, 9 Oct 2014 17:33:21 +0000 (13:33 -0400)]
bump the version
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
Alfredo Deza [Thu, 9 Oct 2014 17:32:58 +0000 (13:32 -0400)]
update the changelog
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
Jenkins [Thu, 9 Oct 2014 16:38:44 +0000 (09:38 -0700)]
1.5.18
Zack Cerza [Thu, 9 Oct 2014 16:28:30 +0000 (10:28 -0600)]
Merge pull request #248 from alfredodeza/9662
create a `{cluster}.mon.keyring` file if it doesn't exist
Alfredo Deza [Thu, 9 Oct 2014 14:20:26 +0000 (10:20 -0400)]
create a mon keyring if not found when deploying a mon
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
Alfredo Deza [Thu, 9 Oct 2014 14:19:56 +0000 (10:19 -0400)]
create a mon keyring in a helper function
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
Alfredo Deza [Thu, 9 Oct 2014 14:04:17 +0000 (10:04 -0400)]
create a utility to read and return file contents
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
Alfredo Deza [Wed, 8 Oct 2014 12:42:29 +0000 (08:42 -0400)]
Merge pull request #247 from thesues/master
Put distro.conn.exit to the end of function
Dongmao Zhang [Wed, 8 Oct 2014 08:38:40 +0000 (16:38 +0800)]
Put distro.conn.exit to the end of function
system.enable_service(distro.conn) is still needing the connection.
Signed-off-by: Dongmao Zhang <deanraccoon@gmail.com>
Jenkins [Mon, 6 Oct 2014 16:15:34 +0000 (09:15 -0700)]
1.5.17
Alfredo Deza [Mon, 6 Oct 2014 16:11:52 +0000 (12:11 -0400)]
bump the version for init
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
Alfredo Deza [Mon, 6 Oct 2014 16:11:24 +0000 (12:11 -0400)]
update the changelog
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>