Mathieu Poussin
Mathieu Poussin
Note that we just migrated our backend to PostgreSQL and the issue is the same, so looks like this is not related to MySQL directly.
One solution would be to just ditch the dead MyISAM and switch to InnoDB to get ACID compliance and something more reliable ? (No more crashed tables) There should be...
However it looks like the python scripts cannot do external requests thru `http.client` for example, I am getting this error `ImportError: Cannot run any C extensions because native access is...
All our instances are running in VM so I cannot have the proper output to add support for modules on my side (but I already get the "device/vm" serial number...
Do you have the same issue with debug mode ? I cannot test more because of this.
Awesome :)
If by reports you mean charts (like the pie charts), they are working fine for me (I compile directly on master).
Hello, I am facing the same issue, fresh install of XCP-NG 8.2.0, I select Ext local storage in the installer. After restarting I don't see any storage available. I do...
I suspect it was related to the disk being previously used for ZFS.
A fix I found was to run the wipefs command on all the disks (this will delete all the disk FS metadata "magic strings", making the disks seen as blank)...