NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Rest API Discussions

API Failure

kanotramohit
1,244 Views

Getting below error while trying to call Qtree Rename API. Why is the SVM going in lock status ? 

 

PATCH /api/storage/qtrees/9fee2a62-xxxxxxxxxxxxxxx/1025?return_timeout=120 : {"export_policy":{"id":xxxxxxxxxxxx,"name":"default"}} :: Error: This SVM is temporarily locked from changes while recording the configuration baseline. Try again in a few minutes or manually stop configuration replication by running "vserver config-replication pause" and retry the command.

1 ACCEPTED SOLUTION

chamfer
1,219 Views

Hi@kanotramohit , 

I suggest that you create a NetApp case for investigation as the NetApp KB lists this as normal behavior https://kb.netapp.com/on-prem/ontap/Ontap_OS/OS-KBs/SVM_is_temporarily_locked_from_changes_while_recording_the_configuration_baseline 

 

CAUSE

  •  Vserver creation/modification initiates the baseline reconfiguration.
  •  The SVM is temporarily locked for changes while recording the configuration baseline.
     

 

SOLUTION

  • No action is required. API call will succeed when the vserver configuration is unlocked.
  • Try again in a few minutes or manually stop configuration replication by running vserver config-replication pause and retry the command.

View solution in original post

1 REPLY 1

chamfer
1,220 Views

Hi@kanotramohit , 

I suggest that you create a NetApp case for investigation as the NetApp KB lists this as normal behavior https://kb.netapp.com/on-prem/ontap/Ontap_OS/OS-KBs/SVM_is_temporarily_locked_from_changes_while_recording_the_configuration_baseline 

 

CAUSE

  •  Vserver creation/modification initiates the baseline reconfiguration.
  •  The SVM is temporarily locked for changes while recording the configuration baseline.
     

 

SOLUTION

  • No action is required. API call will succeed when the vserver configuration is unlocked.
  • Try again in a few minutes or manually stop configuration replication by running vserver config-replication pause and retry the command.
Public