Ricardo Mateus
Ricardo Mateus
@digdilem-work @gabjef Looks like I had provide the update for One table and forgot about another One. Tomorrow I Will have a look and provide another query, if you want...
@digdilem-work can you run the following sql command and report back if your issue is solved: ``` UPDATE suseStateRevisionConfigChannel SET position = ( SELECT rank - 1 FROM ( SELECT...
@gabjef this last One should be enough for this error. Let me know if it fixes the issue. On Next uyuni versions this problem Will fix automatically
@digdilem-work what are the channel type of the configuration channels you have on your system? Are those channels traditional configuration channels or salt ones?
Thank you for the information. Can you run the following queries and return the result: ``` select * from suseStateRevisionConfigChannel sc, rhnconfigchannel cc where sc.config_channel_id = cc.id; ``` And this...
Can you have a look at the description of this PR [1] since it can give you some tips about what needs to be checked and changed in our CI....
In my opinion we should stop building it ourselves and just use the upstream libvirt terrform provider. It would simplify our life, and we can path it if needed.
I the last 5 years I have never seen the need to release a patch for libvirt ourselves. But if needed we can make it using the infra from hashicorp...
I think the fix for this issue is already included in the latest uyuni version. @agraul could you confirm?
Hey @bisht-richa thank you for coming up with this. I have notice this, and the issue is a duplicated template, one is complete and have it, and the other one...