Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add pure #410

Merged
merged 47 commits into from
Jan 5, 2022
Merged

add pure #410

merged 47 commits into from
Jan 5, 2022

Commits on Oct 15, 2021

  1. unity fix the issue which when filesystem is None in get_share (soda…

    …foundation#696)
    
    * fix the issue which when filesystem is None in get
    tanjiangyu-ghca authored Oct 15, 2021
    Configuration menu
    Copy the full SHA
    de5c139 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Updated sequence during history collection (sodafoundation#755)

    Co-authored-by: Najmudheen <45681499+NajmudheenCT@users.noreply.github.com>
    sushanthakumar and NajmudheenCT authored Oct 19, 2021
    Configuration menu
    Copy the full SHA
    b8de7c6 View commit details
    Browse the repository at this point in the history
  2. Failed task schdeuling based on driver capability (sodafoundation#763)

    Co-authored-by: ThisIsClark <liuyuchibubao@gmail.com>
    sushanthakumar and ThisIsClark authored Oct 19, 2021
    Configuration menu
    Copy the full SHA
    116a391 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Adding overlap between collection intervals (sodafoundation#760)

    * Adding overlap between collection intervals
    
    * resolving conflicts
    
    Co-authored-by: sushanth <sushanthakumar@huawei.com>
    NajmudheenCT and sushanthakumar authored Oct 20, 2021
    Configuration menu
    Copy the full SHA
    cfd3f3e View commit details
    Browse the repository at this point in the history
  2. Add weight option for nodes in hashring (sodafoundation#764)

    Co-authored-by: sushanth <sushanthakumar@huawei.com>
    joseph-v and sushanthakumar authored Oct 20, 2021
    Configuration menu
    Copy the full SHA
    765df24 View commit details
    Browse the repository at this point in the history
  3. Historic performance collection when last runtime not set (sodafounda…

    …tion#765)
    
    * History collection when last runtime not set
    
    * Review comment fix
    
    Co-authored-by: ThisIsClark <liuyuchibubao@gmail.com>
    sushanthakumar and ThisIsClark authored Oct 20, 2021
    Configuration menu
    Copy the full SHA
    9e39a6b View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Added REST login verification (sodafoundation#762)

    * Added REST login verification
    guankc authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    2870293 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Configuration menu
    Copy the full SHA
    c05b49f View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Configuration menu
    Copy the full SHA
    7e48578 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Merge pull request sodafoundation#769 from qinwang-murphy/add_storage…

    …_status
    
    Add storage status:degraded
    wisererik authored Nov 23, 2021
    Configuration menu
    Copy the full SHA
    d67a1de View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Configuration menu
    Copy the full SHA
    5c54df9 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Configuration menu
    Copy the full SHA
    f63d2a0 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2021

  1. Configuration menu
    Copy the full SHA
    ccc0935 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    599349a View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Merge pull request sodafoundation#779 from littlehotcx/enxichen_stora…

    …ge_unknown_20220115
    
    Add a new storage status "unknown".
    wisererik authored Dec 13, 2021
    Configuration menu
    Copy the full SHA
    754621c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7df3406 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f43459 View commit details
    Browse the repository at this point in the history
  4. Merge pull request sodafoundation#780 from littlehotcx/enxichen_sync_…

    …status_20220115
    
    Just update "sync_status" instead of updating all info.
    wisererik authored Dec 13, 2021
    Configuration menu
    Copy the full SHA
    4189069 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43a7aeb View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Configuration menu
    Copy the full SHA
    b4ae445 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4946004 View commit details
    Browse the repository at this point in the history
  3. Address review comments

    joseph-v committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    419dbf2 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. Merge pull request sodafoundation#776 from joseph-v/vmax_disk_resource

    Add VMAX disk resource support
    joseph-v authored Dec 17, 2021
    Configuration menu
    Copy the full SHA
    80c07e3 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Configuration menu
    Copy the full SHA
    9162c7d View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2021

  1. Configuration menu
    Copy the full SHA
    320b7fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b004d74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34bdcf2 View commit details
    Browse the repository at this point in the history
  4. Add a interface for get the timestamp of the latest performance data …

    …of the device and add an unknown enum of the storage pool status. (sodafoundation#782)
    
    Co-authored-by: Erik <lynheell@gmail.com>
    littlehotcx and wisererik authored Dec 24, 2021
    Configuration menu
    Copy the full SHA
    26b9cec View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. vsp add alerts get

    tanjiangyu-ghca committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    b08035a View commit details
    Browse the repository at this point in the history
  2. vsp add alerts get

    tanjiangyu-ghca committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    dce29b5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #402 from tanjiangyu-ghca/vsp_1230

    vsp add alerts get
    tanjiangyu-ghca authored Dec 30, 2021
    Configuration menu
    Copy the full SHA
    00f4872 View commit details
    Browse the repository at this point in the history
  4. vsp add alerts get

    tanjiangyu-ghca committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    e4edb8a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #403 from tanjiangyu-ghca/vsp_1230

    vsp add alerts get
    tanjiangyu-ghca authored Dec 30, 2021
    Configuration menu
    Copy the full SHA
    52fa45b View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. Configuration menu
    Copy the full SHA
    92919b8 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Configuration menu
    Copy the full SHA
    42041db View commit details
    Browse the repository at this point in the history
  2. Merge pull request sodafoundation#787 from gh-ca/vsp_1230

    vsp add alerts get
    joseph-v authored Jan 5, 2022
    Configuration menu
    Copy the full SHA
    8332cd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9c31b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73c98e4 View commit details
    Browse the repository at this point in the history
  5. Modify the eth port name (sodafoundation#731)

    Co-authored-by: tanjiangyu-ghca <79631193+tanjiangyu-ghca@users.noreply.github.com>
    guankc and tanjiangyu-ghca authored Jan 5, 2022
    Configuration menu
    Copy the full SHA
    e961cef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce7156f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c5a75a8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a00770e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2e313ac View commit details
    Browse the repository at this point in the history
  10. add pure

    zhilong-xu committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    7bcbbf2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    570f731 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6fa7d0e View commit details
    Browse the repository at this point in the history
  13. Merge pull request #6 from gh-ca/pure

    Pure
    zhilong-xu authored Jan 5, 2022
    Configuration menu
    Copy the full SHA
    790f769 View commit details
    Browse the repository at this point in the history