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

fix: handle inter-cluster snapmirrors when different datacenter #2688

Merged
merged 2 commits into from
Feb 20, 2024

Conversation

Hardikl
Copy link
Contributor

@Hardikl Hardikl commented Feb 19, 2024

Snapmirror details
Source cluster --> Destination cluster
C1_sti22-vsim-ucs583g_1707822354 --> C1_sti12-vsim-ucs575w_1707989709
volume1 --> volume1dst
volume2 --> volume2dst

C1_sti12-vsim-ucs575w_1707989709::*> snapmirror show                                         
                                                                       Progress
Source            Destination Mirror  Relationship   Total             Last
Path        Type  Path        State   Status         Progress  Healthy Updated
----------- ---- ------------ ------- -------------- --------- ------- --------
vs0:volume1 XDP  svm1:volume1dst 
                              Uninitialized 
                                      Idle           -         false   -
vs0:volume2 XDP  svm1:volume2dst 
                              Uninitialized 
                                      Idle           -         false   -
2 entries were displayed.

Harvest poller config

  C1_sti22-vsim-ucs583g_1707822354:
        datacenter: SS

  C1_sti12-vsim-ucs575w_1707989709:
         datacenter: DD

Prometheus response
image

Grafana 10.3.1 UI
Before the changes
There is no SS datacenter listed in the dropdown list.
image

After the changes
We have added the description to understand which datacenter to choose from the list.
Now, SS and DD both are available to choose and If we choose SS then appropriate snapmirrors are listed in dashboard.
image

image

@cgrinds cgrinds merged commit 9bee350 into main Feb 20, 2024
10 checks passed
@cgrinds cgrinds deleted the hl_snapmirror_fix branch February 20, 2024 12:49
Hardikl added a commit that referenced this pull request Feb 21, 2024
* fix: handle inter-cluster snapmirrors when different datacenter
rahulguptajss pushed a commit that referenced this pull request Feb 21, 2024
… (#2697)

* fix: handle inter-cluster snapmirrors when different datacenter
rahulguptajss added a commit that referenced this pull request Feb 21, 2024
* chore: update all dependencies (#2687)

* style: remove potential nil dereference (#2675)

* chore: update all dependencies

---------

Co-authored-by: Chris Grindstaff <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix: StorageGrid Rest collector doesn't remove deleted Objects (#2677)

* fix: StorageGrid Rest collector doesn't remove deleted Objects

* fix: StorageGrid Rest collector doesn't remove deleted Objects

* fix: NABox doctor command errors for custom.yaml

* fix: WaflSizer RestPerf template panics (#2695)

* fix: WaflSizer RestPerf template panics

* fix: WaflSizer RestPerf template panics

* fix: purging unused metrics from shelf template for 7mode (#2696)

* fix: handle inter-cluster snapmirrors when different datacenter (#2688) (#2697)

* fix: handle inter-cluster snapmirrors when different datacenter

* doc: release 24.02 metric docs (#2694)

* doc: release 24.02 metric docs

* doc: update release 24.02 metric docs

* doc: update release 24.02 metric docs

* doc: update release 24.02 metric docs

* fix: multi poller in a container should route logs to console (#2698)

* fix: multi poller in a container should route logs to console

* fix: multi poller in a container should route logs to console

* doc: changelog doc (#2680)

* doc: changelog doc

* doc: release changelog (#2682)

* doc: update changelog

* doc: updated change log with review comment

* doc: changelog 24.02

* doc: changelog 24.02

* doc: update changelog 24.02

* doc: update changelog doc for release 24.02

* doc: update changelog doc for release 24.02

---------

Co-authored-by: Chris Grindstaff <[email protected]>

* doc: debian upgrade documentation (#2699)

* doc: debian upgrade documentation

* doc: debian upgrade documentation

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Chris Grindstaff <[email protected]>
Co-authored-by: Rahul <[email protected]>
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.

The SnapMirror dashboard doesn't show all datacenters in the variable dropdown
3 participants