Custom Query (98 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (25 - 27 of 98)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Ticket Resolution Summary Owner Reporter
#15 fixed Attempt to run experiment with 2 VMs running -bsd82.rspec somebody lnevers@bbn.com
Description

Attempts to set up a 2 emulab-openvz experiment on 1 LAN, failed with the following error:

Asked https://boss.utah.geniracks.net/protogeni/xmlrpc/am/2.0 to reserve resources. 
No manifest Rspec returned. ProtocolError: <ProtocolError for 
boss.utah.geniracks.net/protogeni/xmlrpc/am/2.0: 504 Gateway Time-out> 
INFO:omni: ============================================================
#16 fixed Resource available is not in synch with information in listresources somebody lnevers@bbn.com
Description

There are instances of resource information out of synch between listresources and reserved resources. Occurred 05/15 9:00 eastern.

According to listresources "pc5" is available, but Chaos checked the reservations on the rack and found pc5 was in a slice I reserved called pgeni-gpolab-bbn-com+slice+image which failed due to lack of resources yesterday afternoon.

#17 fixed Sliver creation fails with "could not reserver vlan tags" somebody lnevers@bbn.com
Description

An experiment named "2rawpc-bsd" was run at 10:22 eastern using 2 raw-pcs with FBSD82-STD and one LAN. Create sliver failed with the following error:

Result Summary: Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+2rawpc-bsd 
expires on 2012-05-16 15:22:38 UTC
Asked https://boss.utah.geniracks.net/protogeni/xmlrpc/am/2.0 to reserve resources. 
No manifest Rspec returned. Could not reserve vlan tags 

The RSpec used:

<rspec type="request" 
	xmlns="http://www.geni.net/resources/rspec/3" 
	xmlns:flack="http://www.protogeni.net/resources/rspec/ext/flack/1" 
	xmlns:planetlab="http://www.planet-lab.org/resources/sfa/ext/planetlab/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/request.xsd">  
 <node client_id="PC" component_manager_id="urn:publicid:IDN+utah.geniracks.net+authority+cm" exclusive="true">
    <sliver_type name="raw-pc">
      <disk_image name="urn:publicid:IDN+utah.geniracks.net+image+emulab-ops//FBSD82-STD"/>
    </sliver_type>
    <interface client_id="PC:if0">
    </interface>
  </node>
  <node client_id="PC-0" component_manager_id="urn:publicid:IDN+utah.geniracks.net+authority+cm" exclusive="true">
    <sliver_type name="raw-pc">
      <disk_image name="urn:publicid:IDN+utah.geniracks.net+image+emulab-ops//FBSD82-STD"/>
    </sliver_type>
    <interface client_id="PC-0:if0">
    </interface>
  </node>
  <link client_id="lan0">
    <component_manager name="urn:publicid:IDN+utah.geniracks.net+authority+cm"/>
    <interface_ref client_id="PC-0:if0"/>
    <interface_ref client_id="PC:if0"/>
    <property source_id="PC-0:if0" dest_id="PC:if0"/>
    <property source_id="PC:if0" dest_id="PC-0:if0"/>
    <link_type name="lan"/>
  </link>
</rspec>
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Note: See TracQuery for help on using queries.