Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
slightly modify the example to check that overwriting storage_type
authorsuter <frederic.suter@cc.in2p3.fr>
Sat, 5 Oct 2013 15:29:57 +0000 (17:29 +0200)
committersuter <frederic.suter@cc.in2p3.fr>
Sun, 6 Oct 2013 16:41:03 +0000 (18:41 +0200)
contents by storage contents is possible

examples/platforms/storage.xml

index 451a0bf..84310bd 100644 (file)
@@ -26,7 +26,9 @@
 
                <storage id="Disk1" typeId="single_HDD"/>
                <storage id="Disk2" typeId="single_SSD"/>
-               <storage id="Disk3" typeId="single_HDD"/>
+               <storage id="Disk3" typeId="single_HDD"
+                         content="content/storage_content.txt" 
+                        content_type="txt_unix"/>
                <storage id="Disk4" typeId="single_SSD"/>
 
                <host id="bob" power="1Gf">