Matthias

Results 12 comments of Matthias

Hello @jserviceorg, The developement versions of Backroll are almost done. You can try them there : [https://github.com/DIMSI-IS/BackROLL/tree/main/compose_project](https://github.com/DIMSI-IS/BackROLL/tree/main/compose_project).

Hello @WardPearce and @eddiewang, You can preview the developpement versions of Backroll at [https://github.com/DIMSI-IS/BackROLL/tree/main/compose_project](https://github.com/DIMSI-IS/BackROLL/tree/main/compose_project). Feel free to open a discussion if you need some updates or if you have any...

Hi @stiaga and @vigneshvrm , You may follow the PR here : https://github.com/apache/cloudstack/pull/8251. We still need to stabilize the connection and to do a bit of refactoring.

Hello @steven3579, Sorry for the late response. Here is where the error is raised : https://github.com/DIMSI-IS/BackROLL/blob/d78395a0f5272e4ea7642c1f4333e4868af4471a/src/core/app/kvm/kvm_list_disk.py#L24-L47 Based on the error in the logs you have provided, I understand that the...

Hello @steven3579, Thank you for your quick response. Here is the part of the XML that is extracted by the function : ```XML 600dd17d19a54d9b97fd ``` Indeed the Ceph RDB storage...

Hello @virsibl, I am closing the issue because you have managed to backup your VM. For points 1 and 3 you can open new issues or start discussions here [https://github.com/DIMSI-IS/BackROLL/discussions/categories/q-a](https://github.com/DIMSI-IS/BackROLL/discussions/categories/q-a)...

Hello Lorenzo, Thank you for your report. Indeed, we have worked with string replacements previously but you need to enumerate all the cases to make it work reliably and you...

Hello @tanganellilore, ### About Celery & Flower Yes it would be great to only deal with Python objects ! Thank you for the suggestion. And indeed by deleting the string...

Hello @vigneshvrm, The “Invalid parameter: redirect_uri” is a known issue when logging out, but indeed you should be able to login at first. We need to update the frontend code...

The bug has been fixed by #66 but some improvements or fixes can be picked from this branch.