Changeset 2463

Show
Ignore:
Timestamp:
01/20/07 10:36:19 (2 years ago)
Author:
dhozac
Message:

Document the configuration for vdevmap.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/doc/configuration.xml

    r2462 r2463  
    8888          </description> 
    8989        </scalar> 
     90      </collection> 
     91 
     92      <collection name="vdevmap"> 
     93        <collection name="x" type="sybmolic"> 
     94          <description>'x' is an arbitrary name, replace it with e.g. device names</description> 
     95          <boolean name="open"> 
     96            <description>When this file exists, the device can be opened</description> 
     97          </boolean> 
     98          <boolean name="create"> 
     99            <description>When this file exists, the device can be created (if the guest has <optionref ref="bcapabilities">CAP_MKNOD</optionref>)</description> 
     100          </boolean> 
     101          <boolean id="vdevmap-remap" name="remap"> 
     102            <description> 
     103When this file exists, <optionref ref="vdevmap-target">target</optionref> will 
     104have to exist as well and opening the device will in fact open the target device 
     105            </description> 
     106          </boolean> 
     107          <scalar name="flags"> 
     108            <description>This file will let you specify unimplemented flags manually</description> 
     109          </scalar> 
     110          <scalar name="device"> 
     111            <description>Contains the name of a device node</description> 
     112          </scalar> 
     113          <scalar id="vdevmap-target" name="target"> 
     114            <description>Contains the device node of the target node to open instead of the device when <optionref ref="vdevmap-remap">remap</optionref> is set</description> 
     115          </scalar> 
     116        </collection> 
    90117      </collection> 
    91118