Project

General

Profile

HOWTO » History » Version 35

Loïc Dachary, 04/09/2015 03:01 PM

1 15 Loïc Dachary
h3. Introduction
2 1 Loïc Dachary
3 17 Loïc Dachary
Backporting and the maintenance of a stable release begins when a new "stable Ceph release":http://ceph.com/docs/master/releases is published. Commits from the master branch are cherry-picked to the stable branch and run through integration and upgrade tests. After a few weeks a "point release":http://ceph.com/docs/master/releases is published. This repeats until the "lifetime of the stable release":http://ceph.com/docs/master/releases comes to an end. Backporting is focused on fixing bugs and development on the master branch is expected to add new features but both share the "same workflow":http://ceph.com/docs/master/dev/development-workflow/.
4 16 Loïc Dachary
5 24 Loïc Dachary
h3. Overview of the backports in progress
6
7 29 Loïc Dachary
* *no hammer backport status yet* and "all issues marked hammer":http://tracker.ceph.com/projects/ceph/issues?query_id=77
8 28 Loïc Dachary
* "giant backport status":http://tracker.ceph.com/issues/11153 and "all issues marked giant":http://tracker.ceph.com/projects/ceph/issues?query_id=68
9
* "firefly backport status":http://tracker.ceph.com/issues/11090 and "all issues marked firefly":http://tracker.ceph.com/projects/ceph/issues?query_id=75
10
* "dumpling backport status":http://tracker.ceph.com/issues/10560 and *no more issues marked dumpling*
11 24 Loïc Dachary
12 32 Loïc Dachary
h3. Leads
13
14 35 Loïc Dachary
* Ceph : Sage Weil
15 32 Loïc Dachary
* rados : Samuel Just
16
* radosgw / rgw : Yehuda Sadeh
17
* CephFS / fs : Gregory Farnum
18
* RBD : Josh Durgin
19
20 26 Loïc Dachary
h3. HOWTO
21 23 Loïc Dachary
22 1 Loïc Dachary
The following describes in detail and in chronological order, the steps to follow for backporting and maintaining stable releases.
23
24 23 Loïc Dachary
h4. Add a new stable release
25 19 Loïc Dachary
26 1 Loïc Dachary
* [[HOWTO start backporting a stable release]]
27 15 Loïc Dachary
28 23 Loïc Dachary
h4. Add a new point release
29 1 Loïc Dachary
30 19 Loïc Dachary
* [[HOWTO start working on a new point release]]
31 15 Loïc Dachary
32 23 Loïc Dachary
h4. Prepare a new point release
33 9 Loïc Dachary
34 22 Loïc Dachary
# [[HOWTO schedule an issue for backporting]]
35 19 Loïc Dachary
# [[HOWTO update the inventory]]
36 30 Loïc Dachary
# [[HOWTO document user visible changes]]
37 1 Loïc Dachary
# [[HOWTO backport commits]]
38 19 Loïc Dachary
# [[HOWTO populate the integration branch]]
39 1 Loïc Dachary
# [[HOWTO run integration and upgrade tests]]
40 19 Loïc Dachary
# [[HOWTO describe a test result]] inline or [[HOWTO summarize test results]] in a separate issue
41 25 Loïc Dachary
# [[HOWTO merge commits from the integration branch]]
42 1 Loïc Dachary
# [[HOWTO synchronize pull requests from different repositories]]
43 27 Loïc Dachary
# [[HOWTO resolve issues that are Pending Backport]]
44 34 Loïc Dachary
# [[HOWTO get the Ceph lead to decide if it is time for a point release]]
45 31 Loïc Dachary
# [[HOWTO get the leads to sign-off on a release]]
46 33 Loïc Dachary
# [[HOWTO write the release notes]]
47 15 Loïc Dachary
48 23 Loïc Dachary
h4. Retire a stable release
49 15 Loïc Dachary
50 21 Loïc Dachary
* [[HOWTO retire a stable release]]