xcp-ng / xcp

Entry point for issues and wiki. Also contains some scripts and sources.
https://xcp-ng.org
1.32k stars 74 forks source link

Invalid attempt to start snapshots following host reboot #625

Closed Danp2 closed 1 year ago

Danp2 commented 1 year ago

This is a continuation of the issue originally reported on the forums. It seems to me that this line could be modified to exclude snapshots by adding is-a-snapshot=false to it.

Thoughts?

stormi commented 1 year ago

Pinging @benjamreis and @gthvn1 for their opinion

Danp2 commented 1 year ago

FWIW, I tried the above on my local host and it appears to work without issue AFAICS.

benjamreis commented 1 year ago

Thx for the report and investigation, indeed snapshots and templates should no be autostarted I opened a PR upstream to fix it. :)

Regard

benjamreis commented 1 year ago

Upstream PR merged. Will be released in next release.