Changes between Version 1 and Version 2 of GENIRacksHome/InstageniRacks/XenTestStatus/IG-XN-3


Ignore:
Timestamp:
08/12/13 10:38:31 (11 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/InstageniRacks/XenTestStatus/IG-XN-3

    v1 v2  
    2424== Test Execution Details ==
    2525
    26 This testing is executed with GENI Clearinghouse Credentials.
     26This testing is executed with GENI Clearinghouse Credentials.  Tests are executed incrementally and requests are submitted sequentially until limit is reached.
     27Tests are scheduled in advance, as they have a major impact on the rack's resources.
    2728
    28 Tests will be executed incrementally and requests will be submitted sequentially until limit is reached.
     29Utah Rack nodes have 48GB of memory, of which 45GB is available for guests. The G7s have 12 cores, but with hyperthreading set to 24.
    2930
    30 These tests will be scheduled in advance, as they have a major impact on the rack's resources.
     31== Default Guest Memory size 512 MB ==
     32
     33Determine max number of guests allocated for a requests that use slivers with 2 VMs connected by a link. Using the following RSpec:
     34{{{
     35  <node client_id="xen1" component_manager_id="urn:publicid:IDN+utah.geniracks.net+authority+cm" exclusive="false">
     36    <sliver_type name="emulab-xen">
     37      <emulab:xen ram="512"/>
     38    </sliver_type>
     39    <interface client_id="xen1:if0">
     40    </interface>
     41  </node>
     42  <node client_id="xen2" component_manager_id="urn:publicid:IDN+utah.geniracks.net+authority+cm" exclusive="false">
     43    <sliver_type name="emulab-xen">
     44      <emulab:xen ram="512"/>
     45    </sliver_type>
     46    <interface client_id="xen2:if0">
     47    </interface>
     48  </node>
     49  <link client_id="link0">
     50    <component_manager name="urn:publicid:IDN+utah.geniracks.net+authority+cm"/>
     51    <interface_ref client_id="xen2:if0"/>
     52    <interface_ref client_id="xen1:if0"/>
     53    <property source_id="xen2:if0" dest_id="xen1:if0"/>
     54    <property source_id="xen1:if0" dest_id="xen2:if0"/>
     55  </link>
     56}}}
     57
     58== Default Guest Memory size 1024 MB ==
     59
     60Determine max number of guests allocated for a requests that use slivers with 2 VMs connected by a link. Using the following RSpec:
     61{{{
     62  <node client_id="xen1" component_manager_id="urn:publicid:IDN+utah.geniracks.net+authority+cm" exclusive="false">
     63    <sliver_type name="emulab-xen">
     64      <emulab:xen ram="1024"/>
     65    </sliver_type>
     66    <interface client_id="xen1:if0">
     67    </interface>
     68  </node>
     69  <node client_id="xen2" component_manager_id="urn:publicid:IDN+utah.geniracks.net+authority+cm" exclusive="false">
     70    <sliver_type name="emulab-xen">
     71      <emulab:xen ram="1024"/>
     72    </sliver_type>
     73    <interface client_id="xen2:if0">
     74    </interface>
     75  </node>
     76  <link client_id="link0">
     77    <component_manager name="urn:publicid:IDN+utah.geniracks.net+authority+cm"/>
     78    <interface_ref client_id="xen2:if0"/>
     79    <interface_ref client_id="xen1:if0"/>
     80    <property source_id="xen2:if0" dest_id="xen1:if0"/>
     81    <property source_id="xen1:if0" dest_id="xen2:if0"/>
     82  </link>
     83}}}
     84