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
    • Invite by email
      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 Versions and GitHub Sync Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
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
  • Invite by email
    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
    # xlator classification and expectations The purpose of the document is to define a classification for various xlators and expectations around what each classification means from a perspective of health and maintenance of the xlator. The need to do this is to ensure certain classifications are kept in good health, and helps the community and contributors focus efforts on around the same. ## Classifications 1. Experimental (E) 2. TechPreview (TP) 3. Maintained/Supported (M) 4. Sunset (S) 5. Deprecated (D) ### Experimental (E) Developed in the experimental branch, for exploring new features. These are NEVER released, and MAYBE packaged to help with getting feedback from interested users. #### Quality expectations - Compiles - Does not break nightly experimental regressions ### TechPreview (TP) Features in master or release branches that are not complete for general purpose consumption, but are mature enough to invite feedback and host user data. These features will receive better attention from maintainers/authors that are working on maturing the same, than ones in Experimental/Sunset/Deprecated states. There is no grantee that these features will move to the Maintained state, and may just get Deprecated based on feedback, or other project goals or technical alternatives. #### Quality expectations - Same as Maintained, sans - Performance, Scale, other(?) ### Maintained (M) These features are part of the core Gluster functionality and are maintained actively. These are part of master and release branches and get high priority attention from maintainers and other interested contributors. #### Quality expectations NOTE: A short note on what each of these mean are added here, details to follow. NOTE: Out of the gate all of the following are not mandated, consider the following a desirable state to reach as we progress on each - Bug backlog: Actively address bug backlog - Enhancement backlog: Actively maintain outstanding enhancement backlog (need not be acted on, but should be visible to all) - Review backlog: Actively keep this below desired counts and states - Static code health: Actively meet near-zero issues in this regard - Coverity, spellcheck and other checks - Runtime code health: Actively meet defined coverage levels in this regard - Coverage, others? - Per-patch regressions - Glusto runs - Performance - Scalability - Technical specifications: Implementation details should be documented and updated at regular cadence (even per patch that change assumptions in here) - User documentation: User facing details should be maintained to current status in the documentation - Debuggability: Steps, tools, procedures should be documented and maintained each release/patch as applicable - Troubleshooting: Steps, tools, procedures should be documented and maintained each release/patch as applicable - Steps/guides for self service - Knowledge base for problems - Other common criteria that will apply: Required metrics/desired states to be defined per criteria - Monitoring, usability, statedump, and other such xlator expectations ### Sunset (S) Features on master or release branches that would be deprecated and/or replaced with similar or other functionality in the next major release. #### Quality expectations - Retain status-quo when moved to this state, till it is moved to deprecated ### Deprecated (D) Features/code still in tree, but not packaged or shipped or supported in any form. This is noted as a category till the code is removed from the tree. These feature and their corresponding code and test health will not be executed. #### Quality expectations - None ## Implementation details ### GD2 While adding a translator in a graph (any graph), if it has flag of 'Experimental', 'Sunset' or 'Deprecated', the 'volume create' would fail. - This behavior would be over-ridden with '--force' like flag, but 'Deprecated' would not be allowed to be in the graph. - This makes GD2 fail tests immediately once any xlator which are in use are marked bad in glusterfs, so gd2 volgen code can maintain sanctity. - While shipping products based on glusterfs, companies can have the policy, or add separate flags for supporting 'TechPreview' or not. Upstream will allow techpreview to be added without failure. ### glusterfs enums Because of above GD2 points, by default, the value of 0 for supportability means the feature is techpreview, so upsteam translators, unless not addressed, will continue to work (hence provides backward compatibility). - TLC can take decision on translators which are not currently maintained (or not being present in MAINTAINERS file). - It needs a code change, one of the members would own it up. ### Testing There would be regression testing overhaul required. * Only supported and maintained translators and features would be tested in per patch regression. - `run-tests.sh -d tests/` would make run tests only from 'tests/' directory which would have only supported features. * All tech-preview features would be run once a day in 'nightly-burn-in' tests. - `run-tests.sh -d tests/ && run-tests.sh -d tests-nightly/` * If a feature is supported, but is an option, which is not enabled by default, then developers can ask for specific nightly tests for that particular feature. - like 'brick-mux', 'ctime-consistency' etc etc.. ### GCS It gets interesting with this coming into the mix. Mainly because Options required by GCS may not be default enabled in upstream glusterfs (like brick-mux), how should 'per-patch' tests capture this. - I some time see the issue, as for brick-mux test, if its only required for GCS, should we run all regression? like bitrot, which is not required ? - Which means we need a nightly tests for GCS focused setup, and we need to start early. - This may be the easy way to start gd2 integration into regression, as gd2 regression needn't cover everything to start with. - Helps to deliver GCS faster, for both upstream, and downstream. ## Current xlators and porposed classification - cluster/afr - M - cluster/ec - M - cluster/dht - M - cluster/stripe - S - debug/delay-gen - E - debug/error-gen - E - debug/io-stats - M - debug/sink - M - debug/trace - TP - encryption/crypt - E - encryption/rot-13 - D - experimental/fdl - E - experimental/jbr - E - experimental/posix2 - E - experimental/rio - E - features/arbiter - M - features/barrier - M - features/change-log - M - features/ctr - D - features/cloudsync - E - features/compress - E - features/gfid-access - M - features/glupy - E - features/index - M - features/leases - E - features/locks - M - features/marker - TP - features/namespace - E - features/quisce - E - features/quota - TP - features/read-only - TP - features/sdfs - E - features/selinux - TP - features/shard - M - features/snapview-client - TP - features/sapview-server - TP - features/thin-arbiter - E - features/trash - TP - features/upcall - M - features/utime - E - mgmt/glusterd - S - mgmt/gd2 - TP - mount/fuse - M - nfs/server - S - performance/decompounder - TP - performance/io-cache - S - performance/io-threads - M - performance/md-cache - S - performance/nl-cache - TP - performance/open-behind - S - performance/quick-read - S - performance/read-ahead - S - performance/readdir-ahead - S - performance/symlink-cache - D - performance/write-behind - M - protocol/auth-addr ?? - protocol/auth-login ?? - protocol/client - M - protocol/server - M - storage/bd - D - storage/posix - M - system/posix-acl - M - events - TP - geo-replication - M - libglusterfs (needs details) - rpc - S

    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