Questions tagged [xfs]

XFS is a file system originally for SGI's IRIX OS, but is now available for Linux. It is known for handling large files and large file systems well, one of the few Linux file systems that can handle partitions over 16.8TB.

XFS is a file system originally for SGI's IRIX OS, but is now available for Linux. It is known for handling large files and large file systems well, one of the few Linux file systems that can handle partitions over 16.8TB.

332 questions
2
votes
1 answer

Upgrading 32-bit XFS filesystem to 64-bit

What would be the procedure for upgrading XFS filesystems from 32-bit to 64-bit? What damage or issues would arise from accessing XFS fs that was formatted on a 32-bit OS with a 64-bit OS? To recap, I had some issues with NFS to a fileserver that…
NFS user
  • 43
  • 1
  • 6
2
votes
1 answer

Should use EXT4 or XFS to be able to 'sync'/backup to S3?

It's my first message here, so bear with me... (I have already checked quite a few of the "Related Questions" suggested by the editor) Here's the setup, a brand new dedicated server (8GB RAM, some 140+ GB disk, Raid 1 via HW controller, 15000…
Rafa
  • 144
  • 1
  • 10
2
votes
1 answer

Weird used/free space view of network drives with Samba and XFS

I'm using XFS project quotas to offer some private and limited disk space to my users, running Windows. It works pretty well, as the users can't exceed the quota like expected. However, the Samba's reported free/used disk space is a bit crazy. In…
Laurent Nominé
  • 567
  • 1
  • 5
  • 16
2
votes
2 answers

Questions for Ext3/4 Features ( dir_index,filetype) and XFS File system Performance

I am developing an applications which reads huge list of directories and check file types using file command and using ext4 file system. When i look into Ext4 , i see it have two interesting features dir_index filetype i just enabled both…
Phyo Arkar Lwin
  • 345
  • 1
  • 4
  • 10
2
votes
4 answers

Linux filesystem suggestion for MySQL with a 100% SELECT workload

I have a MySQL database that contains millions of rows per table and there are 9 tables in total. The database is fully populated, and all I am doing is reads i.e., there are no INSERTs or UPDATEs. Data is stored in MyISAM tables. Given this…
gmemon
  • 361
  • 1
  • 3
  • 7
2
votes
3 answers

Ubuntu 9.10 cron script 'ec2-consistent-snapshot' unable to execute and access files

I have a Ubuntu 9.10 image running on Amazon EC2 and I've setup a backup script ec2-consisten-snapshot. I'm able to run the script from SSH, and everything works peachy. sudo ec2-consistent-snapshot --mysql --xfs-filesystem /vol vol-xxxxxxx…
McLovin
  • 143
  • 8
2
votes
2 answers

Failed to Partition a 10TB HD?

Before I tried to partition a 10TB HDD again, parted saw it: # parted /dev/sdb (parted) print list Model: ATA ST10000NM0016-1T (scsi) Disk /dev/sdb: 10.0TB Sector size (logical/physical):…
HCSF
  • 245
  • 3
  • 14
2
votes
3 answers

How to force re-read XFS file system contents

In our computing cluster we have set up a simple but quite effective way of serving data to computing nodes. The storage system provides to luns that are merged with LVS and on top of that we build a big (80 TiB) XFS partition. All nodes are…
GoNiS
  • 23
  • 5
2
votes
0 answers

df differs from du a lot, nfsd service seems matter

I know there have been a lot of discussion on the df/du discrepancy topic. But here I’d post a special issue and ask for some hints. here is the detail( with a hardware raid5 with 6 sas disks) system info of nfs server/client: [root@ndio06 ~]# cat…
Guangyu wu
  • 21
  • 2
2
votes
2 answers

AWS XFS performance issues. Stripped setup vs single disk setup

I wanted to share an issue (I guess I may be misunderstanding some concepts) that I'm facing with some benchmarks I'm doing to XFS setups, as we are going to recently migrate a service to a new instance and we would like to have the max. amount of…
2
votes
1 answer

Check XFS project quota on NFS client

I am implementing project quotas on a file server (Centos 7.8.2003) that has data volumne formatted using XFS. File access to this server will occur using NFS. I know how to check user quotas on the NFS client using the quota command (see Access xfs…
Vince
  • 371
  • 5
  • 17
2
votes
1 answer

Why does active-active configuration degrade performance compared to failover?

We are setting up the new storage for an HPC compute cluster that we are managing for applied statistics, bioinformatics, and genomics. Configuration We have the main enclosure with a Dell EMC ME4084 (84x12TB 7200rpm) and an additional enclosure…
Nicolas De Jay
  • 209
  • 2
  • 11
1
vote
2 answers

Pod stuck on ContainerCreating due to FailedMount

I have a sporadic issue specifically with big volumes (~2TB) where the pod in my Kubernetes cluster is stuck on "ContainerCreating" with the reason : failed to mount the volume as "xfs", it already contains unknown data, probably partitions. Mount…
Wael Gabsi
  • 11
  • 1
  • 3
1
vote
1 answer

shrink LVM (not XFS) to use for guest nodes (KVM)

I have /homemountpoint (Type=LVM). how can I reduce/home` from 418G to 200G and use remaining disk space for guest(KVM) Node? because XFS can not be shrunk (). localhost home]$ lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT nvme0n1 …
AAserver
  • 11
  • 2
1
vote
1 answer

Can't grow XFS file system on Amazon EC2

I added some space to an EBS volume on an Amazon EC2 but tried growing the partition before it had finished optimizing the disk and making all the space available. Now I can see the correct drive size but I'm missing about 1TB of space in the…
dstana
  • 285
  • 2
  • 10