kimselius opened a new issue, #8869:
URL: https://github.com/apache/cloudstack/issues/8869
<!--
Verify first that your issue/request is not already reported on GitHub.
Also test if the latest release and main branch are affected too.
Always add information AFTER of these HTML comments, but no need to delete
the comments.
-->
##### ISSUE TYPE
<!-- Pick one below and delete the rest -->
* Feature Idea
##### COMPONENT NAME
<!--
Categorize the issue, e.g. API, VR, VPN, UI, etc.
-->
~~~
New feature (UI, API, etc)
~~~
##### CLOUDSTACK VERSION
<!--
New line separated list of affected versions, commit ID for issues on main
branch.
-->
~~~
N/A
~~~
##### CONFIGURATION
<!--
Information about the configuration if relevant, e.g. basic network,
advanced networking, etc. N/A otherwise
-->
N/A
##### OS / ENVIRONMENT
<!--
Information about the environment if relevant, N/A otherwise
-->
N/A
##### SUMMARY
<!-- Explain the problem/feature briefly -->
There should be an ability to set auto boot (restart) for VMs with local
storage, i.e. similar functionality as ´virsh autostart VM´ in KVM.
When a server reboot occurs, for instance if heartbeat on the host can't
write to NFS share, the server will reboot. In current versions of cloudstack,
all instances using local storage on that host will need to be manually started
after the reboot. There should be a functionality to mark VMs to be auto
started when the host is live again.
This is particularly useful when a compute instance is using local storage
(SSDs) for system disk, but NFS etc. for data storage, or when not using
networked attached storage but local storage only configurations.
This is functionality similar to what is requested in #8687
##### STEPS TO REPRODUCE
<!--
For bugs, show exactly how to reproduce the problem, using a minimal
test-case. Use Screenshots if accurate.
For new features, show how the feature would be used.
-->
<!-- Paste example playbooks or commands between quotes below -->
~~~
Example of possible implementation:
- UI and API option for compute instance to auto boot on host startup
(enable/disable feature per compute instance).
- Mgmt server to issue startup of compute instances when Host is ready.
~~~
<!-- You can also paste gist.github.com links for larger files -->
##### EXPECTED RESULTS
<!-- What did you expect to happen when running the steps above? -->
~~~
Compute instances with local storage should be able able to auto start (if
configured) when a host is live again after reboot.
~~~
##### ACTUAL RESULTS
<!-- What actually happened? -->
<!-- Paste verbatim command output between quotes below -->
~~~
Currently all local storage compute instances needs to be manually started
after host reboot.
~~~
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]