Changes between Version 2 and Version 3 of Doc/BasicConfig/AII


Ignore:
Timestamp:
Apr 14, 2008, 11:42:13 PM (16 years ago)
Author:
jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/BasicConfig/AII

    v2 v3  
    1515== File Systems and Block Devices ==
    1616
    17 In AII v2, block devices and file systems are declared separatly. Filesystems are declared as an ordered list allowing to customize different aspect of a file system (mount point, mount options, format, ...). Each file system in the list is described as a nlist. One property in the nlist describing a file system is `block device` : its value is an entry in the structure describing block devices (physical disk, logical volumes, ...). To add or modify a filesystem on a system, it is recommended to use 'fileystem_mod` function. An example is :
     17In AII v2, block devices and file systems are declared separatly.
     18
     19=== File Systems ===
     20
     21Filesystems are declared as an ordered list allowing to customize different aspect of a file system (mount point, mount options, format, ...). Each file system in the list is described as a nlist. One property in the nlist describing a file system is `block device` : its value is an entry in the structure describing block devices (physical disk, logical volumes, ...). To add or modify a filesystem on a system, it is recommended to use 'fileystem_mod` function. An example is :
    1822
    1923{{{
     
    4751
    4852Look at [source:templates/trunk/sites/example/filesystems/glite.tpl sites/example/filesystems/glite.tpl] for more details.
     53
     54=== Block Devices ===
    4955