diff options
| author | Andrew Tridgell <tridge@samba.org> | 2008-07-29 13:50:40 +1000 |
|---|---|---|
| committer | Andrew Tridgell <tridge@samba.org> | 2008-07-29 13:50:40 +1000 |
| commit | 2e1d7a98e71ea53fe2acbe278e496aa00d747611 (patch) | |
| tree | 54487199cbffd82014b574e2b4b5dba85a73e768 /base/root/scripts | |
| parent | e1073fe3740ab2df1299da2dafc7496c3b6468e6 (diff) | |
another multipath workaround for TSM
Diffstat (limited to 'base/root/scripts')
| -rwxr-xr-x | base/root/scripts/setup_tsm_server.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/base/root/scripts/setup_tsm_server.sh b/base/root/scripts/setup_tsm_server.sh index 2a7738b..f69d4d1 100755 --- a/base/root/scripts/setup_tsm_server.sh +++ b/base/root/scripts/setup_tsm_server.sh @@ -16,6 +16,9 @@ blacklist { } EOF +echo "Rebuilding initrd to include new multipath.conf" +mkinitrd -f /boot/initrd-`uname -r`.img `uname -r` + mkfs.ext3 -F /dev/sdb mkdir -p /tsmdiskpool cat <<EOF >> /etc/fstab |
