Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / teshsuite / msg / storage / platform.xml
index 18382b2..22a4876 100644 (file)
                </storage_type>
 
                <!-- DISKS -->
-               <storage id="cdisk" typeId="single_HDD" content="msg/storage/storage_content_c.txt" />
+               <storage id="cdisk" typeId="single_HDD" content="storage_content_c.txt" attach="client"/>
 
-               <storage id="sdisk1" typeId="single_SSD" content="msg/storage/storage_content_s1.txt">
+               <storage id="sdisk1" typeId="single_SSD" content="storage_content_s1.txt" attach="server">
                        <prop id="usage" value="File system"/>
                </storage>
-                       
-               <storage id="sdisk2" typeId="single_HDD" content="msg/storage/storage_content_s2.txt" >
+
+               <storage id="sdisk2" typeId="single_HDD" content="storage_content_s2.txt" attach="server">
                        <prop id="usage" value="Cache"/>
                </storage>