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
During its operation, the LXD daemon often end up checking the versions of external tools like apparmor_parser, dnsmasq, nft, xtables, QEMU, rsync, rbd and radosgw-admin. Doing those ${BIN} --version calls is not free so the obtained version information should be cached after the first version check or maybe at LXD daemon start.
The list of such version checks can be obtained with this git grep:
During its operation, the LXD daemon often end up checking the versions of external tools like
apparmor_parser
,dnsmasq
,nft
,xtables
, QEMU,rsync
,rbd
andradosgw-admin
. Doing those${BIN} --version
calls is not free so the obtained version information should be cached after the first version check or maybe at LXD daemon start.The list of such version checks can be obtained with this
git grep
:The text was updated successfully, but these errors were encountered: