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

refactor: main release/21.08.0 merge #479

Merged
merged 32 commits into from
Aug 31, 2021
Merged

refactor: main release/21.08.0 merge #479

merged 32 commits into from
Aug 31, 2021

Conversation

rahulguptajss
Copy link
Contributor

No description provided.

cgrinds and others added 23 commits August 25, 2021 18:36
fix: spelling, save API key not safe it
fix: add prom-stack.yml to binaries
fix: pass version release to dockerfile
fix: add harvest.cue in binaries
Thanks to Jeff Asher for sharing these!

Fabricpool isn't working in any of these yet.
Thanks to Jeff Asher for sharing these!
* fix: units, duplicate graphs, use more flexible variables
* fix: titles, missing read-write ops for nfsv4
* fix: nfs version to variable
fix: units, duplicate graphs, use more flexible variables (#454)
If the schedule is once a week, the first time autosupport runs, it instead runs after two weeks.

time |---X----f----y----|
         ^    ^
         |    |
   now --     ---- future

That's because when a task is created and added to the schedule at X, a time in the future is calculated (current time + 1 week), at f.

Later, when a go routine checks if the future task is due to run, it determines that by calculating: one week - time.Since(f), but since f is already a week in the future. The task won't run until y, which is two weeks after X was scheduled.

The fix: when the task is scheduled, schedule it at the current time instead of current time + 1 week.
fix: first autosupport runs after delay
…elease-merge

# Conflicts:
#	jenkins/artifacts/JenkinWorkflow
@cla-bot cla-bot bot added the cla-signed label Aug 30, 2021
@rahulguptajss rahulguptajss changed the title main release/21.08.0 merge refactor: main release/21.08.0 merge Aug 30, 2021
@rahulguptajss rahulguptajss marked this pull request as draft August 30, 2021 13:26
Hardikl
Hardikl previously approved these changes Aug 31, 2021
@Hardikl
Copy link
Contributor

Hardikl commented Aug 31, 2021

we need to include last 3 commits:
fix: typo in nfsv4 template causes mislabeling
feat: asup-private binary with production endpoint
Merge pull request #481 from NetApp/cbg-fix-nfsv4

cgrinds and others added 6 commits August 31, 2021 10:39
* feat: svm details dashboard

Thanks to Jeff Asher for sharing!

* fix: units, duplicate graphs, svm label in query

Co-authored-by: Vachagan Gratian <[email protected]>
* docs: update changelog for 21.08
* feat: node details dashboard with edits

Thanks to Jeff Asher for sharing these!

* fix: units, labels, legends and aggregation in some graphs

* refactor: Details dashboards should be named same

* feat: node-details dashboard remove fabricpool

Co-authored-by: Vachagan Gratian <[email protected]>
Co-authored-by: rahulg2 <[email protected]>
@rahulguptajss rahulguptajss marked this pull request as ready for review August 31, 2021 16:34
@rahulguptajss
Copy link
Contributor Author

merged all pending ones. ready for review.

@cgrinds cgrinds merged commit c88cf39 into main Aug 31, 2021
@cgrinds cgrinds deleted the rg2-main-release-merge branch August 31, 2021 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants