~ubuntu-branches/ubuntu/trusty/cinder/trusty

« back to all changes in this revision

Viewing changes to cinder/volume/drivers/huawei/cinder_huawei_conf.xml.sample

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Yolanda Robla Mota, James Page, Chuck Short
  • Date: 2013-02-22 10:45:17 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20130222104517-ng3r6ace9vi4m869
Tags: 2013.1.g3-0ubuntu1
[ Yolanda Robla Mota ]
* d/control: Add BD on python-hp3parclient.
* d/patches: Drop patches related to disabling hp3parclient.

[ James Page ]
* d/control: Add Suggests: python-hp3parclient for python-cinder.
* d/control: Add BD on python-oslo-config.
* d/*: Wrapped and sorted.

[ Chuck Short ]
* New upstream release.
* debian/rules, debian/cinder-volumes.install: 
  - Fail if binaries are missing and install missing binaries.
* debian/patches/fix-ubuntu-tests.patch: Fix failing tests.
* debian/control: Add python-rtslib and python-mock.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" ?>
 
2
<config>
 
3
    <Storage>
 
4
        <ControllerIP0>x.x.x.x</ControllerIP0>
 
5
        <ControllerIP1>x.x.x.x</ControllerIP1>
 
6
        <UserName>xxxxxx</UserName>
 
7
        <UserPassword>xxxxxx</UserPassword>
 
8
    </Storage>
 
9
    <LUN>
 
10
        <!--LUN Type: Thick, or Thin. Default: Thick-->
 
11
        <LUNType>Thick</LUNType>
 
12
        <!--The stripe size can be 4, 8, 16, 32, 64, 128, 256, and 512 in the unit of KB.Default: 64-->
 
13
        <StripUnitSize>64</StripUnitSize>
 
14
        <!--The write cache policy of the LUN:-->
 
15
        <!--1 specifies write back, 2 specifies write through, 3 specifies write back mandatorily.Default: 1-->
 
16
        <WriteType>1</WriteType>
 
17
        <!--Enables or disbles cahce mirroring: 0 Disable, or 1 Enable. Default: Enable-->
 
18
        <MirrorSwitch>1</MirrorSwitch>
 
19
        <!--The prefetch policy of the reading cache:-->
 
20
        <!--prefetch type 0 specifies non-preftch and prefetch value is 0,-->
 
21
        <!--prefetch type 1 specifies constant prefetch and  prefetch value ranges from 0 to 1024 in the unit of KB,-->
 
22
        <!--prefetch type 2 specifies variable prefetch and value specifies cache prefetch multiple ranges from 0 to 65535,-->
 
23
        <!--prefetch type 3 specifies intelligent prefetch Intelligent and Vaule is 0,-->
 
24
        <!--Default:  prefetch type 0 and prefetch value 0-->
 
25
        <Prefetch Type="0" Value="0"/>
 
26
        <StoragePool Name="xxxxxx"/>
 
27
        <StoragePool Name="xxxxxx"/>
 
28
    </LUN>
 
29
    <iSCSI>
 
30
        <DefaultTargetIP>x.x.x.x</DefaultTargetIP>
 
31
        <Initiator Name="xxxxxx" TargetIP="x.x.x.x"/>
 
32
        <Initiator Name="xxxxxx" TargetIP="x.x.x.x"/>
 
33
    </iSCSI>
 
34
</config>