#Getting error while using na_ontap_snapmirror module to create Load Sharing volumes .

1 messages · Page 1 of 1 (latest)

errant canyon
#

**
"changed": false, "msg": "REST API currently does not support 'relationship_type: load_sharing'"}**

viral nexus
#

Rest dosn't support load_sharing. You'll need to force the module to use Zapi. Add this to your playbook

use_rest: never

errant canyon
viral nexus