From 2cef4caac45c9891d28f6386df955a97b761aed18e5a97f8472370533f11c2d0 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Wed, 14 Jun 2017 08:12:10 +0000 Subject: [PATCH 1/4] Accepting request 503615 from filesystems:ceph:luminous ceph osd df regression OBS-URL: https://build.opensuse.org/request/show/503615 OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=94 --- _servicedata | 2 +- ceph-12.0.3+git.1496909744.9f667dc335.tar.bz2 | 3 --- ceph-12.0.3+git.1497426468.6984d41b5d.tar.bz2 | 3 +++ ceph-test.changes | 15 +++++++++++++++ ceph-test.spec | 2 +- ceph.changes | 15 +++++++++++++++ ceph.spec | 2 +- 7 files changed, 36 insertions(+), 6 deletions(-) delete mode 100644 ceph-12.0.3+git.1496909744.9f667dc335.tar.bz2 create mode 100644 ceph-12.0.3+git.1497426468.6984d41b5d.tar.bz2 diff --git a/_servicedata b/_servicedata index 0d381aa..5849d74 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ git://github.com/SUSE/ceph.git - 9f667dc3351c4c5388389f825097d7e178f6177e \ No newline at end of file + 6984d41b5d142ce157216b6e757bcb547da2c7d2 \ No newline at end of file diff --git a/ceph-12.0.3+git.1496909744.9f667dc335.tar.bz2 b/ceph-12.0.3+git.1496909744.9f667dc335.tar.bz2 deleted file mode 100644 index 14956d4..0000000 --- a/ceph-12.0.3+git.1496909744.9f667dc335.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8522307cc99ecadc1c99f177e693a9d1011c941caf1ef684f7710359b9f880e9 -size 127006217 diff --git a/ceph-12.0.3+git.1497426468.6984d41b5d.tar.bz2 b/ceph-12.0.3+git.1497426468.6984d41b5d.tar.bz2 new file mode 100644 index 0000000..0c3065e --- /dev/null +++ b/ceph-12.0.3+git.1497426468.6984d41b5d.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33358f6da2c904b64b8325aa1b498f34eef3f67eb249c6b371dbce0f5710836e +size 127017792 diff --git a/ceph-test.changes b/ceph-test.changes index ab199a3..0acfc88 100644 --- a/ceph-test.changes +++ b/ceph-test.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Jun 14 08:00:43 UTC 2017 - ncutler@suse.com + +- Update to version 12.0.3+git.1497426468.6984d41b5d: + + qa: add initial deepsea suite (task and test yaml) + + fix "ceph osd df" (regression in latest upstream master) (pr#15675, issue#20256) + * mon: move creating_pgs and reweight_by_utilization into new MonPGStatService + * mon: move most PGMapStatService into PGMap; rename PGMon's to PGMonStatService + * mon: mgr: move 'osd df' handling to manager + * mon: inherit PGMonStatService from the PGMapStatService + * move the OSDUtilizationDumper code into OSDMap + * mon: mgr: enable "osd df" on the manager + * qa: add a check_commands.sh script which looks for commands with no tests + * qa: test 'osd df' in cephtool/test.sh + ------------------------------------------------------------------- Thu Jun 08 08:36:57 UTC 2017 - ncutler@suse.com diff --git a/ceph-test.spec b/ceph-test.spec index f43c5ec..ccf62de 100644 --- a/ceph-test.spec +++ b/ceph-test.spec @@ -69,7 +69,7 @@ # main package definition ################################################################################# Name: ceph-test -Version: 12.0.3+git.1496909744.9f667dc335 +Version: 12.0.3+git.1497426468.6984d41b5d Release: 0%{?dist} %if 0%{?fedora} || 0%{?rhel} Epoch: 1 diff --git a/ceph.changes b/ceph.changes index ab199a3..0acfc88 100644 --- a/ceph.changes +++ b/ceph.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Jun 14 08:00:43 UTC 2017 - ncutler@suse.com + +- Update to version 12.0.3+git.1497426468.6984d41b5d: + + qa: add initial deepsea suite (task and test yaml) + + fix "ceph osd df" (regression in latest upstream master) (pr#15675, issue#20256) + * mon: move creating_pgs and reweight_by_utilization into new MonPGStatService + * mon: move most PGMapStatService into PGMap; rename PGMon's to PGMonStatService + * mon: mgr: move 'osd df' handling to manager + * mon: inherit PGMonStatService from the PGMapStatService + * move the OSDUtilizationDumper code into OSDMap + * mon: mgr: enable "osd df" on the manager + * qa: add a check_commands.sh script which looks for commands with no tests + * qa: test 'osd df' in cephtool/test.sh + ------------------------------------------------------------------- Thu Jun 08 08:36:57 UTC 2017 - ncutler@suse.com diff --git a/ceph.spec b/ceph.spec index feea454..f25a27d 100644 --- a/ceph.spec +++ b/ceph.spec @@ -69,7 +69,7 @@ # main package definition ################################################################################# Name: ceph -Version: 12.0.3+git.1496909744.9f667dc335 +Version: 12.0.3+git.1497426468.6984d41b5d Release: 0%{?dist} %if 0%{?fedora} || 0%{?rhel} Epoch: 1 From 853fb92af7ecbf45bfbf8db3df300cce4c62297e31e546b550a8f3b539aca34c Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 16 Jun 2017 10:19:41 +0000 Subject: [PATCH 2/4] OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=95 --- _servicedata | 2 +- ceph-12.0.3+git.1496909744.9f667dc335.tar.bz2 | 3 +++ ceph-12.0.3+git.1497426468.6984d41b5d.tar.bz2 | 3 --- ceph-test.changes | 15 --------------- ceph-test.spec | 2 +- ceph.changes | 15 --------------- ceph.spec | 2 +- 7 files changed, 6 insertions(+), 36 deletions(-) create mode 100644 ceph-12.0.3+git.1496909744.9f667dc335.tar.bz2 delete mode 100644 ceph-12.0.3+git.1497426468.6984d41b5d.tar.bz2 diff --git a/_servicedata b/_servicedata index 5849d74..0d381aa 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ git://github.com/SUSE/ceph.git - 6984d41b5d142ce157216b6e757bcb547da2c7d2 \ No newline at end of file + 9f667dc3351c4c5388389f825097d7e178f6177e \ No newline at end of file diff --git a/ceph-12.0.3+git.1496909744.9f667dc335.tar.bz2 b/ceph-12.0.3+git.1496909744.9f667dc335.tar.bz2 new file mode 100644 index 0000000..14956d4 --- /dev/null +++ b/ceph-12.0.3+git.1496909744.9f667dc335.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8522307cc99ecadc1c99f177e693a9d1011c941caf1ef684f7710359b9f880e9 +size 127006217 diff --git a/ceph-12.0.3+git.1497426468.6984d41b5d.tar.bz2 b/ceph-12.0.3+git.1497426468.6984d41b5d.tar.bz2 deleted file mode 100644 index 0c3065e..0000000 --- a/ceph-12.0.3+git.1497426468.6984d41b5d.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33358f6da2c904b64b8325aa1b498f34eef3f67eb249c6b371dbce0f5710836e -size 127017792 diff --git a/ceph-test.changes b/ceph-test.changes index 0acfc88..ab199a3 100644 --- a/ceph-test.changes +++ b/ceph-test.changes @@ -1,18 +1,3 @@ -------------------------------------------------------------------- -Wed Jun 14 08:00:43 UTC 2017 - ncutler@suse.com - -- Update to version 12.0.3+git.1497426468.6984d41b5d: - + qa: add initial deepsea suite (task and test yaml) - + fix "ceph osd df" (regression in latest upstream master) (pr#15675, issue#20256) - * mon: move creating_pgs and reweight_by_utilization into new MonPGStatService - * mon: move most PGMapStatService into PGMap; rename PGMon's to PGMonStatService - * mon: mgr: move 'osd df' handling to manager - * mon: inherit PGMonStatService from the PGMapStatService - * move the OSDUtilizationDumper code into OSDMap - * mon: mgr: enable "osd df" on the manager - * qa: add a check_commands.sh script which looks for commands with no tests - * qa: test 'osd df' in cephtool/test.sh - ------------------------------------------------------------------- Thu Jun 08 08:36:57 UTC 2017 - ncutler@suse.com diff --git a/ceph-test.spec b/ceph-test.spec index ccf62de..f43c5ec 100644 --- a/ceph-test.spec +++ b/ceph-test.spec @@ -69,7 +69,7 @@ # main package definition ################################################################################# Name: ceph-test -Version: 12.0.3+git.1497426468.6984d41b5d +Version: 12.0.3+git.1496909744.9f667dc335 Release: 0%{?dist} %if 0%{?fedora} || 0%{?rhel} Epoch: 1 diff --git a/ceph.changes b/ceph.changes index 0acfc88..ab199a3 100644 --- a/ceph.changes +++ b/ceph.changes @@ -1,18 +1,3 @@ -------------------------------------------------------------------- -Wed Jun 14 08:00:43 UTC 2017 - ncutler@suse.com - -- Update to version 12.0.3+git.1497426468.6984d41b5d: - + qa: add initial deepsea suite (task and test yaml) - + fix "ceph osd df" (regression in latest upstream master) (pr#15675, issue#20256) - * mon: move creating_pgs and reweight_by_utilization into new MonPGStatService - * mon: move most PGMapStatService into PGMap; rename PGMon's to PGMonStatService - * mon: mgr: move 'osd df' handling to manager - * mon: inherit PGMonStatService from the PGMapStatService - * move the OSDUtilizationDumper code into OSDMap - * mon: mgr: enable "osd df" on the manager - * qa: add a check_commands.sh script which looks for commands with no tests - * qa: test 'osd df' in cephtool/test.sh - ------------------------------------------------------------------- Thu Jun 08 08:36:57 UTC 2017 - ncutler@suse.com diff --git a/ceph.spec b/ceph.spec index f25a27d..feea454 100644 --- a/ceph.spec +++ b/ceph.spec @@ -69,7 +69,7 @@ # main package definition ################################################################################# Name: ceph -Version: 12.0.3+git.1497426468.6984d41b5d +Version: 12.0.3+git.1496909744.9f667dc335 Release: 0%{?dist} %if 0%{?fedora} || 0%{?rhel} Epoch: 1 From 12621184c2f07ec3094d72216eca613b0844c7b35c7943760f4c9f7af679a2af Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Fri, 16 Jun 2017 10:29:47 +0000 Subject: [PATCH 3/4] Accepting request 504132 from filesystems:ceph Reset to rev 6d6163023f5f93d870c4d4f8c11de2a6 OBS-URL: https://build.opensuse.org/request/show/504132 OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=96 --- _servicedata | 2 +- ceph-12.0.3+git.1496909744.9f667dc335.tar.bz2 | 3 --- ceph-12.0.3+git.1497426468.6984d41b5d.tar.bz2 | 3 +++ ceph-test.changes | 15 +++++++++++++++ ceph-test.spec | 2 +- ceph.changes | 15 +++++++++++++++ ceph.spec | 2 +- 7 files changed, 36 insertions(+), 6 deletions(-) delete mode 100644 ceph-12.0.3+git.1496909744.9f667dc335.tar.bz2 create mode 100644 ceph-12.0.3+git.1497426468.6984d41b5d.tar.bz2 diff --git a/_servicedata b/_servicedata index 0d381aa..5849d74 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ git://github.com/SUSE/ceph.git - 9f667dc3351c4c5388389f825097d7e178f6177e \ No newline at end of file + 6984d41b5d142ce157216b6e757bcb547da2c7d2 \ No newline at end of file diff --git a/ceph-12.0.3+git.1496909744.9f667dc335.tar.bz2 b/ceph-12.0.3+git.1496909744.9f667dc335.tar.bz2 deleted file mode 100644 index 14956d4..0000000 --- a/ceph-12.0.3+git.1496909744.9f667dc335.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8522307cc99ecadc1c99f177e693a9d1011c941caf1ef684f7710359b9f880e9 -size 127006217 diff --git a/ceph-12.0.3+git.1497426468.6984d41b5d.tar.bz2 b/ceph-12.0.3+git.1497426468.6984d41b5d.tar.bz2 new file mode 100644 index 0000000..0c3065e --- /dev/null +++ b/ceph-12.0.3+git.1497426468.6984d41b5d.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33358f6da2c904b64b8325aa1b498f34eef3f67eb249c6b371dbce0f5710836e +size 127017792 diff --git a/ceph-test.changes b/ceph-test.changes index ab199a3..0acfc88 100644 --- a/ceph-test.changes +++ b/ceph-test.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Jun 14 08:00:43 UTC 2017 - ncutler@suse.com + +- Update to version 12.0.3+git.1497426468.6984d41b5d: + + qa: add initial deepsea suite (task and test yaml) + + fix "ceph osd df" (regression in latest upstream master) (pr#15675, issue#20256) + * mon: move creating_pgs and reweight_by_utilization into new MonPGStatService + * mon: move most PGMapStatService into PGMap; rename PGMon's to PGMonStatService + * mon: mgr: move 'osd df' handling to manager + * mon: inherit PGMonStatService from the PGMapStatService + * move the OSDUtilizationDumper code into OSDMap + * mon: mgr: enable "osd df" on the manager + * qa: add a check_commands.sh script which looks for commands with no tests + * qa: test 'osd df' in cephtool/test.sh + ------------------------------------------------------------------- Thu Jun 08 08:36:57 UTC 2017 - ncutler@suse.com diff --git a/ceph-test.spec b/ceph-test.spec index f43c5ec..ccf62de 100644 --- a/ceph-test.spec +++ b/ceph-test.spec @@ -69,7 +69,7 @@ # main package definition ################################################################################# Name: ceph-test -Version: 12.0.3+git.1496909744.9f667dc335 +Version: 12.0.3+git.1497426468.6984d41b5d Release: 0%{?dist} %if 0%{?fedora} || 0%{?rhel} Epoch: 1 diff --git a/ceph.changes b/ceph.changes index ab199a3..0acfc88 100644 --- a/ceph.changes +++ b/ceph.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Jun 14 08:00:43 UTC 2017 - ncutler@suse.com + +- Update to version 12.0.3+git.1497426468.6984d41b5d: + + qa: add initial deepsea suite (task and test yaml) + + fix "ceph osd df" (regression in latest upstream master) (pr#15675, issue#20256) + * mon: move creating_pgs and reweight_by_utilization into new MonPGStatService + * mon: move most PGMapStatService into PGMap; rename PGMon's to PGMonStatService + * mon: mgr: move 'osd df' handling to manager + * mon: inherit PGMonStatService from the PGMapStatService + * move the OSDUtilizationDumper code into OSDMap + * mon: mgr: enable "osd df" on the manager + * qa: add a check_commands.sh script which looks for commands with no tests + * qa: test 'osd df' in cephtool/test.sh + ------------------------------------------------------------------- Thu Jun 08 08:36:57 UTC 2017 - ncutler@suse.com diff --git a/ceph.spec b/ceph.spec index feea454..f25a27d 100644 --- a/ceph.spec +++ b/ceph.spec @@ -69,7 +69,7 @@ # main package definition ################################################################################# Name: ceph -Version: 12.0.3+git.1496909744.9f667dc335 +Version: 12.0.3+git.1497426468.6984d41b5d Release: 0%{?dist} %if 0%{?fedora} || 0%{?rhel} Epoch: 1 From 3c2aad66621cb56d54622ca98f4636cf6ddf3c6d7296b30eedd7f949d3804f68 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Fri, 23 Jun 2017 09:59:20 +0000 Subject: [PATCH 4/4] Accepting request 505854 from filesystems:ceph:luminous SES5 Milestone 7 OBS-URL: https://build.opensuse.org/request/show/505854 OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=97 --- _servicedata | 2 +- ceph-12.0.3+git.1497426468.6984d41b5d.tar.bz2 | 3 --- ceph-12.0.3+git.1498202776.b806032985.tar.bz2 | 3 +++ ceph-test.changes | 10 ++++++++++ ceph-test.spec | 2 +- ceph.changes | 10 ++++++++++ ceph.spec | 2 +- 7 files changed, 26 insertions(+), 6 deletions(-) delete mode 100644 ceph-12.0.3+git.1497426468.6984d41b5d.tar.bz2 create mode 100644 ceph-12.0.3+git.1498202776.b806032985.tar.bz2 diff --git a/_servicedata b/_servicedata index 5849d74..78af4c4 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ git://github.com/SUSE/ceph.git - 6984d41b5d142ce157216b6e757bcb547da2c7d2 \ No newline at end of file + b806032985d029d5ae667099b1a050e07516a96e \ No newline at end of file diff --git a/ceph-12.0.3+git.1497426468.6984d41b5d.tar.bz2 b/ceph-12.0.3+git.1497426468.6984d41b5d.tar.bz2 deleted file mode 100644 index 0c3065e..0000000 --- a/ceph-12.0.3+git.1497426468.6984d41b5d.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33358f6da2c904b64b8325aa1b498f34eef3f67eb249c6b371dbce0f5710836e -size 127017792 diff --git a/ceph-12.0.3+git.1498202776.b806032985.tar.bz2 b/ceph-12.0.3+git.1498202776.b806032985.tar.bz2 new file mode 100644 index 0000000..a4cdbcd --- /dev/null +++ b/ceph-12.0.3+git.1498202776.b806032985.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49f908485120588e0b85ed2281b423a12e30f5c552213c454f8f584cb4aaae67 +size 127011227 diff --git a/ceph-test.changes b/ceph-test.changes index 0acfc88..a07d509 100644 --- a/ceph-test.changes +++ b/ceph-test.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Jun 23 08:11:22 UTC 2017 - ncutler@suse.com + +- Update to version 12.0.3+git.1498202776.b806032985: + + Integration testing changes: + * add DeepSea integration suite test definitions for teuthology + * re-enable several RGW tests that upstream only runs on Ubuntu + + ceph_ver_hack.sh: use git describe --match + + ReplicatedPG: add CHECKSUM->CMPEXT req translation + ------------------------------------------------------------------- Wed Jun 14 08:00:43 UTC 2017 - ncutler@suse.com diff --git a/ceph-test.spec b/ceph-test.spec index ccf62de..9b33be2 100644 --- a/ceph-test.spec +++ b/ceph-test.spec @@ -69,7 +69,7 @@ # main package definition ################################################################################# Name: ceph-test -Version: 12.0.3+git.1497426468.6984d41b5d +Version: 12.0.3+git.1498202776.b806032985 Release: 0%{?dist} %if 0%{?fedora} || 0%{?rhel} Epoch: 1 diff --git a/ceph.changes b/ceph.changes index 0acfc88..a07d509 100644 --- a/ceph.changes +++ b/ceph.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Jun 23 08:11:22 UTC 2017 - ncutler@suse.com + +- Update to version 12.0.3+git.1498202776.b806032985: + + Integration testing changes: + * add DeepSea integration suite test definitions for teuthology + * re-enable several RGW tests that upstream only runs on Ubuntu + + ceph_ver_hack.sh: use git describe --match + + ReplicatedPG: add CHECKSUM->CMPEXT req translation + ------------------------------------------------------------------- Wed Jun 14 08:00:43 UTC 2017 - ncutler@suse.com diff --git a/ceph.spec b/ceph.spec index f25a27d..252fb4d 100644 --- a/ceph.spec +++ b/ceph.spec @@ -69,7 +69,7 @@ # main package definition ################################################################################# Name: ceph -Version: 12.0.3+git.1497426468.6984d41b5d +Version: 12.0.3+git.1498202776.b806032985 Release: 0%{?dist} %if 0%{?fedora} || 0%{?rhel} Epoch: 1