Questions tagged [xfs]

XFS is a scalable, high performance journaling file system from Silicon Graphics, later ported to Linux.

XFS is a scalable, high performance journaling file system from Silicon Graphics, later ported to Linux.

Not to be confused with extensions for financial services, sometimes called XFS by those that use it.

91 questions
2
votes
1 answer

Is data loss ever possible when not writing to disk?

From a file-system perspective, is data loss ever possible when a drive is idle or being read from, but NOT written to? Assuming you can confirm no user or OS operations are writing to the disk, are there any subtle file-system operations during…
CauselessEffect
  • 415
  • 5
  • 11
1
vote
0 answers

On rhel8 os When I run a program the kernel crash, how can I determine which line of code reports the error ?

I don't know about kernel, I don't know how to troubleshoot. When the problem happened, my system kernel crashed, the following is the vmcore-dmesg.txt log ##dmesg logs [ 378.442884] SPDMD-LUN:[ERROR]lun_del:2218 device nvfile-mgmtd-0 is busy :2 [ …
Lemon
  • 11
  • 1
1
vote
0 answers

why is my linux system experiencing "Log I/O error Detected. Shutting down filesystem" problem

system info: [root@cpe ~]# uname -a Linux cpe 3.10.0-514.26.2.el7.x86_64 #1 SMP Tue Jul 4 15:04:05 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux [root@cpe ~]# cat /etc/redhat-release CentOS Linux release 7.3.1611 (Core) [root@cpe ~]# df Filesystem …
邢庆杰
  • 19
  • 2
1
vote
0 answers

rsync to local USB disk gives "rsync error 2 (Protocol incompatibility)

I am using backintime for backup which in turn uses rsync to make snapshots. Most filesystems on the computer are XFS, including the rsync target, system is Ubuntu 20.04 with rsync version 3.1.3 protocol version 31. I get an exit code 2 from rsync…
sneumann
  • 91
  • 1
1
vote
1 answer

How to make XFS quotas work in Kubernetes volumes on DigitalOcean?

I need help with making the XFS quotas work in Kubernetes on DigitalOcean. My problem essentially is that the xfs_quota tool seems to work only when one has also an access to the disk device, not only to the mounted volume. However, whatever I try,…
Aleš Krajník
  • 177
  • 1
  • 10
1
vote
0 answers

Is there a way to unfreeze filesystem after it is freezed and program terminates abruptly?

After doing an xfs_freeze -f /mntpoint if the program terminates abruptly, the filesystem will remain in freeze(suspended) state. Is there any way other than manually executing the unfreeze command : xfs_freeze -u /mntpoint to handle it in a better…
1
vote
1 answer

Change Docker image file system

I want to change the docker image(Any images such as Database images: MongoDB or PostgreSQL) to XFS file system. Is there any solution such as set options into the Docker file to change the file system of any docker images?
Ali Hallaji
  • 3,712
  • 2
  • 29
  • 36
1
vote
0 answers

fedora 28 login fails after fstransform ext4 to xfs

I have set up a sd card with fedora 28 minimal for the raspberry pi. Because I wan't to test Docker on the Pi, I have tried to convert the root partition to xfs with fstransform, what worked really well. Now when I insert the sd card to the Pi, the…
Roger
  • 75
  • 7
1
vote
1 answer

How to address multi-vendor ATM support in a Windows application

After reading about the CEN/XFS programming reference I thought it would be "easy" to write ATM software that will be supported in all ATMs. At first view, the whole standard seems reasonable to me in terms of portability. However, to my great…
zapador
  • 897
  • 2
  • 11
  • 20
1
vote
0 answers

CentOS 7 MongoDB EXT4 to XFS filesystem

When I start the MongoDB console, it shows the following warning: Screenshot 1 When I run "df -Th" it shows the following: Screenshot 2 Is it possible to change the filesystem of my CentOS, without reinstalling it? Thank you :)
1
vote
0 answers

Replicate existing LVM (xfs Filesystems) over network

i need to replicate 2 Productive Servers on a Backup Server (something like High Availability) Facts: 3 Servers: 2 Productive (1 Prod_serv: VG has 30TB and 5 LVM's; 2 Prod_Serv - VG has 10TB and 3 LVM; Backup_Serv - 70 TB but no VGs yet. Only OS…
1
vote
1 answer

xfs fllesystem remount doesn't work when modify quota configure

1.At the begining mount | grep home /dev/sdb1 on /home type xfs (rw,relatime,attr2,inode64,noquota) 2.try to modify mount -o remount,rw,relatime,attr2,inode64,prjquota /dev/sbd1 /home 3.check it again mount | grep home /dev/sdb1 on /home type…
workhardcc
  • 1,270
  • 3
  • 12
  • 21
1
vote
0 answers

gdb 6.8 and 7.0 difference. Missing line numbers for xfs cu

I have elf file with debug info. Using gdb 6.5 - 6.8 I get the following output: (gdb) info line xfs_write Line 634 of "fs/xfs/linux-2.6/xfs_lrw.c" starts at address 0xc021cfe1 and ends at 0xc021cfed . Using gdb 7.0+: (gdb) info…
mborows2
  • 105
  • 1
  • 5
1
vote
2 answers

XFS_Quota - Issue for group

I set xfs_quota limit to group id. But hard/soft limit doesn't take effect. Only it works if I set the quota limit to users. group name : itshare username : testuser "testuser" mapped to group "itshare" If you see the below steps, I have set soft…
KMG
  • 889
  • 2
  • 14
  • 36
1
vote
2 answers

How to change AWS EBS volume filesystem type

EBS volume was attached as ext4 on /opt/apps. There are currently no data on it. How to change filesystem type to xfs and assign a new mount point to /data? [centos@ip-10-24-xx-xxx ~]$ df -Th Filesystem Type Size Used Avail Use% Mounted…
Howard Lee
  • 977
  • 1
  • 11
  • 20