hi everyone,
i have noticed that whe using mulitprocessing with python and calling "Volume.find" it sometimes happens that every process receives the same volume object from that call. i managed to handle this behavior using a "lock" that handles this and returns the correct volume to every process.
is this something i should consider doing on all REST calls using netapp.ontap library?
i am using netapp.ontap 9.14.0.1
thanks