Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Finalize properties on AS.
[simgrid.git] / examples / platforms / storage.xml
index db881dc..8046a21 100644 (file)
@@ -9,22 +9,22 @@
 
        <AS id="AS0" routing="Full">
 
-               <storage_type id="samsung" model="RAID5" content="content/storage_content.txt">
+               <storage_type id="samsung" model="RAID5" content="content/storage_content.txt" size="500">
                        <prop id="Bwrite" value="30000000" /> <!-- 30Mo/s -->
                        <prop id="Bread" value="100000000" /> <!-- 100Mo/s -->
-                       <prop id="Bconnexion" value="6000000000" /> <!-- 6Go/s -->
+                       <prop id="Bconnection" value="150000000" /> <!-- 150Mo/s -->
                </storage_type>
 
-               <storage_type id="crucial" model="SSD" content="content/storage_content.txt">
+               <storage_type id="crucial" model="SSD" content="content/storage_content.txt" size="500">
                        <prop id="Bwrite" value="30000000" />
                        <prop id="Bread" value="100000000" />
-                       <prop id="Bconnexion" value="6000000000" />
+                       <prop id="Bconnection" value="150000000" />
                </storage_type>
 
-               <storage_type id="wdigital" model="RAID0" content="content/storage_content.txt">
+               <storage_type id="wdigital" model="RAID0" content="content/storage_content.txt" size="500">
                        <prop id="Bwrite" value="30000000" />
                        <prop id="Bread" value="100000000" />
-                       <prop id="Bconnexion" value="6000000000" />
+                       <prop id="Bconnection" value="150000000" />
                </storage_type>
 
                <storage id="Disk1" typeId="crucial"/>
                <storage id="Disk4" typeId="wdigital"/>
 
                <host id="bob" power="1000000000">
-                       <mount id="Disk1" name="C:"/>                   
+                       <mount id="Disk1" name="/home"/>                        
                </host>         
                
                <host id="alice" power="1000000000">
-                       <mount id="Disk2" name="C:"/>
+                       <mount id="Disk2" name="/home"/>
                </host>
 
                <host id="carl" power="1000000000">             
-                       <mount id="Disk3" name="C:"/>           
+                       <mount id="Disk3" name="/home"/>                
                </host>
                
                <host id="denise" power="1000000000">
-                       <mount id="Disk4" name="C:"/>   
+                       <mount id="Disk4" name="/home"/>        
                </host>
 
                <link id="link1" bandwidth="125000000" latency="5E-5" />