<div dir="ltr">Hi Alan,<div>Thank you for your response.</div><div>We cannot run that particular command as the container itself doesn't run.</div><div>That container is only used to set the secret and stays in exited state if i am correct.</div><div><br></div><div>[root@dcn01-hci-1 ~]# podman exec -ti 3e5e6c1a7864 virsh secret-undefine bd136bb0-fd78-5429-ab80-80b8c571d821<br>Error: can only create exec sessions on running containers: container state improper<br></div><div><br></div><div>With regards,</div><div>Swogat Pradhan</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Mar 28, 2023 at 9:26 AM Alan Bishop <<a href="mailto:abishop@redhat.com">abishop@redhat.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Mar 27, 2023 at 5:56 PM Swogat Pradhan <<a href="mailto:swogatpradhan22@gmail.com" target="_blank">swogatpradhan22@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr">Update podman logs:</div><div>[root@dcn01-hci-1 ~]# podman logs 3e5e6c1a7864<br>------------------------------------------------<br>Initializing virsh secrets for: dcn01:openstack<br>--------<br>Initializing the virsh secret for 'dcn01' cluster (cec7cdfd-3667-57f1-afaf-5dfca9b0e975) 'openstack' client<br>The /etc/nova/secret.xml file already exists<br>error: Failed to set attributes from /etc/nova/secret.xml<br>error: internal error: a secret with UUID bd136bb0-fd78-5429-ab80-80b8c571d821 already defined for use with client.openstack secret<br></div><div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Mar 28, 2023 at 6:19 AM Swogat Pradhan <<a href="mailto:swogatpradhan22@gmail.com" target="_blank">swogatpradhan22@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi,<br><div>For some reason, i had to redeploy ceph for my hci nodes and then found that the deployment command is giving out the following error:</div><div>2023-03-28 01:49:46.709605 |                                      |    WARNING | ERROR: Can't run container nova_libvirt_init_secret<br>stderr: error: Failed to set attributes from /etc/nova/secret.xml<br>error: internal error: a secret with UUID bd136bb0-fd78-5429-ab80-80b8c571d821 already defined for use with client.openstack secret<br>2023-03-28 01:49:46.711176 | 48d539a1-1679-623b-0af7-000000004b45 |      FATAL | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | dcn01-hci-0 | error={"changed": false, "msg": "Failed containers: nova_libvirt_init_secret"}<br></div><div><br></div><div>Can you please tell me how I can undefine the existing secret?</div></div></blockquote></div></div></blockquote><div><br></div><div>Use "podman exec -ti <nova libvirt container> bash" to open a shell within the nova_libvirt container, then you can use virsh commands to examine and delete any extraneous secrets. This command might be all that you need:</div><div><br></div><div>[root@dcn01-hci-1 ~]# podman exec -ti 3e5e6c1a7864 virsh secret-undefine bd136bb0-fd78-5429-ab80-80b8c571d821</div><div><br></div><div>You should also delete the /etc/nova/secret.xml file, and let it be recreated when you re-run the deployment command.<br></div><div><br></div><div>Alan<br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><br></div><div>With regards,</div><div>Swogat Pradhan</div></div>
</blockquote></div></div>
</blockquote></div></div>
</blockquote></div>