id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	dependencies
60	Nodes that are part of expired slices can be accessed when sliver is expired.	tupty@bbn.com	somebody	After a sliver has expired in ORCA, a normal manifest is returned for the sliver by !ListResources:\r\n{{{\r\n<rspec type="manifest" xmlns="http://www.geni.net/resources/rspec/3" xmlns:ns2="http://hpn.east.isi.edu/rspec/ext/stitch/0.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.geni.net/resources/rspec/3 http://www.geni.net/resources/rspec/3/manifest.xsd http://hpn.east.isi.edu/rspec/ext/stitch/0.1/ http://hpn.east.isi.edu/rspec/ext/stitch/0.1/stitch-schema.xsd">  \r\n      <node client_id="0ba1a49d-ef80-4669-91a4-62ae3424747f#geni0" component_id="urn:publicid:IDN+exogeni.net:bbnvmsite+authority+cm" exclusive="true" sliver_id="urn:publicid:IDN+exogeni.net:bbnvmsite+sliver+0ba1a49d-ef80-4669-91a4-62ae3424747f#geni0">    \r\n            <sliver_type name="m1.small">      \r\n                  <disk_image name="http://geni-images.renci.org/images/standard/debian/debian-squeeze-amd64-neuca-2g.zfilesystem.sparse.v0.2.xml" version="397c431cb9249e1f361484b08674bc3381455bb9"/>      \r\n            </sliver_type>    \r\n            <services>      \r\n                  <login authentication="ssh-keys" hostname="192.1.242.6" port="22" username="root"/>      \r\n                  <execute command="#!/bin/bash # Automatically generated boot script execString=&amp;quot;/bin/sh -c \\&amp;quot;hostname tuptymon-bbn\\&amp;quot;&amp;quot; eval $execString  "/>      \r\n            </services>    \r\n            <interface client_id="0ba1a49d-ef80-4669-91a4-62ae3424747f#geni0:if1"/>    \r\n      </node>  \r\n      <link client_id="0ba1a49d-ef80-4669-91a4-62ae3424747f#center" sliver_id="urn:publicid:IDN+exogeni.net:bbnvmsite+sliver+0ba1a49d-ef80-4669-91a4-62ae3424747f#center" vlantag="1750.0">    \r\n            <interface_ref client_id="0ba1a49d-ef80-4669-91a4-62ae3424747f#geni0:if1"/>    \r\n      </link>  \r\n</rspec>\r\n}}}\r\n\r\nHowever, !SliverStatus reports that the sliver doesn't exist anymore:\r\n{{{\r\nFailed to get SliverStatus on tuptymon at AM https://bbn-hn.exogeni.net:11443/orca/xmlrpc: ERROR: There are no reservations in the slice with sliceId = urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+tuptymon\r\n}}}\r\n\r\nBasically, some part of ORCA is treating the sliver like it still exists, while another part of ORCA knows that the sliver has expired.  The actual compute resources for the sliver at the aggregate had been deleted.  A new sliver under the same GENI slice cannot be created until the old sliver is explicitly deleted.\r\n\r\nOnce the sliver expires, it should not need to be explicitly deleted in order to create the sliver again.	task	new	major		AM	SPIRAL4				
