NetApp / ansible

Repo for Ansible roles developed for NetApp Ansible modules and playbooks
36 stars 22 forks source link

Issue with VLAN Tagged Interfaces for SolidFire eSDS #5

Closed calmatousek closed 4 years ago

calmatousek commented 4 years ago

In the version released on 9/29/20, there is an issue with starting SolidFire service while using an Ansible role. The current master branch out fixes the issue.

Error Signature

TASK [nar_solidfire_sds_install : Ensure the SolidFire eSDS service is started] **************************************************************************
fatal: [IP]: FAILED! => {"changed": false, "msg": "Unable to start service solidfire: Job for solidfire.service failed because the control process exited with error code. See \"systemctl status solidfire.service\" and \"journalctl -xe\" for details.\n"}
        to retry, use: --limit @/home/[user]/ansible/deploy-solidfire-element-rpm1.retry

In the/opt/sf/persist/var/log/sf-elementctl.info log, they will see the following signature. Error: error creating container storage: the container name "config_gen" is already in use by...

calmatousek commented 4 years ago

Issue has been fixed in latest master update.