ShyamsundarR
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
      • Invitee
    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Versions and GitHub Sync Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
Invitee
Publish Note

Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

Your note will be visible on your profile and discoverable by anyone.
Your note is now live.
This note is visible on your profile and discoverable online.
Everyone on the web can find and read all notes of this public team.
See published notes
Unpublish note
Please check the box to agree to the Community Guidelines.
View profile
Engagement control
Commenting
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
  • Everyone
Suggest edit
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
Emoji Reply
Enable
Import from Dropbox Google Drive Gist Clipboard
   owned this note    owned this note      
Published Linked with GitHub
Subscribed
  • Any changes
    Be notified of any changes
  • Mention me
    Be notified of mention me
  • Unsubscribe
Subscribe
# Gluster Minor Release Tasks (for release owner(s)) A gluster minor release is a bug fix release, on a currently supported major release. The minor releases occur every month at pre-announced days of the month (see [1]). Considering a month as roughly 30 days, the release tasks beow are listed as *Day #* sections. ## General responsibilities of a release owner Release owner(s) are the only ones that have merge rights on release branches in gerrit, and hence are responsible for the content in the relase and also the release schedule. 1. All commits that are merged into an minor release should adhere to the backporting guidelines [2]. 2. Minor releases should adhere to the release calendar and should be released on time 3. Exceptions to the release calendar can occur only when, - There are blockers introduced between the last minor release and the current one - For what consititues a blocker, see Appendix A - There is a planned asynchrounous minor release, to address a blocker that was identified post the minor release - For what consititues a blocker, see Appendix A ## Day 0/1: (release start) - Ensure minor release bug tracker is open - Example: https://bugzilla.redhat.com/show_bug.cgi?id=glusterfs-3.12.1 - Bug should have an alias (glusterfs-3.12.0 in the above example) - Announce the next minor release with details (mail), - Day of release (10th/20th/30th) - Tracker bug, and reminder for community to add blockers to the same - Dashboard link for community to follow open patches against the release ## Day 5/10/15/20/25/30: (every 5 days, release content checks) - Gerrit work - Check release dashboard and merge patches that are ready - Check release dashboard and review patches that are ready, but lack reviews, to accelerate merges - Comment on any patch that potentially has issues (like change-ID inconsistency, or does not fit the backport criteria [2]) - Raise on the mailing lists, if there are new features backported to the release branch, as this needs good justification prior to merging ## Day 10/20/30: (every 10 days, release health checks) - Check fstat [3] for regression failures - Check if similar failures occur in master, to get hints on if the test is already marked bad, or if something is failing elsewhere as well - Report to the mailing lists tests that are failing regularly (as these could be regressions introduced into the branch) - Raise flags if something is unique to the release branch - Ensure current minor release is uptodate with older minor releases - Why: If a patch that fixes a bug is part of an older minor release and is missing from the later minor release, incentive to upgrade and stay at the later version is diminished. IOW, it is expected that a later minor release contains all the fixes made in the prior minor releases. - How to: - git cherry deltas between branches - Trigger a Glusto run on the minor release branch - Why: Ensures that Glusto runs are clean as the release progresses and not throw surprises during the end of the release - How to: **PENDING** - Trigger performance/workload benchmark run on the minor release branch - Why: Ensures that fixes are not causing a major performance degrade and further ensures that core use-cases are sanity checked - How to: **PENDING** - Ensure line coverage tests are not regressing in coverage - Why: Adding code that is not covered by tests is a good way to cause regressions post release, this is hence a health check to ensure that coverage remains the same since the start of the release - How to: **PENDING** - Ensure Coverity runs are not regressing - Why: Reasoning is the same as for line coverage - How to: **PENDING** - Update the community on release health, based on above parameters (mail) - Update the community on health irrespective of weather there are issues or not ## Day 28: (tagging preparation) - Prepare release notes - Use: https://github.com/gluster/release-tools/blob/master/release_notes.sh - Remind community of impending release (mail) - Add a reminder that any blockers not marked yet as such, need to be done ASAP - Add details on release health, pending patches, pending blockers without patches, any other release related work that needs attention ## Day 30: (tagging day) NOTE: All activities are done in order - Finalize and commit release notes - Pay special attention to "Major Issues" section to note any major issues that are carried forward or are new, still persist in the release. - Tag the release [4] - Kick off the Jenkins job for packaging [5] - Upload release notes to the doc site [6] - Baseline release health checks - How to: **PENDING** ## Day 30(+2 at max): NOTE: All activities are done in order - Once packages are available, - Test install, upgrade [7] - Respond to package maintainers on testing feedback - Announce the release in the announce lists - Example: http://lists.gluster.org/pipermail/announce/2017-August/000081.html - Close bugs that were part of the release - Get the bug list, example: git log --format=email v3.11.2...v3.11.3 | grep -i ^bug: | awk '{print $2}' | sort -u > /tmp/bug-list.txt - Prune the bug list to exclude any bugs that are not meant to be closed yet! - Example: https://bugzilla.redhat.com/buglist.cgi?quicksearch=789278%201193929&list_id=7834052 - Use https://github.com/gluster/release-tools/blob/master/close-bugs.sh to close the bugs, providing the required parameters and the bug list as above - Close the tracking bug - Open next minor release tracking bug (Day 0 starts for the next minor release, rinse and repeat!) ## Tools tha thelp release owners - fstat - gerrit dashboards - glusto - TBD... ### Appendix A **Rough notes** - A change introduced in the current release cycle **ONLY** causing, - A crash - Data corruption - Upgrade/Install incompatability 1. Anything already a BLOCKER issue and present in the prior release, is not a BLOCKER for the current release. Problem exists, and solution arriving late or in a day or two does not change the schedule! 2. Other issues that were introduced in the current release cycle, should not cause interruptions to the usage of Gluster, and problem can be noted in the release-notes as a "Major Issue" 3. In the extreme case, something does slip by and is actually a BLOCKER, we can take in the fix and make an out of band (i.e not on the next release date for the minor release), minor release for the branch under consideration ## Links and references [1] Gluster release schedule: https://www.gluster.org/release-schedule/ [2] See "GlusterFS minor release window" in page: https://gluster.readthedocs.io/en/latest/Contributors-Guide/GlusterFS-Release-process/ [3] Example fstat range check for failures: https://fstat.gluster.org/summary?start_date=2017-07-20&end_date=2017-08-30&branch=release-3.12 [4] Release tagging how to: https://hackmd.io/JwQwZgphBMCsAsBaAzAYxMR8wEYAciwA7MhIgEbnwAm1ycss0EQA# [5] Jenkins packaging job: https://build.gluster.org/job/release-new/build?delay=0sec - Example: https://build.gluster.org/job/release-new/208/parameters/ [6] Example release-notes PR: https://github.com/gluster/glusterdocs/pull/254/files [7] Install testing strategy (ATM, can be applied to upgrades as well): https://hackmd.io/GYIwTADCDsDMCGBaArAUxAY0QFhBAbIgJwCMySIwJmAJvGMBvNEA#

Import from clipboard

Paste your markdown or webpage here...

Advanced permission required

Your current role can only read. Ask the system administrator to acquire write and comment permission.

This team is disabled

Sorry, this team is disabled. You can't edit this note.

This note is locked

Sorry, only owner can edit this note.

Reach the limit

Sorry, you've reached the max length this note can be.
Please reduce the content or divide it to more notes, thank you!

Import from Gist

Import from Snippet

or

Export to Snippet

Are you sure?

Do you really want to delete this note?
All users will lose their connection.

Create a note from template

Create a note from template

Oops...
This template has been removed or transferred.
Upgrade
All
  • All
  • Team
No template.

Create a template

Upgrade

Delete template

Do you really want to delete this template?
Turn this template into a regular note and keep its content, versions, and comments.

This page need refresh

You have an incompatible client version.
Refresh to update.
New version available!
See releases notes here
Refresh to enjoy new features.
Your user state has changed.
Refresh to load new user state.

Sign in

Forgot password

or

By clicking below, you agree to our terms of service.

Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
Wallet ( )
Connect another wallet

New to HackMD? Sign up

Help

  • English
  • 中文
  • Français
  • Deutsch
  • 日本語
  • Español
  • Català
  • Ελληνικά
  • Português
  • italiano
  • Türkçe
  • Русский
  • Nederlands
  • hrvatski jezik
  • język polski
  • Українська
  • हिन्दी
  • svenska
  • Esperanto
  • dansk

Documents

Help & Tutorial

How to use Book mode

Slide Example

API Docs

Edit in VSCode

Install browser extension

Contacts

Feedback

Discord

Send us email

Resources

Releases

Pricing

Blog

Policy

Terms

Privacy

Cheatsheet

Syntax Example Reference
# Header Header 基本排版
- Unordered List
  • Unordered List
1. Ordered List
  1. Ordered List
- [ ] Todo List
  • Todo List
> Blockquote
Blockquote
**Bold font** Bold font
*Italics font* Italics font
~~Strikethrough~~ Strikethrough
19^th^ 19th
H~2~O H2O
++Inserted text++ Inserted text
==Marked text== Marked text
[link text](https:// "title") Link
![image alt](https:// "title") Image
`Code` Code 在筆記中貼入程式碼
```javascript
var i = 0;
```
var i = 0;
:smile: :smile: Emoji list
{%youtube youtube_id %} Externals
$L^aT_eX$ LaTeX
:::info
This is a alert area.
:::

This is a alert area.

Versions and GitHub Sync
Get Full History Access

  • Edit version name
  • Delete

revision author avatar     named on  

More Less

Note content is identical to the latest version.
Compare
    Choose a version
    No search result
    Version not found
Sign in to link this note to GitHub
Learn more
This note is not linked with GitHub
 

Feedback

Submission failed, please try again

Thanks for your support.

On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

Please give us some advice and help us improve HackMD.

 

Thanks for your feedback

Remove version name

Do you want to remove this version name and description?

Transfer ownership

Transfer to
    Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

      Link with GitHub

      Please authorize HackMD on GitHub
      • Please sign in to GitHub and install the HackMD app on your GitHub repo.
      • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
      Learn more  Sign in to GitHub

      Push the note to GitHub Push to GitHub Pull a file from GitHub

        Authorize again
       

      Choose which file to push to

      Select repo
      Refresh Authorize more repos
      Select branch
      Select file
      Select branch
      Choose version(s) to push
      • Save a new version and push
      • Choose from existing versions
      Include title and tags
      Available push count

      Pull from GitHub

       
      File from GitHub
      File from HackMD

      GitHub Link Settings

      File linked

      Linked by
      File path
      Last synced branch
      Available push count

      Danger Zone

      Unlink
      You will no longer receive notification when GitHub file changes after unlink.

      Syncing

      Push failed

      Push successfully