Project

General

Profile

HOWTO » History » Version 27

Loïc Dachary, 03/26/2015 11:58 AM

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
* "Giant":http://tracker.ceph.com/issues/11153
8
* "Firefly":http://tracker.ceph.com/issues/11090
9
* "Dumpling":http://tracker.ceph.com/issues/10560
10
11 26 Loïc Dachary
h3. HOWTO
12 23 Loïc Dachary
13 1 Loïc Dachary
The following describes in detail and in chronological order, the steps to follow for backporting and maintaining stable releases.
14
15 23 Loïc Dachary
h4. Add a new stable release
16 19 Loïc Dachary
17 1 Loïc Dachary
* [[HOWTO start backporting a stable release]]
18 15 Loïc Dachary
19 23 Loïc Dachary
h4. Add a new point release
20 1 Loïc Dachary
21 19 Loïc Dachary
* [[HOWTO start working on a new point release]]
22 15 Loïc Dachary
23 23 Loïc Dachary
h4. Prepare a new point release
24 9 Loïc Dachary
25 22 Loïc Dachary
# [[HOWTO schedule an issue for backporting]]
26 19 Loïc Dachary
# [[HOWTO update the inventory]]
27 1 Loïc Dachary
# [[HOWTO backport commits]]
28 19 Loïc Dachary
# [[HOWTO populate the integration branch]]
29 1 Loïc Dachary
# [[HOWTO run integration and upgrade tests]]
30 19 Loïc Dachary
# [[HOWTO describe a test result]] inline or [[HOWTO summarize test results]] in a separate issue
31 25 Loïc Dachary
# [[HOWTO merge commits from the integration branch]]
32 1 Loïc Dachary
# [[HOWTO synchronize pull requests from different repositories]]
33 27 Loïc Dachary
# [[HOWTO resolve issues that are Pending Backport]]
34 15 Loïc Dachary
35 23 Loïc Dachary
h4. Retire a stable release
36 15 Loïc Dachary
37 21 Loïc Dachary
* [[HOWTO retire a stable release]]