Project

General

Profile

Activity

From 07/26/2016 to 08/24/2016

08/24/2016

11:50 PM Revision 6e45ad2d (ceph-deploy): Merge pull request #418 from ceph/RM-16443
[RM-16443] gatherkeys: try getting an existing key without caps vasukulkarni
08:21 PM Bug #16443: ceph-deploy mon create-initial command failed with hammer version
Opened pull request: https://github.com/ceph/ceph-deploy/pull/418 Alfredo Deza
07:19 PM Revision 2e9e0f8c (ceph-deploy): [RM-16443] gatherkeys: try getting an existing key without caps
In case the key already exists but the caps do not match
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza

08/23/2016

08:59 PM Revision 2f0d8180 (ceph-deploy): Merge pull request #417 from ceph/RM-17107
better systemd/sysvinit checks for CentOS and RHEL vasukulkarni
08:53 PM Bug #17107 (In Progress): fix init for centos on hammer
Pull request opened https://github.com/ceph/ceph-deploy/pull/417 Alfredo Deza
07:15 PM Bug #17107 (Resolved): fix init for centos on hammer
on hammer ceph-deploy should use sysvinit instead of systemd. Vasu Kulkarni
08:51 PM Revision 8883162c (ceph-deploy): [RM-17107] hosts.rhel: detect if a remote node is systemd with t...
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
08:50 PM Revision f2e7f27a (ceph-deploy): [RM-17107] hosts.centos: use ceph.target for systemd and is_syst...
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza

08/22/2016

11:16 AM Bug #17086 (Resolved): osd creation broken after configuration cleanup
Pull request opened: https://github.com/ceph/ceph-deploy/pull/416
And merged with commit 5dde855 into master
Alfredo Deza

08/19/2016

11:34 PM Revision 5dde8550 (ceph-deploy): Merge pull request #416 from ceph/RM-17086
[RM-17086] osd: use load_raw for reading/writing ceph conf vasukulkarni
11:30 PM Revision 4c4aee62 (ceph-deploy): [RM-17086] osd: use load_raw for reading/writing ceph conf
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
11:27 PM Bug #17086 (Resolved): osd creation broken after configuration cleanup
Because we are trying to use `load_raw` vs what we had before, which conflicts and ceph-deploy thinks it
has somethi...
Alfredo Deza
10:52 PM Bug #17085 (Resolved): osd create fails
osd create is failing probably due to some recent updates https://github.com/ceph/ceph-deploy/pull/415?... Vasu Kulkarni

08/18/2016

12:11 PM Revision 930d682d (ceph-deploy): Merge pull request #415 from minshenglin/RM-17053
[RM-17053] cleanup: using load_raw to replace old practice Alfredo Deza

08/17/2016

05:59 AM Revision ef3b5126 (ceph-deploy): [RM-17053] cleanup: using load_raw to replace old practice
Signed-off-by: MinSheng Lin <minsheng.l@inwinstack.com> vincent han
03:02 AM Cleanup #17053 (New): load_raw method is more suitable for reading config file
load_raw method is added at https://github.com/ceph/ceph-deploy/pull/158,
it can be used to replace old practice whi...
min-sheng Lin

08/16/2016

01:45 PM Bug #13526 (Rejected): ceph-deploy should use repo instead of --dev-commit
Loïc Dachary

08/15/2016

01:31 PM Bug #17022 (Resolved): push latest version to pypi
1.5.34 and 1.5.35 has been pushed and released to PyPI.
http://tracker.ceph.com/issues/17024
Alfredo Deza
01:29 PM Bug #17024 (Resolved): release 1.5.35
merged commit 365acbe into master Alfredo Deza
12:51 PM Bug #17024 (In Progress): release 1.5.35
Opened pull request https://github.com/ceph/ceph-deploy/pull/414 Alfredo Deza
12:46 PM Bug #17024 (Resolved): release 1.5.35
Alfredo Deza
01:15 PM Revision 04fab2c5 (ceph-deploy): 1.5.35
Jenkins Build Slave User
12:56 PM Revision 365acbe4 (ceph-deploy): Merge pull request #414 from ceph/RM-17024
release 1.5.35 Alfredo Deza
12:49 PM Revision 3ba1a77f (ceph-deploy): [RM-17024] ceph_deploy: bump to 1.5.35
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
12:47 PM Revision 9ff52b90 (ceph-deploy): [RM-17024] docs: update changelog for 1.5.35
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza

08/12/2016

10:38 PM Bug #17022 (Resolved): push latest version to pypi
The latest version in GitHub is v1.5.34
The latest version at https://pypi.python.org/pypi/ceph-deploy is v1.5.33
...
Ken Dreyer
02:17 PM Revision 2dcafbd6 (ceph-deploy): Merge pull request #413 from SUSE/wip_zypper
RM-16979 zypper fix for remove Alfredo Deza

08/10/2016

03:10 PM Revision fbf4bf6e (ceph-deploy): [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>
Owen Synge
02:56 PM Revision d9114c04 (ceph-deploy): [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>
Owen Synge
12:59 PM Bug #16979: ceph-deploy purge fails with zypper if one package is missing.
See PR
https://jenkins.ceph.com/job/ceph-deploy-pull-requests/725/
Owen Synge
08:57 AM Bug #16979 (Closed): ceph-deploy purge fails with zypper if one package is missing.
Should for example the rpm 'ceph-radosgw' not be present the following command:
ceph-deploy purge ceph-node1
...
Owen Synge
11:08 AM Revision 3375c3ae (ceph-deploy): [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...
Owen Synge
11:07 AM Revision e3b73895 (ceph-deploy): [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 ...
Owen Synge
11:07 AM Revision 6b8b2285 (ceph-deploy): [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(...
Owen Synge

08/02/2016

08:00 AM Bug #16443: ceph-deploy mon create-initial command failed with hammer version
Eric Chen wrote:
> U could change the code on the gatherkeys.py file under the dir /usr/lib/python2.7/site-packages/...
Jie ZHU

07/26/2016

05:32 AM Bug #16814 (Closed): bootstrap-rgw keyring not found when create rgw with custom cluster name
hi,
i create an custom name cluster named cephcustom with command
ceph-deploy --cluster cephcustom new ceph14 c...
joke lee
 

Also available in: Atom