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

feat: Harvest should include a SnapMirror active sync template #2596

Merged
merged 3 commits into from
Jan 23, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions conf/rest/9.12.0/snapmirror_active_sync.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

name: SnapMirrorActiveSync
cgrinds marked this conversation as resolved.
Show resolved Hide resolved
query: api/cluster/mediators
object: mediator

counters:
- ^^uuid => uuid
- ^ip_address => ip_address
- ^peer_cluster.name => peer_name
- ^peer_mediator_connectivity => peer_connectivity
- ^port => port
- ^reachable => reachable

export_options:
instance_keys:
- uuid
instance_labels:
- ip_address
- peer_connectivity
- peer_name
- port
- reachable
1 change: 1 addition & 0 deletions conf/rest/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ objects:
Sensor: sensor.yaml
Shelf: shelf.yaml
SnapMirror: snapmirror.yaml
# SnapMirrorActiveSync: snapmirror_active_sync.yaml
SnapshotPolicy: snapshotpolicy.yaml
Status: status.yaml
Subsystem: subsystem.yaml
Expand Down
10 changes: 6 additions & 4 deletions docs/prepare-cdot-clusters.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ Warnings are fine.

```bash
security login role create -role harvest2-role -access readonly -cmddirname "cluster"
security login role create -role harvest2-role -access readonly -cmddirname "lun"
security login role create -role harvest2-role -access readonly -cmddirname "lun"
security login role create -role harvest2-role -access readonly -cmddirname "metrocluster configuration-settings mediator add"
security login role create -role harvest2-role -access readonly -cmddirname "network interface"
security login role create -role harvest2-role -access readonly -cmddirname "qos adaptive-policy-group"
security login role create -role harvest2-role -access readonly -cmddirname "qos policy-group"
Expand All @@ -100,11 +101,12 @@ security login role create -role harvest2-role -access readonly -cmddirname "sec
security login role create -role harvest2-role -access readonly -cmddirname "snapmirror"
security login role create -role harvest2-role -access readonly -cmddirname "statistics"
security login role create -role harvest2-role -access readonly -cmddirname "storage aggregate"
security login role create -role harvest2-role -access readonly -cmddirname "storage disk"
security login role create -role harvest2-role -access readonly -cmddirname "storage disk"
security login role create -role harvest2-role -access readonly -cmddirname "storage encryption disk"
security login role create -role harvest2-role -access readonly -cmddirname "storage iscsi-initiator show"
security login role create -role harvest2-role -access readonly -cmddirname "storage shelf"
security login role create -role harvest2-role -access readonly -cmddirname "system health status show"
security login role create -role harvest2-role -access readonly -cmddirname "system health subsystem show"
security login role create -role harvest2-role -access readonly -cmddirname "system health status show"
security login role create -role harvest2-role -access readonly -cmddirname "system health subsystem show"
security login role create -role harvest2-role -access readonly -cmddirname "system node"
security login role create -role harvest2-role -access readonly -cmddirname "version"
security login role create -role harvest2-role -access readonly -cmddirname "volume"
Expand Down
Loading