Jump to: navigation, search

Difference between revisions of "XenServerRescue"

Line 6: Line 6:
 
== Release Note ==
 
== Release Note ==
  
This section should include a paragraph describing the end-user impact of this change.  It is meant to be included in the release notes of the first release in which it is implemented.  (Not all of these will actually be included in the release notes, at the release manager's discretion; but writing them is a useful exercise.)
+
This functionality will give a user the ability to mount their instance's disk to a temporary "rescue" instance in the event that the instance becomes unbootable.
 
 
It is mandatory.
 
  
 
== Rationale ==
 
== Rationale ==
Line 18: Line 16:
 
== Design ==
 
== Design ==
  
You can have subsections that better describe specific parts of the issue.
+
== Implementation ==
 +
 
 +
'''Rescue'''
  
== Implementation ==
+
* shut down instance
 +
* spawn temporary instance
 +
* create temporary VBD
 +
* plug VBD into temporary instance
 +
* setup VNC console access to temporary instance
 +
 
 +
'''Unrescue'''
  
This section should describe a plan of action (the "how") to implement the changes discussed. Could include subsections like:
+
* unplug VBD
 +
* destroy temporary VBD
 +
* destroy temporary instance
 +
* boot normal instance
  
 
=== UI Changes ===
 
=== UI Changes ===
 
Should cover changes required to the UI, or specific UI that is required to implement this
 
  
 
=== Code Changes ===
 
=== Code Changes ===
 
Code changes should include an overview of what needs to change, and in some cases even the specific details.
 
  
 
=== Migration ===
 
=== Migration ===
 
Include:
 
* data migration, if any
 
* redirects from old URLs to new ones, if any
 
* how users will be pointed to the new way of doing things, if necessary.
 
  
 
== Test/Demo Plan ==
 
== Test/Demo Plan ==
 
This need not be added or completed until the specification is nearing beta.
 
  
 
== Unresolved issues ==
 
== Unresolved issues ==
 
This should highlight any issues that should be addressed in further specifications, and not problems with the specification itself; since any specification with problems cannot be approved.
 
 
== BoF agenda and discussion ==
 
 
Use this section to take notes during the BoF; if you keep it in the approved spec, use it for summarising what was discussed and note any options that were rejected.
 
 
----
 
[[Category:Spec]]
 

Revision as of 17:41, 31 January 2011

Summary

The ability to boot from a rescue image and mount the original virtual machine's disk as a secondary block device. System could have a standard rescue image or use the same base image and the instance being rescued.

Release Note

This functionality will give a user the ability to mount their instance's disk to a temporary "rescue" instance in the event that the instance becomes unbootable.

Rationale

User stories

Assumptions

Design

Implementation

Rescue

  • shut down instance
  • spawn temporary instance
  • create temporary VBD
  • plug VBD into temporary instance
  • setup VNC console access to temporary instance

Unrescue

  • unplug VBD
  • destroy temporary VBD
  • destroy temporary instance
  • boot normal instance

UI Changes

Code Changes

Migration

Test/Demo Plan

Unresolved issues