You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CP-311893: cross host backtraces for xe --trace (#6955)
xe `--trace` has existed since ~2014, but it isn't documented in
`--help`, and therefore not well known.
Also it only worked on a single host, limiting its usefulness in a pool.
However propagating backtraces between XAPIs in a pool is doable, by
using the already existing `backtrace` field in the Task object.
Having working cross-host backtraces appears to have been the original
design goal in
[doc/content/design/backtraces.md](https://github.com/xapi-project/xen-api/blob/master/doc/content/design/backtraces.md)
In theory this should also work cross-language, with python SM backends,
however some plumbing is missing there: it currently doesn't work with
either SMAPIv1 or SMAPIv3. Fixing that should be the topic of another PR
(by someone else).
0 commit comments