Skip to content

Commit f8b99b8

Browse files
committed
Add warning message for missing Cluster Management Object in replication diagram
1 parent 3430abd commit f8b99b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Src/Private/Get-AbrOntapClusterReplicationDiagram.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ function Get-AbrOntapClusterReplicationDiagram {
205205
} catch {
206206
Write-PScriboMessage -IsWarning $_.Exception.Message
207207
}
208+
} else {
209+
Write-PScriboMessage -IsWarning "Unable to create Cluster Replication Node. No Cluster Management Object found."
208210
}
209211

210212
if ($ClusterReplicaNodeObj) {

0 commit comments

Comments
 (0)