ONTAP Discussions

Netapp volume resync is not working through ansible

nasadmin1
958 Views

Netapp for volume resync is not working through ansible, state is showing Broken off, but status is showing as Idle from transferring.

 

abc::*> snapmirror show -vserver ansibledtest-cdr -fields lag-time , state ,status ,last-transfer-error
source-path               destination-path                  state      status last-transfer-error lag-time
------------------------- --------------------------------- ---------- ------ ------------------- --------
svm-vfp:ansible_test_vol ansibledtest-cdr:ansible_test_vol Broken-off Idle   -   

 

However, the status should be as below.

 

abc::*> snapmirror show -vserver ansibledtest-cdr -fields lag-time , state ,status ,last-transfer-error
source-path               destination-path                  state        status last-transfer-error lag-time
------------------------- --------------------------------- ------------ ------ ------------------- --------
svm-vfp:ansible_test_vol ansibledtest-cdr:ansible_test_vol Snapmirrored Idle   -                   0:0:49

 

 

 

1 REPLY 1

Sergey_Osipov
868 Views

Could you please elaborate here?

What do you mean by "snapmirror resync is not working"?

Is it not started at all or failing with any error?

If it is not started at all can you check audit.log for the RestAPI call incoming and what is happening with it?

If the resync is started and fails then what is the error?

Does resync work if issued from cli or fails with the same error?

Public