On Aug 24, 2011, at 7:27 AM, Shveta Sachdeva (JIRA) wrote: > No Reboot Option for RHEV Instances in deltacloud 0.4.0 > ------------------------------------------------------- > > Key: DTACLOUD-71 > URL: https://issues.apache.org/jira/browse/DTACLOUD-71 > Project: DeltaCloud > Issue Type: Bug > Components: Client (Ruby) > Environment: http://snowstorm.lab.eng.pnq.redhat.com:3005/api/ > Reporter: Shveta Sachdeva > Assignee: David Lutterkort > > > Reboot button or option is not there for instances in RHEV delta cloud 0.4.0
The 'reboot' call is not available for RHEV-M because RHEV-M doesn't support something like 'reboot'. You need to power off and power on machine in order to achieve something like 'reboot'. And since this isn't 'atomic' operation we will probably not support it by Deltacloud API. List of actions on instance available through RHEV-M Rest API: <link rel="shutdown" href="/rhevm-api/vms/ea1f296e-23da-4bb1-b6c4-b933808190ec/shutdown"/> <link rel="start" href="/rhevm-api/vms/ea1f296e-23da-4bb1-b6c4-b933808190ec/start"/> <link rel="stop" href="/rhevm-api/vms/ea1f296e-23da-4bb1-b6c4-b933808190ec/stop"/> <link rel="suspend" href="/rhevm-api/vms/ea1f296e-23da-4bb1-b6c4-b933808190ec/suspend"/> <link rel="detach" href="/rhevm-api/vms/ea1f296e-23da-4bb1-b6c4-b933808190ec/detach"/> <link rel="export" href="/rhevm-api/vms/ea1f296e-23da-4bb1-b6c4-b933808190ec/export"/> <link rel="move" href="/rhevm-api/vms/ea1f296e-23da-4bb1-b6c4-b933808190ec/move"/> <link rel="ticket" href="/rhevm-api/vms/ea1f296e-23da-4bb1-b6c4-b933808190ec/ticket"/> <link rel="migrate" href="/rhevm-api/vms/ea1f296e-23da-4bb1-b6c4-b933808190ec/migrate"/> PS: This VM is 'UP' -- Michal > > -- > This message is automatically generated by JIRA. > For more information on JIRA, see: http://www.atlassian.com/software/jira > > ------------------------------------------------------ Michal Fojtik, [email protected] Deltacloud API: http://deltacloud.org
