]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/log
ceph-deploy.git
9 years ago[RM-17107] hosts.centos: use ceph.target for systemd and is_systemd util for detection
Alfredo Deza [Tue, 23 Aug 2016 20:50:48 +0000 (16:50 -0400)]
[RM-17107] hosts.centos: use ceph.target for systemd and is_systemd util for detection

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoMerge pull request #416 from ceph/RM-17086
vasukulkarni [Fri, 19 Aug 2016 23:34:39 +0000 (16:34 -0700)]
Merge pull request #416 from ceph/RM-17086

[RM-17086] osd: use load_raw for reading/writing ceph conf

9 years ago[RM-17086] osd: use load_raw for reading/writing ceph conf 416/head
Alfredo Deza [Fri, 19 Aug 2016 23:30:48 +0000 (19:30 -0400)]
[RM-17086] osd: use load_raw for reading/writing ceph conf

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoMerge pull request #415 from minshenglin/RM-17053
Alfredo Deza [Thu, 18 Aug 2016 12:11:59 +0000 (08:11 -0400)]
Merge pull request #415 from minshenglin/RM-17053

[RM-17053] cleanup: using load_raw to replace old practice

9 years ago[RM-17053] cleanup: using load_raw to replace old practice 415/head
Vincent [Wed, 17 Aug 2016 03:14:44 +0000 (11:14 +0800)]
[RM-17053] cleanup: using load_raw to replace old practice

Signed-off-by: MinSheng Lin <minsheng.l@inwinstack.com>
9 years ago1.5.35 v1.5.35
Jenkins Build Slave User [Mon, 15 Aug 2016 13:15:02 +0000 (13:15 +0000)]
1.5.35

9 years agoMerge pull request #414 from ceph/RM-17024
Alfredo Deza [Mon, 15 Aug 2016 12:56:11 +0000 (08:56 -0400)]
Merge pull request #414 from ceph/RM-17024

release 1.5.35

9 years ago[RM-17024] ceph_deploy: bump to 1.5.35 414/head
Alfredo Deza [Mon, 15 Aug 2016 12:49:41 +0000 (08:49 -0400)]
[RM-17024] ceph_deploy: bump to 1.5.35

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years ago[RM-17024] docs: update changelog for 1.5.35
Alfredo Deza [Mon, 15 Aug 2016 12:47:55 +0000 (08:47 -0400)]
[RM-17024] docs: update changelog for 1.5.35

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoMerge pull request #413 from SUSE/wip_zypper
Alfredo Deza [Fri, 12 Aug 2016 14:17:32 +0000 (10:17 -0400)]
Merge pull request #413 from SUSE/wip_zypper

RM-16979 zypper fix for remove

9 years ago[RM-16979] Change test to use check function. 413/head
Owen Synge [Wed, 10 Aug 2016 14:58:31 +0000 (16:58 +0200)]
[RM-16979] Change test to use check function.

Check function testable in same way as run function.

Signed-off-by: Owen Synge <osynge@suse.com>
9 years ago[RM-16979] Change use of check function.
Owen Synge [Wed, 10 Aug 2016 14:56:48 +0000 (16:56 +0200)]
[RM-16979] Change use of check function.

Check function should be testable in same way as run function.

Signed-off-by: Owen Synge <osynge@suse.com>
9 years ago[RM-16979] ceph_deploy.util.pkg_managers: Fix zypper handling
Owen Synge [Wed, 18 May 2016 13:10:57 +0000 (15:10 +0200)]
[RM-16979] ceph_deploy.util.pkg_managers: Fix zypper handling

zypper can safely ignore non installed packages, with the --ignore-unknown
option.

Signed-off-by: Owen Synge <osynge@suse.com>
9 years ago[RM-16979] zypper remove each package separately
Owen Synge [Tue, 17 May 2016 12:44:44 +0000 (14:44 +0200)]
[RM-16979] zypper remove each package separately

We ca not remove multiple packages with zypper in one line. as if a package is
not available in a repository, zypper will abort immediately rather than remove
the packages it was instructed to remove.

Signed-off-by: Owen Synge <osynge@suse.com>
9 years ago[RM-16979] zypper handle ZYPPER_EXIT_INF_CAP_NOT_FOUND return code
Owen Synge [Fri, 26 Feb 2016 12:20:44 +0000 (07:20 -0500)]
[RM-16979] zypper handle ZYPPER_EXIT_INF_CAP_NOT_FOUND return code

When removing package(s) with zypper, that are (all) installed zypper may
succeed and return 0, but when any package(s) are not present before requesting
them to be removed zypper will return 104 on success.

The function remoto.process.run raises a "RuntimeError" exception when the
command does not return 0 in the form:

    RuntimeError("Failed to execute command: %s" % " ".join(cmd))

Hence to maintain the expected behaviour, remoto.process.check is used, and the
error code is checked, and if it does not match 0 or 104 the exception is
raised.

Signed-off-by: Owen Synge <osynge@suse.com>
9 years agoMerge pull request #410 from ieth0/ieth0-patch-1
Alfredo Deza [Wed, 13 Jul 2016 15:57:57 +0000 (11:57 -0400)]
Merge pull request #410 from ieth0/ieth0-patch-1

modify sysvinit if condition

9 years agoMerge pull request #411 from arvimal/master
Alfredo Deza [Mon, 11 Jul 2016 13:40:03 +0000 (09:40 -0400)]
Merge pull request #411 from arvimal/master

[RM-16651] Installs `diamond` while executing `ceph-deploy calamari c…

9 years ago[RM-16651] Installs `diamond` while executing `ceph-deploy calamari connect`. 411/head
Vimal [Thu, 7 Jul 2016 12:34:10 +0000 (18:04 +0530)]
[RM-16651] Installs `diamond` while executing `ceph-deploy calamari connect`.

Fixes http://tracker.ceph.com/issues/16651

`ceph-deploy calamari connect` does not install `diamond`.

This patch tries to fix it by calling `distro.pkg.install()`
for `diamond`.

Signed-off-by: Vimal <arvimal@yahoo.in>
9 years agomodify sysvinit if condition 410/head
Amin Shayan [Sat, 9 Jul 2016 19:37:34 +0000 (00:07 +0430)]
modify sysvinit if condition

If ceph packages aren't installed on the host with systemd preinstalled, script will return sysvinit instead of systemd which is invalid.

9 years agoMerge pull request #407 from ceph/wip-ubuntu-package-split
Alfredo Deza [Wed, 29 Jun 2016 20:49:04 +0000 (16:49 -0400)]
Merge pull request #407 from ceph/wip-ubuntu-package-split

Handle ubuntu package split for ceph-osd and ceph-mon

9 years agoMerge pull request #409 from ceph/RM-16533
vasukulkarni [Wed, 29 Jun 2016 20:27:25 +0000 (13:27 -0700)]
Merge pull request #409 from ceph/RM-16533

[RM-16533] install: define gpgcheck always

9 years ago[RM-16533] install: define gpgcheck always 409/head
Alfredo Deza [Wed, 29 Jun 2016 20:23:43 +0000 (16:23 -0400)]
[RM-16533] install: define gpgcheck always

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoMerge pull request #404 from gaowanlong/nogpgcheck
Alfredo Deza [Wed, 29 Jun 2016 13:27:17 +0000 (09:27 -0400)]
Merge pull request #404 from gaowanlong/nogpgcheck

Add the --nogpgcheck option

9 years ago[RM-16524] Add the --nogpgcheck option 404/head
Wanlong Gao [Wed, 15 Jun 2016 03:00:57 +0000 (11:00 +0800)]
[RM-16524] Add the --nogpgcheck option

I met the deploy failure with local mirror and the official gpgkeys,
the error is like:

[node-1][WARNIN]  Failing package is: 1:librbd1-0.94.6-0.el7.x86_64
[node-1][WARNIN]  GPG Keys are configured as: file:///opt/ceph-deploy/repo/release.asc

Anyway, I do not care the gpg keys but want to install successfully
without gpgcheck.

Signed-off-by: Wanlong Gao <wanlong.gao@easystack.cn>
9 years ago[BZ-1349999] Handle package split for ubuntu 407/head
Vasu Kulkarni [Fri, 24 Jun 2016 19:57:33 +0000 (12:57 -0700)]
[BZ-1349999] Handle package split for ubuntu

ceph is now split into ceph-base, ceph-mon and ceph-osd

Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
9 years agoMerge pull request #406 from ceph/RM-16452
Alfredo Deza [Thu, 23 Jun 2016 15:08:59 +0000 (11:08 -0400)]
Merge pull request #406 from ceph/RM-16452

[RM-16452] docs: include gatherkeys.rst in the toctree as well

9 years ago[RM-16452] docs: include gatherkeys.rst in the toctree as well 406/head
Alfredo Deza [Thu, 23 Jun 2016 15:07:56 +0000 (11:07 -0400)]
[RM-16452] docs: include gatherkeys.rst in the toctree as well

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoMerge pull request #405 from ceph/RM-16452
Alfredo Deza [Thu, 23 Jun 2016 15:06:32 +0000 (11:06 -0400)]
Merge pull request #405 from ceph/RM-16452

[RM-16452] docs: include admin.rst in the toctree

9 years ago[RM-16452] docs: include admin.rst in the toctree 405/head
Alfredo Deza [Thu, 23 Jun 2016 15:02:34 +0000 (11:02 -0400)]
[RM-16452] docs: include admin.rst in the toctree

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoMerge pull request #388 from BlaXpirit/RM-15016
Josh Durgin [Wed, 22 Jun 2016 20:52:57 +0000 (13:52 -0700)]
Merge pull request #388 from BlaXpirit/RM-15016

[RM-15016] Python 3 Compatibility

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
9 years ago[RM-15016] Bump remoto requirement to 0.0.29 wip-15016 388/head
Oleh Prypin [Mon, 20 Jun 2016 21:11:51 +0000 (00:11 +0300)]
[RM-15016] Bump remoto requirement to 0.0.29

Signed-off-by: Oleh Prypin <oleh@pryp.in>
9 years ago[RM-15016] Rework the bootstrap script to properly install Python 3 on CentOS
Oleh Prypin [Thu, 16 Jun 2016 10:45:23 +0000 (13:45 +0300)]
[RM-15016] Rework the bootstrap script to properly install Python 3 on CentOS

Signed-off-by: Oleh Prypin <oleh@pryp.in>
9 years agoMerge pull request #402 from gaowanlong/master
Alfredo Deza [Tue, 14 Jun 2016 15:05:19 +0000 (11:05 -0400)]
Merge pull request #402 from gaowanlong/master

Fix rsync username when using local_mirror

9 years agoFix rsync username when using local_mirror 402/head
Wanlong Gao [Tue, 14 Jun 2016 10:41:56 +0000 (18:41 +0800)]
Fix rsync username when using local_mirror

We should use the configured username for rsync to connect
to the remote host.

Signed-off-by: Wanlong Gao <wanlong.gao@easystack.cn>
9 years ago[RM-15016] Opt out of a backwards-incompatible change in configparser
Oleh Prypin [Thu, 9 Jun 2016 13:46:09 +0000 (16:46 +0300)]
[RM-15016] Opt out of a backwards-incompatible change in configparser

Signed-off-by: Oleh Prypin <oleh@pryp.in>
9 years agoMerge branch 'master' into RM-15016
Oleh Prypin [Thu, 9 Jun 2016 12:40:26 +0000 (15:40 +0300)]
Merge branch 'master' into RM-15016

9 years ago[RM-15016] Allow selecting Python version in bootstrap script
Oleh Prypin [Thu, 26 May 2016 20:55:38 +0000 (23:55 +0300)]
[RM-15016] Allow selecting Python version in bootstrap script

Signed-off-by: Oleh Prypin <oleh@pryp.in>
9 years ago[RM-15016] Fix Python 3 compatibility after merge of RM-15451
Oleh Prypin [Wed, 25 May 2016 15:52:09 +0000 (18:52 +0300)]
[RM-15016] Fix Python 3 compatibility after merge of RM-15451

Signed-off-by: Oleh Prypin <oleh@pryp.in>
9 years agoMerge branch 'master' into RM-15016
Oleh Prypin [Thu, 9 Jun 2016 12:34:19 +0000 (15:34 +0300)]
Merge branch 'master' into RM-15016

9 years ago[RM-15016] Add py34 to tox config
Oleh Prypin [Mon, 23 May 2016 17:26:41 +0000 (20:26 +0300)]
[RM-15016] Add py34 to tox config

Signed-off-by: Oleh Prypin <oleh@pryp.in>
9 years ago[RM-15016] Fixes related to changes in argparse's behavior
Oleh Prypin [Mon, 23 May 2016 17:26:40 +0000 (20:26 +0300)]
[RM-15016] Fixes related to changes in argparse's behavior

* No error when passing an incomplete command:
  http://bugs.python.org/issue9253#msg186387
* Different error message for too few arguments
* Different output stream for version number

Signed-off-by: Oleh Prypin <oleh@pryp.in>
9 years ago[RM-15016] Make usage of bytes vs strings compatible with Python 3
Oleh Prypin [Mon, 23 May 2016 17:26:37 +0000 (20:26 +0300)]
[RM-15016] Make usage of bytes vs strings compatible with Python 3

Signed-off-by: Oleh Prypin <oleh@pryp.in>
9 years ago1.5.34 v1.5.34
Jenkins [Tue, 7 Jun 2016 17:06:34 +0000 (17:06 +0000)]
1.5.34

9 years agoMerge pull request #401 from ceph/RM-16181
Alfredo Deza [Tue, 7 Jun 2016 17:04:37 +0000 (13:04 -0400)]
Merge pull request #401 from ceph/RM-16181

release 1.5.34

9 years ago[RM-16181] bump to 1.5.34 401/head
Alfredo Deza [Tue, 7 Jun 2016 17:03:20 +0000 (13:03 -0400)]
[RM-16181] bump to 1.5.34

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years ago[RM-16181] update the changelog
Alfredo Deza [Tue, 7 Jun 2016 17:02:58 +0000 (13:02 -0400)]
[RM-16181] update the changelog

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoMerge pull request #400 from ceph/RM-14099
Andrew Schoen [Mon, 6 Jun 2016 21:07:57 +0000 (16:07 -0500)]
Merge pull request #400 from ceph/RM-14099

partx/partprobe calls are no longer needed when zapping

9 years ago[RM-14099] osd: partx/partprobe calls are no longer needed when zapping. ceph-disk... RM-14099 400/head
Alfredo Deza [Mon, 6 Jun 2016 20:42:27 +0000 (16:42 -0400)]
[RM-14099] osd: partx/partprobe calls are no longer needed when zapping. ceph-disk does it

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoMerge pull request #399 from ceph/RM-16140
Sage Weil [Fri, 3 Jun 2016 12:56:10 +0000 (08:56 -0400)]
Merge pull request #399 from ceph/RM-16140

remove the ability to use ext4 in ceph-deploy

Reviewed-by: Sage Weil <sage@redhat.com>
9 years ago[RM-16140] tests: test btrfs instead of ext4 399/head
Alfredo Deza [Fri, 3 Jun 2016 12:46:46 +0000 (08:46 -0400)]
[RM-16140] tests: test btrfs instead of ext4

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years ago[RM-16140] tests: remove osd ext4 tests
Alfredo Deza [Fri, 3 Jun 2016 12:46:26 +0000 (08:46 -0400)]
[RM-16140] tests: remove osd ext4 tests

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years ago[RM-16140] osd: remove ability to pick ext4
Alfredo Deza [Fri, 3 Jun 2016 12:43:04 +0000 (08:43 -0400)]
[RM-16140] osd: remove ability to pick ext4

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoMerge pull request #387 from SUSE/wip-fix-mon-install-suse
Alfredo Deza [Tue, 31 May 2016 17:47:16 +0000 (13:47 -0400)]
Merge pull request #387 from SUSE/wip-fix-mon-install-suse

Fix mon install suse

9 years agoceph_deploy.tests.unit.hosts.test_suse: Fix default init 387/head
Owen Synge [Thu, 26 May 2016 12:39:03 +0000 (14:39 +0200)]
ceph_deploy.tests.unit.hosts.test_suse: Fix default init

The default init system for SUSE should be systemd, as all future releases of
SUSE are expected to be based upon systemd

Signed-off-by: Owen Synge <osynge@suse.com>
9 years ago[RM-14740] rcceph is no longer used with (open)SUSE
Owen Synge [Thu, 11 Feb 2016 16:16:33 +0000 (17:16 +0100)]
[RM-14740] rcceph is no longer used with (open)SUSE

rcceph is no longer used with (open)SUSE and has been removd from ceph upstream.
Hence it is best to start the services directly and make the service start code
identical to Fedora.

Signed-off-by: Owen Synge <osynge@suse.com>
9 years ago[RM-14742] Set default init to systemd for (open)SUSE
Owen Synge [Thu, 11 Feb 2016 16:12:37 +0000 (17:12 +0100)]
[RM-14742] Set default init to systemd for (open)SUSE

(open)SUSE is now using systemd moving forward, this patch corrects behavior
on Tumbleweed and LEAP

openSUSE Tumbleweed distribution is a pure rolling release version of openSUSE
running the latest packages.

openSUSE LEAP is a rolling release version of openSUSE based on SUSE linux
Enterprise.

Signed-off-by: Owen Synge <osynge@suse.com>
9 years agoMerge pull request #393 from SUSE/fix-remove-ceph-create-keys-dep
Alfredo Deza [Tue, 24 May 2016 16:11:24 +0000 (12:11 -0400)]
Merge pull request #393 from SUSE/fix-remove-ceph-create-keys-dep

[RM-15451] Gather keys directly from the mon

9 years agoceph_deploy.tests.test_gather_keys_with_mon: Mock shortname 393/head
Owen Synge [Tue, 24 May 2016 09:20:01 +0000 (11:20 +0200)]
ceph_deploy.tests.test_gather_keys_with_mon: Mock shortname

Since gatherkeys now uses distro.conn.remote_module.shortname()
We need to mock this also.

Signed-off-by: Owen Synge <osynge@suse.com>
9 years agoceph_deploy.gatherkeys: Normalize hostname
Owen Synge [Mon, 23 May 2016 17:15:48 +0000 (19:15 +0200)]
ceph_deploy.gatherkeys: Normalize hostname

We should always use the short hostname for mon interactions.

Signed-off-by: Owen Synge <osynge@suse.com>
9 years agoceph_deploy.gatherkeys: logging mon error improvment
Owen Synge [Mon, 23 May 2016 15:28:37 +0000 (17:28 +0200)]
ceph_deploy.gatherkeys: logging mon error improvment

Improve logging message so it is clear the error is not connecting the mon

Signed-off-by: Owen Synge <osynge@suse.com>
9 years ago[fix-remove-ceph-create-keys-dep] ceph_deploy.gatherkeys: logging mon keyring location
Owen Synge [Mon, 23 May 2016 15:12:15 +0000 (17:12 +0200)]
[fix-remove-ceph-create-keys-dep] ceph_deploy.gatherkeys: logging mon keyring location

While testing we had issues finding the mon keyring.

Signed-off-by: Owen Synge <osynge@suse.com>
9 years ago[fix-remove-ceph-create-keys-dep_cp] docs.source.index: Update basic install
Owen Synge [Fri, 20 May 2016 11:34:16 +0000 (13:34 +0200)]
[fix-remove-ceph-create-keys-dep_cp] docs.source.index: Update basic install

Updated the basic install instructions.

(1) Added a creating a new configuration section.
(2) Added reference to the 'new' subcommand
(3) Added reference to the 'mon' subcommand
(4) Improved Gather keys
(5) Added reference to the 'gatherkeys' subcommand
(6) Moved Admin hosts section as now it is more important.
(7) Added reference to the 'admin' subcommand

The gatherkeys subcommand does not depend upon ceph-create-keys so does not
have to have the side effect of making mons admin nodes. To get this in I
must add documentation to ceph-deploy.

Signed-off-by: Owen Synge <osynge@suse.com>
9 years ago[fix-remove-ceph-create-keys-dep_cp] docs.source.mon: Add note on changed behavior
Owen Synge [Fri, 20 May 2016 11:29:08 +0000 (13:29 +0200)]
[fix-remove-ceph-create-keys-dep_cp] docs.source.mon: Add note on changed behavior

The gatherkeys subcommand does not depend upon ceph-create-keys so does not
have to have the side effect of making mons admin nodes.

Signed-off-by: Owen Synge <osynge@suse.com>
9 years ago[fix-remove-ceph-create-keys-dep_cp] docs.source.gatherkeys: Add gatherkeys documentation
Owen Synge [Fri, 20 May 2016 11:26:44 +0000 (13:26 +0200)]
[fix-remove-ceph-create-keys-dep_cp] docs.source.gatherkeys: Add gatherkeys documentation

The gatherkeys subcommand did not have and documentation.

Signed-off-by: Owen Synge <osynge@suse.com>
9 years ago[fix-remove-ceph-create-keys-dep_cp] docs.source.admin: Add admin documentation
Owen Synge [Fri, 20 May 2016 11:25:13 +0000 (13:25 +0200)]
[fix-remove-ceph-create-keys-dep_cp] docs.source.admin: Add admin documentation

The admin command did not have and documentation.

Signed-off-by: Owen Synge <osynge@suse.com>
9 years ago[fix-remove-ceph-create-keys-dep_cp] ceph_deploy.tests.test_gather_keys_missing:...
Owen Synge [Fri, 22 Apr 2016 15:09:53 +0000 (17:09 +0200)]
[fix-remove-ceph-create-keys-dep_cp] ceph_deploy.tests.test_gather_keys_missing: Remove unneeded imports

Remove unneeded imports

Signed-off-by: Owen Synge <osynge@suse.com>
9 years ago[fix-remove-ceph-create-keys-dep_cp] ceph_deploy.gatherkeys: use comma-separated...
Owen Synge [Fri, 22 Apr 2016 15:01:23 +0000 (17:01 +0200)]
[fix-remove-ceph-create-keys-dep_cp] ceph_deploy.gatherkeys: use comma-separated values in logs

It is prefured to use comma-separated values in logs

Signed-off-by: Owen Synge <osynge@suse.com>
9 years agoMerge pull request #398 from ceph/RM-15865
Alfredo Deza [Mon, 16 May 2016 17:41:02 +0000 (13:41 -0400)]
Merge pull request #398 from ceph/RM-15865

[RM-15865] bump the remoto requirement to 0.0.28

9 years ago[RM-15865] bump the remoto requirement to 0.0.28 398/head
Alfredo Deza [Mon, 16 May 2016 14:52:23 +0000 (10:52 -0400)]
[RM-15865] bump the remoto requirement to 0.0.28

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years ago1.5.33 v1.5.33
Jenkins Build Slave User [Fri, 22 Apr 2016 12:36:09 +0000 (12:36 +0000)]
1.5.33

9 years agoMerge pull request #397 from ceph/RM-15570
Alfredo Deza [Fri, 22 Apr 2016 12:34:41 +0000 (08:34 -0400)]
Merge pull request #397 from ceph/RM-15570

release 1.5.33

9 years ago[RM-15570] update the changelog RM-15570 397/head
Alfredo Deza [Fri, 22 Apr 2016 12:28:13 +0000 (08:28 -0400)]
[RM-15570] update the changelog

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years ago[RM-15570] bump to 1.5.33
Alfredo Deza [Fri, 22 Apr 2016 12:27:30 +0000 (08:27 -0400)]
[RM-15570] bump to 1.5.33

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoMerge pull request #396 from ceph/wip-jewel
Alfredo Deza [Thu, 21 Apr 2016 23:57:41 +0000 (19:57 -0400)]
Merge pull request #396 from ceph/wip-jewel

default to jewel

9 years agoinstall: default to jewel 396/head
Sage Weil [Thu, 21 Apr 2016 22:54:38 +0000 (18:54 -0400)]
install: default to jewel

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoMerge pull request #395 from BlaXpirit/RM-15018
Alfredo Deza [Thu, 14 Apr 2016 13:54:46 +0000 (09:54 -0400)]
Merge pull request #395 from BlaXpirit/RM-15018

[RM-15018] Remove broken 'mon create' unittest

9 years ago[RM-15018] Remove broken 'mon create' unittest 395/head
Oleh Prypin [Wed, 13 Apr 2016 19:21:53 +0000 (22:21 +0300)]
[RM-15018] Remove broken 'mon create' unittest

Signed-off-by: Oleh Prypin <oleh@pryp.in>
9 years ago1.5.32 v1.5.32
Jenkins [Wed, 13 Apr 2016 14:21:58 +0000 (14:21 +0000)]
1.5.32

9 years agoMerge pull request #394 from ceph/RM-15484
Alfredo Deza [Wed, 13 Apr 2016 14:17:33 +0000 (10:17 -0400)]
Merge pull request #394 from ceph/RM-15484

Get ready for releasing 1.5.32

9 years ago[RM-15484] bumd ceph-deploy version in __init__ RM-15484 394/head
Alfredo Deza [Wed, 13 Apr 2016 12:33:21 +0000 (08:33 -0400)]
[RM-15484] bumd ceph-deploy version in __init__

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years ago[RM-15484] update the changelog for 1.5.32
Alfredo Deza [Wed, 13 Apr 2016 12:32:52 +0000 (08:32 -0400)]
[RM-15484] update the changelog for 1.5.32

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoMerge pull request #391 from jordan41177/fix-function-name-of-osd-keyring-creation
Alfredo Deza [Fri, 8 Apr 2016 12:31:43 +0000 (08:31 -0400)]
Merge pull request #391 from jordan41177/fix-function-name-of-osd-keyring-creation

Fix the function name of osd keyring creation

9 years ago[RM-15409] Fix the function name of osd keyring creation 391/head
DesmondS [Fri, 8 Apr 2016 01:27:24 +0000 (09:27 +0800)]
[RM-15409] Fix the function name of osd keyring creation

Change the function name of "create_osd" to "create_osd_keyring".
This function just do:
1. Check the remote node's osd keyring exist or not
2. If not, it create one.
The original name would confused the developers.

Signed-off-by: DesmondS <jordanjimmy41177@gmail.com>
9 years agoMerge pull request #390 from vumrao/wip-vumrao-15112
Alfredo Deza [Tue, 15 Mar 2016 18:57:25 +0000 (14:57 -0400)]
Merge pull request #390 from vumrao/wip-vumrao-15112

[RM-15112] Rename ceph-deploy log file to ceph-deploy-${CLUSTER}.log

9 years ago[RM-15112] Rename ceph-deploy log file to ceph-deploy-${CLUSTER}.log 390/head
Vikhyat Umrao [Tue, 15 Mar 2016 12:38:33 +0000 (18:08 +0530)]
[RM-15112] Rename ceph-deploy log file to ceph-deploy-${CLUSTER}.log

This patch renames ceph-deploy log file to ceph-deploy-${CLUSTER}.log

Fixes: #15112
Signed-off-by: Vikhyat Umrao <vumrao@redhat.com>
9 years agoMerge pull request #389 from ceph/wip-bluestore
vasukulkarni [Fri, 11 Mar 2016 19:49:16 +0000 (11:49 -0800)]
Merge pull request #389 from ceph/wip-bluestore

osd,disk: add --bluestore flag

9 years agoosd,disk: add --bluestore flag 389/head
Sage Weil [Fri, 11 Mar 2016 18:50:25 +0000 (13:50 -0500)]
osd,disk: add --bluestore flag

This will pass --bluestore on to ceph-disk during the prepare/create
step.

Signed-off-by: Sage Weil <sage@redhat.com>
10 years agoMerge pull request #383 from mazebuhu/RM-13847
Alfredo Deza [Tue, 9 Feb 2016 17:11:28 +0000 (12:11 -0500)]
Merge pull request #383 from mazebuhu/RM-13847

[RM-13847] Using full paths to executables

10 years ago[RM-13847] Using full paths for partx and partprobe executables. 383/head
Martin Palma [Fri, 8 Jan 2016 13:17:20 +0000 (14:17 +0100)]
[RM-13847] Using full paths for partx and partprobe executables.

Signed-off-by: Martin Palma <martin@palma.bz>
10 years agoMerge pull request #386 from ceph/RM-14646
Sage Weil [Thu, 4 Feb 2016 20:03:42 +0000 (15:03 -0500)]
Merge pull request #386 from ceph/RM-14646

[RM-14646] check for upstart before checking for systemd

10 years ago[RM-14646] check for upstart before checking for systemd 386/head
Alfredo Deza [Thu, 4 Feb 2016 19:38:44 +0000 (14:38 -0500)]
[RM-14646] check for upstart before checking for systemd

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agoMerge pull request #384 from branto1/wip-disable-pkg-timeout
Alfredo Deza [Wed, 3 Feb 2016 21:39:11 +0000 (16:39 -0500)]
Merge pull request #384 from branto1/wip-disable-pkg-timeout

ceph-deploy: Disable timeout for pkg install/remove procedures

10 years ago[BZ-1302675] Disable timeout for pkg install/remove procedures 384/head
Boris Ranto [Tue, 2 Feb 2016 00:35:04 +0000 (01:35 +0100)]
[BZ-1302675] Disable timeout for pkg install/remove procedures

Do not timeout too early, here. If we use the pkg command to install
e.g. ceph-selinux or some other package with long post script we can
easily timeout in 5 minutes, disabling the timeout completely for the
pkg install procedure makes this much more safe.

The same holds for pkg removal.

Signed-off-by: Boris Ranto <branto@redhat.com>
10 years agoMerge pull request #385 from ceph/init-fallback
Sage Weil [Tue, 2 Feb 2016 17:29:16 +0000 (12:29 -0500)]
Merge pull request #385 from ceph/init-fallback

Init fallback for upstart

Reviewed-by: Sage Weil <sage@redhat.com>
10 years ago[BZ-1282484] use is_upstart detection on debian init check 385/head
Alfredo Deza [Tue, 2 Feb 2016 16:17:11 +0000 (11:17 -0500)]
[BZ-1282484] use is_upstart detection on debian init check

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years ago[BZ-1282484] tests for the new is_upstart utility
Alfredo Deza [Tue, 2 Feb 2016 12:59:37 +0000 (07:59 -0500)]
[BZ-1282484] tests for the new is_upstart utility

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years ago[BZ-1282484] use the new utility when trying to stop a monitor
Alfredo Deza [Tue, 2 Feb 2016 12:35:09 +0000 (07:35 -0500)]
[BZ-1282484] use the new utility when trying to stop a monitor

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years ago[BZ-1282484] create a utility to infer if a server uses upstart
Alfredo Deza [Tue, 2 Feb 2016 12:31:51 +0000 (07:31 -0500)]
[BZ-1282484] create a utility to infer if a server uses upstart

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agoMerge pull request #382 from vumrao/wip-vumrao-14355
Alfredo Deza [Wed, 13 Jan 2016 12:14:51 +0000 (07:14 -0500)]
Merge pull request #382 from vumrao/wip-vumrao-14355

[RM-14355] Remove "filestore xattr use omap = true"

10 years ago[RM-14355] Remove "filestore xattr use omap = true" 382/head
Vikhyat Umrao [Wed, 13 Jan 2016 11:06:23 +0000 (16:36 +0530)]
[RM-14355] Remove "filestore xattr use omap = true"

This patch removes option "filestore_xattr_use_omap"
from default ceph.conf global section,
as this option was removed in #7408.

Cleanup #14355

Signed-off-by: Vikhyat Umrao <vumrao@redhat.com>