Project

General

Profile

Actions

HOWTO » History » Revision 22

« Previous | Revision 22/187 (diff) | Next »
Loïc Dachary, 03/26/2015 11:05 AM


Introduction

Backporting and the maintenance of a stable release begins when a new stable Ceph release 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 is published. This repeats until the lifetime of the stable release 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.

The following describes in detail and in chronological order, the steps to follow for backporting and maintaining stable releases.

Add a new stable release

Add a new point release

Prepare a new point release

  1. HOWTO schedule an issue for backporting
  2. HOWTO update the inventory
  3. HOWTO backport commits
  4. HOWTO populate the integration branch
  5. HOWTO run integration and upgrade tests
  6. HOWTO describe a test result inline or HOWTO summarize test results in a separate issue
  7. HOWTO synchronize pull requests from different repositories

Retire a stable release

Updated by Loïc Dachary about 9 years ago · 22 revisions