Skip to content

Commit

Permalink
Merge commit 'refs/top-bases/linux-have-libefi' into linux-have-libefi
Browse files Browse the repository at this point in the history
  • Loading branch information
behlendorf committed Nov 26, 2008
2 parents ddbf552 + ffdf467 commit 618c202
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions scripts/zpios.sh
Expand Up @@ -13,6 +13,8 @@ KPIOS_POST=$6
PROFILE_KPIOS_PRE=/home/behlendo/src/zfs/scripts/profile-kpios-pre.sh
PROFILE_KPIOS_POST=/home/behlendo/src/zfs/scripts/profile-kpios-post.sh

DEVICES="/dev/hda"

echo ------------------------- ZFS TEST LOG ---------------------------------
echo -n "Date = "; date
echo -n "Kernel = "; uname -r
Expand All @@ -35,16 +37,8 @@ else
fi
echo

# LOCAL HACK
if [ `hostname` = "ilc23" ]; then
DEVICES="/dev/sdy /dev/sdo /dev/sdp /dev/sdq /dev/sdr /dev/sds \
/dev/sdt /dev/sdu /dev/sdv /dev/sdw /dev/sdx"
else
DEVICES="/dev/hda"
fi

echo "${CMDDIR}/zpool/zpool create -F lustre ${DEVICES}"
${CMDDIR}/zpool/zpool create -F lustre ${DEVICES}
echo "${CMDDIR}/zpool/zpool create -f lustre ${DEVICES}"
${CMDDIR}/zpool/zpool create -f lustre ${DEVICES}

echo "${CMDDIR}/zpool/zpool status lustre"
${CMDDIR}/zpool/zpool status lustre
Expand Down Expand Up @@ -101,8 +95,8 @@ CMD="${CMDDIR}/zpios/zpios \
--path=lustre \
--chunksize=1M \
--regionsize=4M \
--regioncount=16384 \
--threadcount=256,256,256,256,256 \
--regioncount=64 \
--threadcount=4 \
--offset=4M \
--cleanup \
--verbose \
Expand Down

0 comments on commit 618c202

Please sign in to comment.