canonical / microcloud

Automated private cloud based on LXD, Ceph and OVN
https://microcloud.is
GNU Affero General Public License v3.0
260 stars 36 forks source link

microcloud/service: Fix semver comparison #302

Closed masnax closed 2 months ago

masnax commented 2 months ago

Semver was being compared backwards, so LXDs younger than 5.21 weren't restarting.

I hate these -1,0,1 functions :(