GitHub user weizhouapache added a comment to the discussion: Ubuntu 20.04 Template Problem
> Hi, i would like to, but how? There is no binary file and i am to able to > compile it from changed source. Best regards, Rastislav we do not provide binary for testing, you can apply the changes and build from source. you may refer to the github actions : [action.yml](https://github.com/apache/cloudstack/blob/main/.github/actions/install-nonoss/action.yml) and [build.yml](https://github.com/apache/cloudstack/blob/main/.github/workflows/build.yml) When it is done, copy files to management server ``` scp systemvm/dist/* <mgmt server IP>:/usr/share/cloudstack-common/vms/ ``` then destroy the Secondary storage VM (SSVM), and test when the new SSVM is Up GitHub link: https://github.com/apache/cloudstack/discussions/12610#discussioncomment-18161584 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
