* v10.0.4 released
@ 2016-03-08 21:35 Sage Weil
2016-03-16 13:14 ` Loic Dachary
0 siblings, 1 reply; 6+ messages in thread
From: Sage Weil @ 2016-03-08 21:35 UTC (permalink / raw)
To: ceph-devel-u79uwXL29TY76Z2rM5mHXA, ceph-users-Qp0mS5GaXlQ,
ceph-maintainers-Qp0mS5GaXlQ, ceph-announce-Qp0mS5GaXlQ
[-- Attachment #1: Type: TEXT/PLAIN, Size: 844 bytes --]
This is the fourth and last development release before Jewel. The next
release will be a release candidate with the final set of features. Big
items include RGW static website support, librbd journal framework, fixed
mon sync of config-key data, C++11 updates, and bluestore/kstore.
Note that, due to general developer busyness, we aren’t building official
release packages for this dev release. You can fetch autobuilt gitbuilder
packages from the usual location (http://gitbuilder.ceph.com).
Notable Changes
---------------
http://ceph.com/releases/v10-0-4-released/
Getting Ceph
------------
* Git at git://github.com/ceph/ceph.git
* For packages, see http://ceph.com/docs/master/install/get-packages#add-ceph-development
* For ceph-deploy, see http://ceph.com/docs/master/install/install-ceph-deploy
[-- Attachment #2: Type: text/plain, Size: 187 bytes --]
_______________________________________________
Ceph-announce mailing list
Ceph-announce-idqoXFIVOFJgJs9I8MT0rw@public.gmane.org
http://lists.ceph.com/listinfo.cgi/ceph-announce-ceph.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: v10.0.4 released
2016-03-08 21:35 v10.0.4 released Sage Weil
@ 2016-03-16 13:14 ` Loic Dachary
[not found] ` <56E95C3C.7080907-cLsNCMjd+0JAfugRpC6u6w@public.gmane.org>
2016-03-16 15:10 ` Jens Rosenboom
0 siblings, 2 replies; 6+ messages in thread
From: Loic Dachary @ 2016-03-16 13:14 UTC (permalink / raw)
To: ceph-devel, ceph-users, ceph-maintainers, ceph-announce
Hi,
Because of a tiny mistake preventing deb packages to be built, v10.0.5 was released shortly after v10.0.4 and is now the current development release. The Stable release team[0] collectively decided to help by publishing development packages[1], starting with v10.0.5.
The packages for v10.0.5 are available at http://ceph-releases.dachary.org/ which can be used as a replacement for http://download.ceph.com/ for both http://download.ceph.com/rpm-testing and http://download.ceph.com/debian-testing . The only difference is the key used to sign the releases which can be imported with
wget -q -O- 'http://ceph-releases.dachary.org/release-key.asc' | sudo apt-key add -
or
rpm --import http://ceph-releases.dachary.org/release-key.asc
The instructions to install development packages found at http://docs.ceph.com/docs/master/install/get-packages/ can otherwise be applied with no change.
Cheers
[0] Stable release team http://tracker.ceph.com/projects/ceph-releases/wiki/HOWTO#Whos-who
[1] Publishing development releases http://comments.gmane.org/gmane.comp.file-systems.ceph.devel/30126
On 08/03/2016 22:35, Sage Weil wrote:
> This is the fourth and last development release before Jewel. The next
> release will be a release candidate with the final set of features. Big
> items include RGW static website support, librbd journal framework, fixed
> mon sync of config-key data, C++11 updates, and bluestore/kstore.
>
> Note that, due to general developer busyness, we aren’t building official
> release packages for this dev release. You can fetch autobuilt gitbuilder
> packages from the usual location (http://gitbuilder.ceph.com).
>
> Notable Changes
> ---------------
>
> http://ceph.com/releases/v10-0-4-released/
>
> Getting Ceph
> ------------
>
> * Git at git://github.com/ceph/ceph.git
> * For packages, see http://ceph.com/docs/master/install/get-packages#add-ceph-development
> * For ceph-deploy, see http://ceph.com/docs/master/install/install-ceph-deploy
>
--
Loïc Dachary, Artisan Logiciel Libre
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: v10.0.4 released
[not found] ` <56E95C3C.7080907-cLsNCMjd+0JAfugRpC6u6w@public.gmane.org>
@ 2016-03-16 14:01 ` Eric Eastman
[not found] ` <CA+9C14bozVMjVS+Z7hp+iqduJWgTwa7gt-vhB7cGBmKC_ORjYQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 6+ messages in thread
From: Eric Eastman @ 2016-03-16 14:01 UTC (permalink / raw)
To: Loic Dachary
Cc: Ceph Development, ceph-users, ceph-maintainers-Qp0mS5GaXlQ,
ceph-announce-Qp0mS5GaXlQ
[-- Attachment #1.1: Type: text/plain, Size: 2729 bytes --]
Thank you for doing this. It will make testing 10.0.x easier for all of us
in the field, and will make it easier to report bugs, as we will know that
the problems we find were not caused by our build process.
Eric
On Wed, Mar 16, 2016 at 7:14 AM, Loic Dachary <loic-cLsNCMjd+0JAfugRpC6u6w@public.gmane.org> wrote:
> Hi,
>
> Because of a tiny mistake preventing deb packages to be built, v10.0.5 was
> released shortly after v10.0.4 and is now the current development release.
> The Stable release team[0] collectively decided to help by publishing
> development packages[1], starting with v10.0.5.
>
> The packages for v10.0.5 are available at
> http://ceph-releases.dachary.org/ which can be used as a replacement for
> http://download.ceph.com/ for both http://download.ceph.com/rpm-testing
> and http://download.ceph.com/debian-testing . The only difference is the
> key used to sign the releases which can be imported with
>
> wget -q -O- 'http://ceph-releases.dachary.org/release-key.asc' | sudo
> apt-key add -
>
> or
>
> rpm --import http://ceph-releases.dachary.org/release-key.asc
>
> The instructions to install development packages found at
> http://docs.ceph.com/docs/master/install/get-packages/ can otherwise be
> applied with no change.
>
> Cheers
>
> [0] Stable release team
> http://tracker.ceph.com/projects/ceph-releases/wiki/HOWTO#Whos-who
> [1] Publishing development releases
> http://comments.gmane.org/gmane.comp.file-systems.ceph.devel/30126
>
> On 08/03/2016 22:35, Sage Weil wrote:
> > This is the fourth and last development release before Jewel. The next
> > release will be a release candidate with the final set of features. Big
> > items include RGW static website support, librbd journal framework, fixed
> > mon sync of config-key data, C++11 updates, and bluestore/kstore.
> >
> > Note that, due to general developer busyness, we aren’t building official
> > release packages for this dev release. You can fetch autobuilt gitbuilder
> > packages from the usual location (http://gitbuilder.ceph.com).
> >
> > Notable Changes
> > ---------------
> >
> > http://ceph.com/releases/v10-0-4-released/
> >
> > Getting Ceph
> > ------------
> >
> > * Git at git://github.com/ceph/ceph.git
> > * For packages, see
> http://ceph.com/docs/master/install/get-packages#add-ceph-development
> > * For ceph-deploy, see
> http://ceph.com/docs/master/install/install-ceph-deploy
> >
>
> --
> Loïc Dachary, Artisan Logiciel Libre
> _______________________________________________
> ceph-users mailing list
> ceph-users-idqoXFIVOFJgJs9I8MT0rw@public.gmane.org
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>
[-- Attachment #1.2: Type: text/html, Size: 4769 bytes --]
[-- Attachment #2: Type: text/plain, Size: 178 bytes --]
_______________________________________________
ceph-users mailing list
ceph-users-idqoXFIVOFJgJs9I8MT0rw@public.gmane.org
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: v10.0.4 released
[not found] ` <CA+9C14bozVMjVS+Z7hp+iqduJWgTwa7gt-vhB7cGBmKC_ORjYQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2016-03-16 14:06 ` Sage Weil
0 siblings, 0 replies; 6+ messages in thread
From: Sage Weil @ 2016-03-16 14:06 UTC (permalink / raw)
To: Eric Eastman
Cc: Loic Dachary, Ceph Development, ceph-users,
ceph-maintainers-Qp0mS5GaXlQ
[-- Attachment #1: Type: TEXT/PLAIN, Size: 3466 bytes --]
On Wed, 16 Mar 2016, Eric Eastman wrote:
> Thank you for doing this. It will make testing 10.0.x easier for all of us
> in the field, and will make it easier to report bugs, as we will know that
> the problems we find were not caused by our build process.
Note that you can also always pull builds from the gitbuilders (which is
what we run QA against). Both of these should work:
ceph-deploy install --dev jewel HOST
ceph-deploy install --dev v10.0.5 HOST
or you can grab builds directly from gitbuilder.ceph.com.
sage
> Eric
>
> On Wed, Mar 16, 2016 at 7:14 AM, Loic Dachary <loic-cLsNCMjd+0JAfugRpC6u6w@public.gmane.org> wrote:
> Hi,
>
> Because of a tiny mistake preventing deb packages to be built,
> v10.0.5 was released shortly after v10.0.4 and is now the
> current development release. The Stable release team[0]
> collectively decided to help by publishing development
> packages[1], starting with v10.0.5.
>
> The packages for v10.0.5 are available at
> http://ceph-releases.dachary.org/ which can be used as a
> replacement for http://download.ceph.com/ for both
> http://download.ceph.com/rpm-testing and
> http://download.ceph.com/debian-testing . The only difference is
> the key used to sign the releases which can be imported with
>
> wget -q -O-
> 'http://ceph-releases.dachary.org/release-key.asc' | sudo
> apt-key add -
>
> or
>
> rpm --import
> http://ceph-releases.dachary.org/release-key.asc
>
> The instructions to install development packages found at
> http://docs.ceph.com/docs/master/install/get-packages/ can
> otherwise be applied with no change.
>
> Cheers
>
> [0] Stable release team
> http://tracker.ceph.com/projects/ceph-releases/wiki/HOWTO#Whos-who
> [1] Publishing development releases
> http://comments.gmane.org/gmane.comp.file-systems.ceph.devel/30126
>
> On 08/03/2016 22:35, Sage Weil wrote:
> > This is the fourth and last development release before Jewel.
> The next
> > release will be a release candidate with the final set of
> features. Big
> > items include RGW static website support, librbd journal
> framework, fixed
> > mon sync of config-key data, C++11 updates, and
> bluestore/kstore.
> >
> > Note that, due to general developer busyness, we aren’t
> building official
> > release packages for this dev release. You can fetch autobuilt
> gitbuilder
> > packages from the usual location (http://gitbuilder.ceph.com).
> >
> > Notable Changes
> > ---------------
> >
> > http://ceph.com/releases/v10-0-4-released/
> >
> > Getting Ceph
> > ------------
> >
> > * Git at git://github.com/ceph/ceph.git
> > * For packages, see
> http://ceph.com/docs/master/install/get-packages#add-ceph-development
> > * For ceph-deploy, see
> http://ceph.com/docs/master/install/install-ceph-deploy
> >
>
> --
> Loïc Dachary, Artisan Logiciel Libre
> _______________________________________________
> ceph-users mailing list
> ceph-users-idqoXFIVOFJgJs9I8MT0rw@public.gmane.org
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>
>
>
>
[-- Attachment #2: Type: text/plain, Size: 178 bytes --]
_______________________________________________
ceph-users mailing list
ceph-users-idqoXFIVOFJgJs9I8MT0rw@public.gmane.org
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: v10.0.4 released
2016-03-16 13:14 ` Loic Dachary
[not found] ` <56E95C3C.7080907-cLsNCMjd+0JAfugRpC6u6w@public.gmane.org>
@ 2016-03-16 15:10 ` Jens Rosenboom
2016-03-16 16:04 ` Loic Dachary
1 sibling, 1 reply; 6+ messages in thread
From: Jens Rosenboom @ 2016-03-16 15:10 UTC (permalink / raw)
To: Loic Dachary; +Cc: Sage Weil, ceph-devel
2016-03-16 14:14 GMT+01:00 Loic Dachary <loic@dachary.org>:
> Hi,
>
> Because of a tiny mistake preventing deb packages to be built, v10.0.5 was released shortly after v10.0.4 and is now the current development release. The Stable release team[0] collectively decided to help by publishing development packages[1], starting with v10.0.5.
>
> The packages for v10.0.5 are available at http://ceph-releases.dachary.org/ which can be used as a replacement for http://download.ceph.com/ for both http://download.ceph.com/rpm-testing and http://download.ceph.com/debian-testing . The only difference is the key used to sign the releases which can be imported with
>
> wget -q -O- 'http://ceph-releases.dachary.org/release-key.asc' | sudo apt-key add -
>
> or
>
> rpm --import http://ceph-releases.dachary.org/release-key.asc
>
> The instructions to install development packages found at http://docs.ceph.com/docs/master/install/get-packages/ can otherwise be applied with no change.
Will there be tarballs for 10.0.5? Ubuntu has built native packages
built for the upcoming Xenial LTS release, but IIUC they are still
stuck at 10.0.2 because there are no tarball releases for the newer
tags.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: v10.0.4 released
2016-03-16 15:10 ` Jens Rosenboom
@ 2016-03-16 16:04 ` Loic Dachary
0 siblings, 0 replies; 6+ messages in thread
From: Loic Dachary @ 2016-03-16 16:04 UTC (permalink / raw)
To: Jens Rosenboom; +Cc: Sage Weil, ceph-devel
Hi,
On 16/03/2016 16:10, Jens Rosenboom wrote:
> 2016-03-16 14:14 GMT+01:00 Loic Dachary <loic@dachary.org>:
>> Hi,
>>
>> Because of a tiny mistake preventing deb packages to be built, v10.0.5 was released shortly after v10.0.4 and is now the current development release. The Stable release team[0] collectively decided to help by publishing development packages[1], starting with v10.0.5.
>>
>> The packages for v10.0.5 are available at http://ceph-releases.dachary.org/ which can be used as a replacement for http://download.ceph.com/ for both http://download.ceph.com/rpm-testing and http://download.ceph.com/debian-testing . The only difference is the key used to sign the releases which can be imported with
>>
>> wget -q -O- 'http://ceph-releases.dachary.org/release-key.asc' | sudo apt-key add -
>>
>> or
>>
>> rpm --import http://ceph-releases.dachary.org/release-key.asc
>>
>> The instructions to install development packages found at http://docs.ceph.com/docs/master/install/get-packages/ can otherwise be applied with no change.
>
> Will there be tarballs for 10.0.5? Ubuntu has built native packages
> built for the upcoming Xenial LTS release, but IIUC they are still
> stuck at 10.0.2 because there are no tarball releases for the newer
> tags.
The tarbal (as created by make dist from sources) from which the debian package was created is available at:
http://ceph-releases.dachary.org/debian-testing/pool/main/c/ceph/ceph_10.0.5.orig.tar.gz
and is also linked at:
http://ceph-releases.dachary.org/tarballs/ceph-10.0.5.tar.gz
http://ceph-releases.dachary.org/tarballs/ceph-10.0.5.tar.gz.sha256
But the Ubuntu watch file do not point to this URL and won't find it.
Cheers
--
Loïc Dachary, Artisan Logiciel Libre
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-03-16 16:04 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-08 21:35 v10.0.4 released Sage Weil
2016-03-16 13:14 ` Loic Dachary
[not found] ` <56E95C3C.7080907-cLsNCMjd+0JAfugRpC6u6w@public.gmane.org>
2016-03-16 14:01 ` Eric Eastman
[not found] ` <CA+9C14bozVMjVS+Z7hp+iqduJWgTwa7gt-vhB7cGBmKC_ORjYQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-03-16 14:06 ` Sage Weil
2016-03-16 15:10 ` Jens Rosenboom
2016-03-16 16:04 ` Loic Dachary
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.