(Created page with "{{admon/important | Comments and Explanations | The page source contains comments providing guidance to fill out each section. They are invisible when viewing this page. To rea...") |
(move to OpenStack category) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
= OpenStack using virtual watchdog = | |||
== Summary == | |||
Allow OpenStack users to specify a virtual watchdog device for guests. | |||
== Owner == | |||
* Name: [[User:Rjones| Richard Jones]] | |||
* Email: rjones@redhat.com | |||
== Current status == | |||
* Targeted release: [[Releases/18 | Fedora 18 ]] | |||
* Last updated: 2011-12-20 | |||
* Percentage of completion: 00% | |||
== Detailed Description == | |||
QEMU/KVM supports a [https://rwmj.wordpress.com/2010/03/03/what-is-a-watchdog/ virtual watchdog device]. This device lets you have the guest reboot automatically if it becomes unresponsive. It is a first line of recovery for servers. | |||
There is currently no way to enable this device in OpenStack, even though OpenStack can be configured to use libvirt and KVM. | |||
We would like to add a way to let users choose to enable the virtual watchdog device. | |||
== Benefit to Fedora == | |||
Users who install [[Features/OpenStack Essex|Fedora 17 and OpenStack Essex]] will be able to enable a virtual watchdog in their guests. | |||
== Scope == | |||
We will aim to get this feature into OpenStack upstream first, ensure that it is backported to Essex upstream, and then package it for Fedora 17. | |||
== | == How To Test == | ||
TBD. A test day has been booked for OpenStack. | |||
<!-- This does not need to be a full-fledged document. Describe the dimensions of tests that this feature is expected to pass when it is done. If it needs to be tested with different hardware or software configurations, indicate them. The more specific you can be, the better the community testing can be. | <!-- This does not need to be a full-fledged document. Describe the dimensions of tests that this feature is expected to pass when it is done. If it needs to be tested with different hardware or software configurations, indicate them. The more specific you can be, the better the community testing can be. | ||
Line 55: | Line 49: | ||
== User Experience == | == User Experience == | ||
Users will be able to enable a watchdog device from the Nova command line. | |||
== Dependencies == | == Dependencies == | ||
(None, since QEMU in Fedora already has the virtual watchdog, and it can be enabled through libvirt which is already in Fedora) | |||
== Contingency Plan == | == Contingency Plan == | ||
No plan needed. If the feature is not ready, it can simply be dropped. | |||
== Documentation == | == Documentation == | ||
Line 73: | Line 70: | ||
== Comments and Discussion == | == Comments and Discussion == | ||
* See [[Talk:Features/ | * See [[Talk:Features/OpenStack using virtual watchdog]] | ||
[[Category:FeaturePageIncomplete]] | [[Category:FeaturePageIncomplete]] | ||
Line 81: | Line 77: | ||
<!-- After review, the feature wrangler will move your page to Category:FeatureReadyForFesco... if it still needs more work it will move back to Category:FeaturePageIncomplete--> | <!-- After review, the feature wrangler will move your page to Category:FeatureReadyForFesco... if it still needs more work it will move back to Category:FeaturePageIncomplete--> | ||
<!-- A pretty picture of the page category usage is at: https://fedoraproject.org/wiki/Features/Policy/Process --> | <!-- A pretty picture of the page category usage is at: https://fedoraproject.org/wiki/Features/Policy/Process --> | ||
[[Category:OpenStack]] |
Latest revision as of 06:18, 25 April 2012
OpenStack using virtual watchdog
Summary
Allow OpenStack users to specify a virtual watchdog device for guests.
Owner
- Name: Richard Jones
- Email: rjones@redhat.com
Current status
- Targeted release: Fedora 18
- Last updated: 2011-12-20
- Percentage of completion: 00%
Detailed Description
QEMU/KVM supports a virtual watchdog device. This device lets you have the guest reboot automatically if it becomes unresponsive. It is a first line of recovery for servers.
There is currently no way to enable this device in OpenStack, even though OpenStack can be configured to use libvirt and KVM.
We would like to add a way to let users choose to enable the virtual watchdog device.
Benefit to Fedora
Users who install Fedora 17 and OpenStack Essex will be able to enable a virtual watchdog in their guests.
Scope
We will aim to get this feature into OpenStack upstream first, ensure that it is backported to Essex upstream, and then package it for Fedora 17.
How To Test
TBD. A test day has been booked for OpenStack.
User Experience
Users will be able to enable a watchdog device from the Nova command line.
Dependencies
(None, since QEMU in Fedora already has the virtual watchdog, and it can be enabled through libvirt which is already in Fedora)
Contingency Plan
No plan needed. If the feature is not ready, it can simply be dropped.