Conversation
|
@bensmrs @luissimas looks like Linstor is out of rc and on stable now. Sadly tests still fail and appear to fail consistently as I've had the same errors 3 tries in a row. Any idea what's going on? |
|
I’m throwing you under the bus, @luissimas, as I have no work time scheduled on Incus development this month, and my personal dev time is fully taken by other projects… |
|
I can take a look at it this week. I'm currently getting my development environment up and running again, and fighting Fedora packages in the process :'). I haven't looked into it yet, but from the information we have so far I think we either:
Anyway, these are just initial guesses. Once I get my environment up and running again I'll try to reproduce the issue and really see what's going on. I'm also a bit short on time, so I'll be working on this a little bit every day. I should have an update until the end of the week, but probably earlier than that :). |
|
Actually, I think this might be a different error altogether. The clustered tests are green, and the failure from the standalone tests seems different from the one we were seeing with the RC version of Linstor: I'll investigate this anyway, but it seems like at least the stable Linstor version gives us a behavior somewhat closer to our expectations. |
|
Yeah, the error definitely is different from the RC, we seem to be hitting some issues with snapshot restoration now. |
|
Oh that’s “good” news, as that one feels easier to troubleshoot. Now we need to know why the volume is not made available. |
|
I fixed my setup and was able to reproduce the issue locally (and consistently). It seems to only happen when using the ZFS backend. I did some tests using the LVM backend and was not able to reproduce the issue there. I'll dig deeper in the next few days, but there are several mentions to "zfs rollback" in the latest release notes, so I think this might be related. |
|
Ah, I'll do a test to see if LVM somehow behaves now in the tests, maybe we can switch to that until we track down the issue with ZFS. |
Signed-off-by: Stéphane Graber <[email protected]>
Signed-off-by: Stéphane Graber <[email protected]>
Signed-off-by: Stéphane Graber <[email protected]>
This reverts commit 2711763. Signed-off-by: Stéphane Graber <[email protected]>
c673b0e to
78752c9
Compare
|
No such luck with LVM, it's also failing but with an error we've seen before around LV name length. So probably best to sort out the ZFS failure, that seems easier :) For now I'm going to have this PR only handle swagger so we can get it merged before the 6.17 release. |
No description provided.