SCIENTIFIC-LINUX-USERS Archives

July 2014

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Lamar Owen <[log in to unmask]>
Reply To:
Lamar Owen <[log in to unmask]>
Date:
Wed, 9 Jul 2014 16:27:27 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (41 lines)
On 07/08/2014 11:59 AM, Patrick J. LoPresti wrote:
> On Tue, Jul 8, 2014 at 8:06 AM, Lamar Owen <[log in to unmask]> wrote:
>> It's 'let's silently stop working when you pass 16TB of occupied space on
>> your 24TB filesystem and no longer even mount it on bootup.'
> You get a similar problem even on 64-bit systems unless you use the
> "inode64" mount option.

Thanks for the pointer, Pat.

I don't recall if I had to specify that option or not with CentOS 5.10:
+++++++++++++++++++++++++++
[root@backup-rdc ~]# df -h
Filesystem            Size  Used Avail Use% Mounted on
...
/dev/mapper/plates-cx3--80
                        27T   26T  805G  98% /opt/plates
/dev/mapper/vg_opt-lv_backups
                       5.8T  5.4T  365G  94% /opt/backups
[root@backup-rdc ~]# blkid
...
/dev/mapper/plates-cx3--80: UUID="8890b8ac-874a-4526-be34-4f1f079fc826" 
TYPE="xfs"
/dev/mapper/vg_opt-lv_backups: 
UUID="25ace88b-1498-4843-8877-0cac46692c87" TYPE="ext4"
...
[root@backup-rdc ~]# cat /etc/redhat-release
CentOS release 5.10 (Final)
[root@backup-rdc ~]# cat /etc/fstab
...
/dev/plates/cx3-80           /opt/plates           xfs defaults    1 2
/dev/vg_opt/lv_backups        /opt/backups        ext4 defaults    1 2
[root@backup-rdc ~]#
++++++++++++++++++++++++

That's using the default kmod-xfs from CentOS 5.

> (see https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Storage_Administration_Guide/xfsmounting.html)
>

I don't have any >16TB filesystems on EL6, so haven't run into that one.

ATOM RSS1 RSS2