search for: num_iscsi_lun

Displaying 1 result from an estimated 1 matches for "num_iscsi_lun".

Did you mean: num_iscsi_luns
2009 Aug 11
1
[PATCH server] remove appliance bits
...rt-storage +++ /dev/null @@ -1,73 +0,0 @@ -#!/bin/bash -# -# ovirt-storage Set up storage for oVirt Server Appliance -# -# chkconfig: 3 96 4 -# description: oVirt Appliance Storage Services -# - -# Source functions library -. /etc/init.d/functions -TARGET_ID=32101 - -prog="ovirt-storage" -num_iscsi_luns=5 - -start() { - echo -n "Starting $prog: " - - # Set up the fake iscsi target - tgtadm --lld iscsi --op new --mode target --tid $TARGET_ID \ - -T ovirtpriv:storage - - # - # Now associate them to the LVs - # - for i in `seq 1 $num_iscsi_luns` ; do - tg...