Alex Kavanagh
Alex Kavanagh
Which versions of: pylxd LXD ?
Hi Peter It'll be the endpoint detection code that's trying to work out whether a package (from repos) or a snap is installed. The relevant code starts at: https://github.com/lxc/pylxd/blob/master/pylxd/client.py#L296 I...
Hi @gabrik You're not misusing the API; unfortunately the version of pylxd you are using is not compatible with the version of lxd you are using. The `AttributeError` issue is...
Yes, I'm pretty sure that 2.2.5 has a fix to this; latest is 2.2.7, but it as an `execute` issue that I'm looking into that became much more apparent with...
@gabrik The error is actually coming from LXD (i.e. it is being passed through pylxd directly from LXD). However, it could be because pylxd is sending the wrong data, or...
> I think this should be well documented, can I add this example to the documentation? @gabrik yes, please! Please do submit a PR for any changes/additions to the documentation...
I'm closing this as I think it is largely answered/covered by #319. Please feel free to re-open it if there is still an issue NOT related to the actual migration...
@Oussalvatore Please could you: a) Indicate the exact version of pylxd b) paste the error message/traceback here please. Thanks very much.
I've checked the code, and it's not obvious what the error might be. Which version of LXD are you using (on both source and target). Are they clustered (i.e. via...
@Oussalvatore thanks for the additional info. I'll have to sort out a lab for testing this (it's re-purposed at present), so any additional debug you can offer would be useful....