Displaying 1 result from an estimated 1 matches for "pool4".
Did you mean:
pool
2008 Feb 05
2
obdfilter/datafs-OST0000/recovery_status
...with the vanilla 2.6.18.8 kernel with
a Scientific Linux 5 (derived from RHEL5) distro with e2fsprogs
1.40.4.cfs1. I''m doing the following:
aaa()
{
set -x
dmesg -c >/dev/null
mkfs.lustre --fsname datafs --mdt --mgs --reformat /dev/sda1
mkfs.lustre --fsname datafs --ost --mgsnode=pool4 at tcp --reformat /
dev/sda2
e2label /dev/sda1
e2label /dev/sda2
mount.lustre /dev/sda1 /mnt/data/mdt
mount.lustre /dev/sda2 /mnt/data/ost0
dmesg -c >dmesg.0
mount.lustre pool4 at tcp:/datafs /mnt/datafs
dmesg -c >dmesg.1
umount /mnt/datafs
umount /mnt/data/ost0
umount /mn...