On Thu, 2008-08-14 at 13:06 +0000, friedwonton wrote:
> snakedriver;1856570 Wrote:
> > Maybe this will help: ‘Novell Suse Linux Enterprise Server 10 Storage
> > Adminstration Guide’ (http://tinyurl.com/6qtvwa)
>
> Looks nice, but it seems to just be management software.
>
> Does not seem to answer the question of what hardware is needed to
> support 4TB drives … or really, which software. Most people seem to
> think gpt under parted is sufficient, but I suspect I am missing the
> relevane hardware requirements.
>
>
Technically, depending on your config, you don’t need a partition
table at all. Avoids having to deal with partition tables and
the tools that can’t understand gpt tables.
Just place the whole disk under LVM.
pvcreate /dev/scsi-device-blah-blah-whatever
Create a volume group and create logical volumes
instead of partitions.
Just an alternative (it’s what we do).
However, I advise against large filesystems (logical
volumes). No filesystem handles operations to those
particularly well. But I created one below
just for fun. 8TB LUN exposed to a SLES 10.1 system
as /dev/sdf, I did the pvcreate, a vgcreate (largeone)
and lvcreate (large)… did a mkreiserfs mounted
it and rand a bonnie++ benchmark on it.
testy:~ # mount /dev/largeone/large /tmpmnt
testy:~ # df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sdb2 73G 40G 33G 55% /
udev 2.0G 172K 2.0G 1% /dev
/dev/sda1 21G 2.4G 18G 12% /windows/C
/dev/mapper/largeone-large
7.3T 33M 7.3T 1% /tmpmnt
Simple bonnie++ test (reiserfs)
Version 1.01d ------Sequential Output------ --Sequential Input-
–Random-
-Per Chr- --Block-- -Rewrite- -Per Chr- --Block–
–Seeks–
Machine Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %
CP /sec %CP
testy 8G 100228 98 170504 57 80197 21 99939 72 195004 21
398.1 0
------Sequential Create------ --------Random
Create--------
-Create-- --Read— -Delete-- -Create-- --Read—
-Delete–
files /sec %CP /sec %CP /sec %CP /sec %CP /sec %
CP /sec %CP
16 28388 99 +++++ +++ 23358 100 27690 100 +++++ +++
22003 99
testy,8G,100228,98,170504,57,80197,21,99939,72,195004,21,398.1,0,16,28388,99,+++++,+++,23358,100,27690,100,+++++,+++,22003,99