]> git.apps.os.sepia.ceph.com Git - ceph.git/log
ceph.git
5 years agoMerge pull request #34054 from Gopi-Patta/wip-gopi-rbd rh-nautilus
rakeshgm [Thu, 19 Mar 2020 10:03:11 +0000 (15:33 +0530)]
Merge pull request #34054 from Gopi-Patta/wip-gopi-rbd

Script for supporting both 7.7 & 8.1

5 years agoScript for supporting both 7.7 & 8.1 34054/head
Gopi-Patta [Thu, 19 Mar 2020 05:47:01 +0000 (01:47 -0400)]
Script for supporting both 7.7 & 8.1

5 years agoMerge pull request #33568 from julpark-rh/done_data_pool
rakeshgm [Mon, 9 Mar 2020 03:28:00 +0000 (08:58 +0530)]
Merge pull request #33568 from julpark-rh/done_data_pool

Done data pool

5 years agoMerge pull request #33567 from julpark-rh/done_huge_tickets
rakeshgm [Tue, 3 Mar 2020 09:07:25 +0000 (14:37 +0530)]
Merge pull request #33567 from julpark-rh/done_huge_tickets

rbd_huge_tickets added the image-feature layering

5 years agoMerge pull request #33589 from julpark-rh/done_rbd_map_unmap
rakeshgm [Tue, 3 Mar 2020 09:01:22 +0000 (14:31 +0530)]
Merge pull request #33589 from julpark-rh/done_rbd_map_unmap

rbd_map_unmap, added the image-feature layering

5 years agoMerge pull request #33564 from julpark-rh/done_image_read
rakeshgm [Tue, 3 Mar 2020 08:58:43 +0000 (14:28 +0530)]
Merge pull request #33564 from julpark-rh/done_image_read

Adding image feature layering

5 years agoMerge pull request #33683 from TejasC88/wip-s3tests
rakeshgm [Tue, 3 Mar 2020 08:57:19 +0000 (14:27 +0530)]
Merge pull request #33683 from TejasC88/wip-s3tests

Force S3-tests to select ceph-nautilus branch for Nautilus runs.

5 years agoForce S3-tests to select ceph-nautilus branch for Nautilus runs. 33683/head
Tejas Chandramouli [Tue, 3 Mar 2020 05:37:40 +0000 (11:07 +0530)]
Force S3-tests to select ceph-nautilus branch for Nautilus runs.

Signed-off-by: Tejas Chandramouli <tchandra@tchandra.blr.csb>
5 years agoMerge pull request #33630 from hkadam134/rh-nautilus
rakeshgm [Fri, 28 Feb 2020 20:04:07 +0000 (01:34 +0530)]
Merge pull request #33630 from hkadam134/rh-nautilus

Rh nautilus

5 years agoRevert "renaming filestore to bluestore" 33630/head
hkadam134 [Fri, 28 Feb 2020 19:52:33 +0000 (14:52 -0500)]
Revert "renaming filestore to bluestore"

This reverts commit 3cc18300db97fba4e9c3c3f131a9519e5187de5a.

5 years agoRevert "mon/MDSMonitor: warn when creating fs with default EC data pool"
hkadam134 [Fri, 28 Feb 2020 19:41:15 +0000 (14:41 -0500)]
Revert "mon/MDSMonitor: warn when creating fs with default EC data pool"

This reverts commit eacd25629785e32b6853bbaf9afc95199aa67163.

5 years agoMerge pull request #33416 from julpark-rh/done_krbd_namespaces
rakeshgm [Fri, 28 Feb 2020 19:39:39 +0000 (01:09 +0530)]
Merge pull request #33416 from julpark-rh/done_krbd_namespaces

Editting python3 syntax and image-featrue layering

5 years agorenaming filestore to bluestore 33629/head
hkadam134 [Fri, 28 Feb 2020 10:32:14 +0000 (05:32 -0500)]
renaming filestore to bluestore

Signed-off-by: hkadam134 <hyelloji@redhat.com>
5 years agorbd_map_unmap, added the image-feature layering 33589/head
julpark-rh [Thu, 27 Feb 2020 21:33:27 +0000 (13:33 -0800)]
rbd_map_unmap, added the image-feature layering

5 years agoremoving the image-feature for img0 33568/head
julpark-rh [Wed, 26 Feb 2020 23:34:50 +0000 (15:34 -0800)]
removing the image-feature for img0

5 years agorbd_huge_tickets added the image-feature layering 33567/head
julpark-rh [Wed, 26 Feb 2020 22:39:12 +0000 (14:39 -0800)]
rbd_huge_tickets added the image-feature layering

5 years agokrdb_data_pool python3 syntax and adding the image-feautre
julpark-rh [Wed, 26 Feb 2020 21:24:15 +0000 (13:24 -0800)]
krdb_data_pool python3 syntax and adding the image-feautre

5 years agoAdding image feature layering 33564/head
julpark-rh [Wed, 26 Feb 2020 18:48:35 +0000 (10:48 -0800)]
Adding image feature layering

Signed-off-by: julpark-rh <yonhyun@gmail.com>
5 years agoqa: add tests for adding EC data pools
Patrick Donnelly [Fri, 13 Dec 2019 00:43:14 +0000 (16:43 -0800)]
qa: add tests for adding EC data pools

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
5 years agomon/MDSMonitor: warn when creating fs with default EC data pool
Patrick Donnelly [Thu, 7 Nov 2019 22:12:03 +0000 (14:12 -0800)]
mon/MDSMonitor: warn when creating fs with default EC data pool

Rationale can be found in [1]. Point is that EC pools incur a
significant performance penalty when dealing with small files and xattr
updates. This is because _every_ inode has a corresponding data pool
object with backtrace information stored in its xattr.

[1] doc/cephfs/createfs.rst

Fixes: https://tracker.ceph.com/issues/42450
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
5 years agoqa: force creation of fs with EC default data pool
Patrick Donnelly [Fri, 20 Dec 2019 20:57:31 +0000 (12:57 -0800)]
qa: force creation of fs with EC default data pool

In the future, we should add the EC data pool as a supplementary data
pool but that requires a mount to setup which is awkward in the code
here. When cephfs-shell is more widely available, this will be easier.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
5 years agoEditting python3 syntax and image-featrue layering 33416/head
julpark-rh [Wed, 19 Feb 2020 21:01:41 +0000 (13:01 -0800)]
Editting python3 syntax and image-featrue layering

Signed-off-by: julpark-rh <yonhyun@gmail.com>
5 years agoMerge pull request #33319 from preethisn/wip-p
Vasu Kulkarni [Mon, 17 Feb 2020 19:03:30 +0000 (11:03 -0800)]
Merge pull request #33319 from preethisn/wip-p

setting up bluestore values

5 years agoMerge pull request #33251 from Gopi-Patta/wip-gopi-nbd
Vasu Kulkarni [Mon, 17 Feb 2020 19:02:15 +0000 (11:02 -0800)]
Merge pull request #33251 from Gopi-Patta/wip-gopi-nbd

removing ubuntu related  workload folder

5 years agoremoving the bluestore-xfs.yaml file 33319/head
preethisn [Mon, 17 Feb 2020 08:32:11 +0000 (03:32 -0500)]
removing the bluestore-xfs.yaml file

Signed-off-by: preethisn <preethisn88@gmail.com>
5 years agosetting up bluestore values
preethisn [Fri, 14 Feb 2020 11:26:02 +0000 (06:26 -0500)]
setting up bluestore values

Signed-off-by: preethisn <preethisn88@gmail.com>
5 years agoMerge pull request #33192 from harishmunjulur/rbdbugfixes
Vasu Kulkarni [Thu, 13 Feb 2020 22:34:47 +0000 (14:34 -0800)]
Merge pull request #33192 from harishmunjulur/rbdbugfixes

Using nosetests-3 to fix "nosetests:command not found" error

5 years agoqa:Using python3 -m nose for "nosetests:command not found" error 33192/head
harishmunjulur [Wed, 12 Feb 2020 20:25:45 +0000 (12:25 -0800)]
qa:Using python3 -m nose for "nosetests:command not found" error

On bionic "nosetests3" and on el "nosetests-3/nosetests-3.6" use neither.
Rhel 7.7 does not support python3 using nosetests.

Signed-off-by: harishmunjulur <harishmunjulur@gmail.com>
5 years agoremoving ubuntu related workload folder 33251/head
Gopi-Patta [Wed, 12 Feb 2020 15:46:19 +0000 (10:46 -0500)]
removing ubuntu related  workload folder

5 years agoUsing python3 -m nose for "nosetests:command not found" error. On bionic "nosetests3...
harishmunjulur [Mon, 10 Feb 2020 23:49:54 +0000 (15:49 -0800)]
Using python3 -m nose for "nosetests:command not found" error. On bionic "nosetests3" and on el "nosetests-3/nosetests-3.6" use neither.

Signed-off-by: harishmunjulur <harishmunjulur@gmail.com>
5 years agoUsing nosetests-3 to fix "nosetests:command not found" error
harishmunjulur [Mon, 10 Feb 2020 20:47:30 +0000 (12:47 -0800)]
Using nosetests-3 to fix "nosetests:command not found" error

Signed-off-by: harishmunjulur <harishmunjulur@gmail.com>
5 years agoMerge pull request #33102 from hkadam134/fs-ec-fix
rakeshgm [Thu, 6 Feb 2020 08:10:01 +0000 (13:40 +0530)]
Merge pull request #33102 from hkadam134/fs-ec-fix

deleting distros

5 years agodeleting distros 33102/head
hkadam134 [Tue, 4 Feb 2020 08:27:54 +0000 (03:27 -0500)]
deleting distros

Signed-off-by: hkadam134 <hyelloji@redhat.com>
5 years agoMerge pull request #32509 from ceph/revert-32264-WIP-removedistro
racpatel [Mon, 6 Jan 2020 20:04:09 +0000 (01:34 +0530)]
Merge pull request #32509 from ceph/revert-32264-WIP-removedistro

Revert "[qa]: Removing distros othern than rhel 7.x and rhel 8.x"

5 years agoRevert "[qa]: Removing distros othern than rhel 7.x and rhel 8.x" 32509/head
racpatel [Mon, 6 Jan 2020 20:03:38 +0000 (01:33 +0530)]
Revert "[qa]: Removing distros othern than rhel 7.x and rhel 8.x"

5 years agoMerge pull request #32264 from racpatel/WIP-removedistro
racpatel [Mon, 6 Jan 2020 19:43:05 +0000 (01:13 +0530)]
Merge pull request #32264 from racpatel/WIP-removedistro

[qa]: Removing distros othern than rhel 7.x and rhel 8.x

5 years agoMerge pull request #32468 from Manohar-Murthy/wip-manohar
rakeshgm [Fri, 3 Jan 2020 06:12:27 +0000 (11:42 +0530)]
Merge pull request #32468 from Manohar-Murthy/wip-manohar

removing unnecessary ubuntu,centos distros

5 years agoremoving unnecessary ubuntu distros 32468/head
mmurthy [Thu, 12 Dec 2019 09:49:08 +0000 (04:49 -0500)]
removing unnecessary ubuntu distros

5 years agoMerge pull request #32330 from racpatel/wip-centosremove
Vasu Kulkarni [Wed, 18 Dec 2019 17:28:01 +0000 (09:28 -0800)]
Merge pull request #32330 from racpatel/wip-centosremove

[qa] : removing centos related TestCases

5 years agoMerge pull request #32329 from racpatel/wip-hardcodeos
Vasu Kulkarni [Wed, 18 Dec 2019 17:27:46 +0000 (09:27 -0800)]
Merge pull request #32329 from racpatel/wip-hardcodeos

[qa] : removing ubuntu specific test cases - rbd-nbd

5 years agoMerge pull request #32328 from racpatel/wip-ubunturemove
Vasu Kulkarni [Wed, 18 Dec 2019 17:26:19 +0000 (09:26 -0800)]
Merge pull request #32328 from racpatel/wip-ubunturemove

[qa] cephfs-shell is only available as a package on Ubuntu so removing for RHEL

5 years agoremove centos reference 32330/head
Rachanaben Patel [Wed, 18 Dec 2019 09:35:15 +0000 (15:05 +0530)]
remove centos reference

Signed-off-by: Rachanaben Patel <racpatel@redhat.com>
5 years agoMerge pull request #32306 from racpatel/wip-removeubuntu
Vasu Kulkarni [Tue, 17 Dec 2019 20:13:07 +0000 (12:13 -0800)]
Merge pull request #32306 from racpatel/wip-removeubuntu

 removeing ubuntu

5 years agoremove references to os_type "centos"
Rachanaben Patel [Tue, 17 Dec 2019 19:20:49 +0000 (00:50 +0530)]
remove references to os_type "centos"

Signed-off-by: Rachanaben Patel <racpatel@redhat.com>
5 years agoremoving ubuntu specific test cases - rbd-nbd 32329/head
Rachanaben Patel [Tue, 17 Dec 2019 19:16:45 +0000 (00:46 +0530)]
removing ubuntu specific test cases - rbd-nbd

Signed-off-by: Rachanaben Patel <racpatel@redhat.com>
5 years agocephfs-shell is only available as a package on Ubuntu, removing 32328/head
Rachanaben Patel [Tue, 17 Dec 2019 19:06:44 +0000 (00:36 +0530)]
cephfs-shell is only available as a package on Ubuntu, removing
test case as its not applicable to RHEL

Signed-off-by: Rachanaben Patel <racpatel@redhat.com>
5 years ago removeing ubuntu 32306/head
Rachanaben Patel [Tue, 17 Dec 2019 18:41:18 +0000 (00:11 +0530)]
 removeing ubuntu

Signed-off-by: Rachanaben Patel <racpatel@redhat.com>
5 years agoRemoving distros othern than rhel 7.x and rhel 8.x 32264/head
Rachanaben Patel [Mon, 16 Dec 2019 03:50:05 +0000 (09:20 +0530)]
Removing distros othern than rhel 7.x and rhel 8.x

Signed-off-by: Rachanaben Patel <racpatel@redhat.com>
5 years agoMerge pull request #32156 from racpatel/WIP-fsfix
Vasu Kulkarni [Tue, 10 Dec 2019 21:33:37 +0000 (13:33 -0800)]
Merge pull request #32156 from racpatel/WIP-fsfix

qa: fix suite config for cephfs/bugs

5 years agoqa: fix malformed suite config 32156/head
Rachanaben Patel [Tue, 10 Dec 2019 19:03:33 +0000 (00:33 +0530)]
qa: fix malformed suite config

Signed-off-by: Rachanaben Patel <racpatel@redhat.com>
5 years agoMerge branch 'rh-nautilus' of https://github.com/ceph/ceph into rh-nautilus
Rachanaben Patel [Tue, 10 Dec 2019 18:59:05 +0000 (00:29 +0530)]
Merge branch 'rh-nautilus' of https://github.com/ceph/ceph into rh-nautilus

5 years agoMerge pull request #32147 from TejasC88/wip-ubuntu-remove
rakeshgm [Tue, 10 Dec 2019 16:50:53 +0000 (22:20 +0530)]
Merge pull request #32147 from TejasC88/wip-ubuntu-remove

Changes to remove references to os_type "ubuntu" and "centos" hardcode

5 years agoMerge branch 'wip-ubuntu-remove' of https://github.com/TejasC88/ceph into wip-ubuntu... 32147/head
Tejas Chandramouli [Tue, 10 Dec 2019 16:37:33 +0000 (22:07 +0530)]
Merge branch 'wip-ubuntu-remove' of https://github.com/TejasC88/ceph into wip-ubuntu-remove

5 years agoChanges to remove references to os_type "ubuntu" and "centos" hardcodings
Tejas Chandramouli [Tue, 10 Dec 2019 13:35:56 +0000 (19:05 +0530)]
Changes to remove references to os_type "ubuntu" and "centos" hardcodings

Signed-off-by: TejasC88 <tchandra@redhat.com>
5 years agoChanges to remove references to os_type "ubuntu" and "centos" hardcodings
Tejas Chandramouli [Tue, 10 Dec 2019 13:35:56 +0000 (19:05 +0530)]
Changes to remove references to os_type "ubuntu" and "centos" hardcodings

5 years agoMerge pull request #31939 from TejasC88/wip-tejas2
rakeshgm [Tue, 3 Dec 2019 07:45:04 +0000 (13:15 +0530)]
Merge pull request #31939 from TejasC88/wip-tejas2

symlink to add beast.yaml to rgw singleton suite

5 years agosymlink to add beast.yaml to rgw singleton suite 31939/head
Tejas Chandramouli [Mon, 2 Dec 2019 13:44:39 +0000 (19:14 +0530)]
symlink to add beast.yaml to rgw singleton suite

5 years agoMerge pull request #31820 from racpatel/rh-nautilus
racpatel [Fri, 22 Nov 2019 19:10:07 +0000 (11:10 -0800)]
Merge pull request #31820 from racpatel/rh-nautilus

removing radom-distro$

5 years agoremoving random-distro
Rachanaben Patel [Fri, 22 Nov 2019 18:46:01 +0000 (10:46 -0800)]
removing random-distro
Merge branch 'rh-nautilus' of https://github.com/ceph/ceph into rh-nautilus

5 years agoremoving radom-distro$ 31820/head
Rachanaben Patel [Fri, 22 Nov 2019 18:42:28 +0000 (10:42 -0800)]
removing radom-distro$

5 years agoMerge pull request #31803 from racpatel/WIP-PythonTOsh
rakeshgm [Fri, 22 Nov 2019 09:48:33 +0000 (15:18 +0530)]
Merge pull request #31803 from racpatel/WIP-PythonTOsh

[qa] fixing 'python -c' in tasks/ceph.manager.py so it works for python 2 and python 3

5 years ago[qa] fixing 'python -c' in tasks so it works for python 2 and python 3 both 31803/head
Rachanaben Patel [Fri, 22 Nov 2019 05:06:32 +0000 (21:06 -0800)]
[qa] fixing 'python -c' in tasks so it works for python 2 and python 3 both

Signed-off-by: Rachanaben Patel <racpatel@redhat.com>
5 years agoMerge pull request #31634 from rakeshgm/rh-nautilus
racpatel [Thu, 14 Nov 2019 23:14:36 +0000 (15:14 -0800)]
Merge pull request #31634 from rakeshgm/rh-nautilus

distro changes

5 years agoremoved random distro softlink 31634/head
rakeshgm [Thu, 14 Nov 2019 12:26:34 +0000 (17:56 +0530)]
removed random distro softlink

Signed-off-by: rakeshgm <rakeshgm014@gmail.com>
5 years agoadded rhel_7.7 distro yaml
rakeshgm [Thu, 14 Nov 2019 09:48:40 +0000 (15:18 +0530)]
added rhel_7.7 distro yaml

Signed-off-by: rakeshgm <rakeshgm014@gmail.com>
5 years agoMerge pull request #31423 from rakeshgm/add-rhbuild-version
rakeshgm [Tue, 5 Nov 2019 17:43:21 +0000 (23:13 +0530)]
Merge pull request #31423 from rakeshgm/add-rhbuild-version

Add rhbuild versions file

5 years agoadded rhbuild supported verisions 31423/head
rakeshgm [Tue, 5 Nov 2019 17:36:44 +0000 (23:06 +0530)]
added rhbuild supported verisions

Signed-off-by: rakeshgm <rakeshgm014@gmail.com>
5 years agoMerge pull request #31395 from racpatel/WIP-ConfigDownStream
racpatel [Tue, 5 Nov 2019 04:41:07 +0000 (20:41 -0800)]
Merge pull request #31395 from racpatel/WIP-ConfigDownStream

[qa] : added downstream_config dir

5 years agoadded downstream_config dir 31395/head
Rachanaben Patel [Tue, 5 Nov 2019 04:38:44 +0000 (20:38 -0800)]
added downstream_config dir

Signed-off-by: Rachanaben Patel <racpatel@redhat.com>
5 years agoMerge pull request #31391 from racpatel/WIP-rhel8rpm
racpatel [Tue, 5 Nov 2019 00:51:27 +0000 (16:51 -0800)]
Merge pull request #31391 from racpatel/WIP-rhel8rpm

[qa] : added rhel8 rpm

5 years agoadded rhel8 rpm 31391/head
racpatel [Mon, 4 Nov 2019 23:56:34 +0000 (15:56 -0800)]
added rhel8 rpm

Signed-off-by: Rachanaben Patel <racpatel@redhat.com>
5 years agoMerge pull request #31390 from racpatel/WIP-rmUnsupported
racpatel [Tue, 5 Nov 2019 00:23:26 +0000 (16:23 -0800)]
Merge pull request #31390 from racpatel/WIP-rmUnsupported

added/removed supported distros softlinks

5 years agoadded/removed supported distros softlinks 31390/head
racpatel [Mon, 4 Nov 2019 23:56:34 +0000 (15:56 -0800)]
added/removed supported distros softlinks

Signed-off-by: Rachanaben Patel <racpatel@redhat.com>
5 years agoMerge pull request #31389 from racpatel/WIP-rhel8Latest
racpatel [Mon, 4 Nov 2019 23:56:34 +0000 (15:56 -0800)]
Merge pull request #31389 from racpatel/WIP-rhel8Latest

rhel 8.0 is latest

5 years agorhel 8.0 is latest now 31389/head
racpatel [Mon, 4 Nov 2019 23:07:45 +0000 (15:07 -0800)]
rhel 8.0 is latest now

Signed-off-by: Rachanaben Patel <racpatel@redhat.com>
5 years agoMerge pull request #31388 from ceph/revert-31386-WIP-rhel8-latest
racpatel [Mon, 4 Nov 2019 23:07:45 +0000 (15:07 -0800)]
Merge pull request #31388 from ceph/revert-31386-WIP-rhel8-latest

Revert "rhel 8.0 is latest now"

5 years agoRevert "rhel 8.0 is latest now" 31388/head
racpatel [Mon, 4 Nov 2019 23:06:47 +0000 (15:06 -0800)]
Revert "rhel 8.0 is latest now"

5 years agoMerge pull request #31386 from racpatel/WIP-rhel8-latest
racpatel [Mon, 4 Nov 2019 22:50:34 +0000 (14:50 -0800)]
Merge pull request #31386 from racpatel/WIP-rhel8-latest

rhel 8.0 is latest now

5 years agorhel 8.0 is latest now 31386/head
racpatel [Wed, 30 Oct 2019 03:56:55 +0000 (20:56 -0700)]
rhel 8.0 is latest now

Signed-off-by: Rachanaben Patel <racpatel@redhat.com>
5 years agoMerge pull request #31237 from racpatel/WIP-nautilus-rhel8distro
racpatel [Wed, 30 Oct 2019 03:56:55 +0000 (20:56 -0700)]
Merge pull request #31237 from racpatel/WIP-nautilus-rhel8distro

added rhel_8 distro yamls

5 years agoadded rhel_8 distro yamls 31237/head
Rachanaben Patel [Wed, 30 Oct 2019 02:05:48 +0000 (19:05 -0700)]
added rhel_8 distro yamls

5 years ago14.2.4 v14.2.4
Alfredo Deza [Fri, 13 Sep 2019 18:07:41 +0000 (14:07 -0400)]
14.2.4

5 years agoceph-volume tests create a test file for checking unicode output
Alfredo Deza [Mon, 9 Sep 2019 22:55:13 +0000 (18:55 -0400)]
ceph-volume tests create a test file for checking unicode output

Signed-off-by: Alfredo Deza <adeza@redhat.com>
5 years agoceph-volume tests create a shell test for functional unicode
Alfredo Deza [Mon, 9 Sep 2019 22:54:51 +0000 (18:54 -0400)]
ceph-volume tests create a shell test for functional unicode

Signed-off-by: Alfredo Deza <adeza@redhat.com>
5 years agoceph-volume tests verify new logging fallback and encodings in terminal
Alfredo Deza [Mon, 9 Sep 2019 19:20:13 +0000 (15:20 -0400)]
ceph-volume tests verify new logging fallback and encodings in terminal

Signed-off-by: Alfredo Deza <adeza@redhat.com>
5 years agoceph-volume create a logger for the terminal
Alfredo Deza [Mon, 9 Sep 2019 17:44:17 +0000 (13:44 -0400)]
ceph-volume create a logger for the terminal

Signed-off-by: Alfredo Deza <adeza@redhat.com>
5 years agoceph-volume: instantiate the new terminal logger in main()
Alfredo Deza [Mon, 9 Sep 2019 17:44:36 +0000 (13:44 -0400)]
ceph-volume: instantiate the new terminal logger in main()

Signed-off-by: Alfredo Deza <adeza@redhat.com>
5 years agoceph-volume terminal remove unicode stream handler
Alfredo Deza [Mon, 9 Sep 2019 17:45:08 +0000 (13:45 -0400)]
ceph-volume terminal remove unicode stream handler

This caused problems in environments where stderr was redirected, since
stderr sets the encoding to None. Getting it back again allows
everything to work correctly, and keeps all the current unit tests
passing

Signed-off-by: Alfredo Deza <adeza@redhat.com>
5 years ago14.2.3 v14.2.3
Jenkins Build Slave User [Tue, 3 Sep 2019 13:19:58 +0000 (13:19 +0000)]
14.2.3

5 years agoMerge pull request #29945 from trociny/wip-41475-nautilus
Yuri Weinstein [Thu, 29 Aug 2019 14:43:24 +0000 (07:43 -0700)]
Merge pull request #29945 from trociny/wip-41475-nautilus

nautilus: pybind/mgr/rbd_support: ignore missing support for RBD namespaces

Reviewed-by: Jason Dillaman <dillaman@redhat.com>
5 years agoMerge pull request #29975 from theanalyst/nautilus-beast-endpoint-fix
Yuri Weinstein [Thu, 29 Aug 2019 14:42:53 +0000 (07:42 -0700)]
Merge pull request #29975 from theanalyst/nautilus-beast-endpoint-fix

nautilus: rgw: asio: check the remote endpoint before processing requests

Reviewed-by: Casey Bodley <cbodley@redhat.com>
5 years agoMerge pull request #29977 from yuriw/wip-yuriw-41513-nautilus
Yuri Weinstein [Wed, 28 Aug 2019 19:03:15 +0000 (12:03 -0700)]
Merge pull request #29977 from yuriw/wip-yuriw-41513-nautilus

qa/tests: adding mgr.x into the restart/upgrade sequence before monitors

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
5 years agoqa/tests: adding mgr.x into the restart/upgrade sequence before monitors 29977/head
Yuri Weinstein [Wed, 28 Aug 2019 18:49:59 +0000 (11:49 -0700)]
qa/tests: adding mgr.x into the restart/upgrade sequence before monitors

Fixes: https://tracker.ceph.com/issues/41513
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
5 years agorgw: asio: check the remote endpoint before processing requests 29975/head
Abhishek Lekshmanan [Wed, 7 Aug 2019 15:09:32 +0000 (17:09 +0200)]
rgw: asio: check the remote endpoint before processing requests

`socket.remote_endpoint()` can throw exceptions corresponding to errors in the
`getpeername` syscall, make sure these are handled.

Fixes: CVE-2019-10222, https://tracker.ceph.com/issues/40018
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
(cherry picked from commit caa653196856ecdf50519a9a33195d5c4e3372af)

Conflicts:
src/rgw/rgw_asio_frontend.cc
conflicts due to missing yield ctx in nautilus

5 years agopybind/mgr/rbd_support: ignore missing OSD support for RBD namespaces 29945/head
Jason Dillaman [Wed, 31 Jul 2019 18:19:28 +0000 (14:19 -0400)]
pybind/mgr/rbd_support: ignore missing OSD support for RBD namespaces

During upgrades, the OSDs might not yet have been upgraded yet and
therefore might be missing namespace support.

Fixes: https://tracker.ceph.com/issues/41029
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 10c0c806819741012e1c440c38fac17682125d9a)

5 years agopybind/rbd: new OperationNotSupported exception
Jason Dillaman [Wed, 31 Jul 2019 18:13:54 +0000 (14:13 -0400)]
pybind/rbd: new OperationNotSupported exception

This will help catch errors where the backing OSDs do not support
a given RBD feature.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 97c1a120b7e7d934dd5d2456fd1fb4c1d0e891ec)

5 years agoMerge pull request #29918 from badone/wip-nautilus-tracker-41518-grafana-server
Yuri Weinstein [Tue, 27 Aug 2019 18:38:58 +0000 (11:38 -0700)]
Merge pull request #29918 from badone/wip-nautilus-tracker-41518-grafana-server

nautilus: qa/ceph-ansible: Disable dashboard

Reviewed-by: Yuri Weinstein <yweinste@redhat.com>
5 years agoMerge pull request #29899 from alfredodeza/nautilus-rm41378
Alfredo Deza [Tue, 27 Aug 2019 11:48:27 +0000 (07:48 -0400)]
Merge pull request #29899 from alfredodeza/nautilus-rm41378

nautilus ceph-volume tests set the noninteractive flag for Debian

Reviewed-by: Andrew Schoen <aschoen@redhat.com>
5 years agonautilus: qa/ceph-ansible: Disable dashboard 29918/head
Brad Hubbard [Tue, 27 Aug 2019 03:50:47 +0000 (13:50 +1000)]
nautilus: qa/ceph-ansible: Disable dashboard

Recently a dashboard playbook was added which will fail without a
grafana server so disabling the dashboard

Fixes: https://tracker.ceph.com/issues/41521
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
(cherry picked from commit 131f5a145adf21d402e39ac2c151664eb8ccec76)

5 years agoceph-volume tests set the noninteractive flag for Debian, to avoid prompts in apt 29899/head
Alfredo Deza [Wed, 21 Aug 2019 18:15:32 +0000 (14:15 -0400)]
ceph-volume tests set the noninteractive flag for Debian, to avoid prompts in apt

Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 89231c9a60a46ba0691f787efbfe5ab35f05c679)