search for: xfs

Displaying 20 results from an estimated 3267 matches for "xfs".

Did you mean: fs
2012 Nov 27
0
Syslinux-5.00-pre11
Hi guys, Here's another 5.00 prerelease. This one includes fixes for most of the bugs reported in the last round of feedback. The XFS filesystem code from Paulo also got merged this time and there were a bunch of fixes from a Coverity report. This won't be the last prerelease, but we are nearing the end of the 5.00 release cycle, so please do test. Shortlog append below. --- Chen Baozi (14): extlinux: put set_attrib...
2009 May 27
1
kABI-tracking kmod-xfs for CentOS-4 (Was: Preventing hour-long fsck on ext3-filesystem)
On Tue, May 26, 2009 at 1:51 PM, Tru Huynh <tru at centos.org> wrote: > On Tue, May 26, 2009 at 08:16:42AM -0700, Akemi Yagi wrote: >> Here is the updated version: >> >> http://centos.toracat.org/kmods/CentOS-4/xfs/SRPMS/ >> >> Please discard the obsoleted ones (I did not bump the version/release >> number). ?Let me know when your binaries are ready for testing. >> > rebuilds and uploaded. * Downloaded from http://people.centos.org/tru/kABI/4/RPMS/ and did some test installs. Firs...
2006 Nov 08
1
XFS Issues
We are in the process of migrating XFS filesystems from one storage array to another. Both are arrays are mounted locally on the same CentOS 4.4 system (x86_64). We are running kernel 2.6.9-42.0.2.ELsmp along with kernel-module-xfs-2.6.9-42.0.2.ELsmp-0.1-3. The issue we are having is that while the copy is running (using rsync) the s...
2006 Aug 15
7
XFS and CentOS 4.3
Hi All, after looking around for info on XFS(the filesystem) and its use on CentOS and/or RHEL 4. There seems to be a lot of noise about 4K Stacks (especially on linux-xfs at oss.sgi.com). So what is the best way to get XFS working with CentOS 4.3 ? And not have something like this happening. A quote from the xfs list at sgi >On Tue, 18...
2008 Nov 13
2
kmod-xfs and weak-updates
I installed kmod-xfs-0.4-2 back with kernel-2.6.18-92.1.13. I have updated kernels but there have been no new kmod-xfs. It still works because of weak-updates (I guess). Currently: # find /lib/modules -name xfs.ko /lib/modules/2.6.18-92.1.13.el5/extra/xfs/xfs.ko /lib/modules/2.6.18-92.1.13.el5/weak-updates/xfs/xfs...
2014 Jul 01
3
corruption of in-memory data detected (xfs)
Hi All, I am having an issue with an XFS filesystem shutting down under high load with very many small files. Basically, I have around 3.5 - 4 million files on this filesystem. New files are being written to the FS all the time, until I get to 9-11 mln small files (35k on average). at some point I get the following in dmesg: [2870477.69...
2015 Sep 21
2
Centos 6.6, apparent xfs corruption
Hi all - After several months of worry-free operation, we received the following kernel messages about an xfs filesystem running under CentOS 6.6. The proximate causes appear to be "Internal error xfs_trans_cancel" and "Corruption of in-memory data detected. Shutting down filesystem". The filesystem is back up, mounted, appears to be working OK underlying a Splunk datastore. Does anyon...
2017 Nov 16
2
xfs_rename error and brick offline
Hi, I have a 5-nodes GlusterFS cluster with Distributed-Replicate. There are 180 bricks in total. The OS is CentOS6.5, and GlusterFS is 3.11.0. I find many bricks are offline when we generate some empty files and rename them. I see xfs call trace in every node. For example, Nov 16 11:15:12 node10 kernel: XFS (rdc00d28p2): Internal error xfs_trans_cancel at line 1948 of file fs/xfs/xfs_trans.c. Caller 0xffffffffa04e33f9 Nov 16 11:15:12 node10 kernel: Nov 16 11:15:12 node10 kernel: Pid: 9939, comm: glusterfsd Tainted: G ----...
2010 Dec 03
6
XFS or EXT3 ?
There was a similar thread about which is the best FS for Centos. I'm using ext3, and wondered if XFS would be more 'data safe' than ext3. I had a 100GiB ext3 partition, and it took up 1.75GiB for FS administration purposes. I reformatted it to XFS, and it only used 50.8MB! I now have a fresh new drive to install my root Centos system onto, and wondered about creating the partitions...
2017 Oct 11
5
gluster volume + lvm : recommendation or neccessity ?
Hi everyone, I've read on the gluster & redhat documentation, that it seems recommended to use XFS over LVM before creating & using gluster volumes. Sources : https://access.redhat.com/documentation/en-US/Red_Hat_Storage/3/html/Administration_Guide/Formatting_and_Mounting_Bricks.html http://gluster.readthedocs.io/en/latest/Administrator%20Guide/Setting%20Up%20Volumes/ My point is : do we r...
2008 Jul 29
4
xfs on 5.2 (live cd + dvd)
Hello, I'm planning a server migration and being able to mount xfs file systems with the live cd would be a cruical feature. So before I download and try ... can anyone tell me whether the xfs is included in the 5.2 live cd? Later on I'm planning to install a new system with xen, 3ware 9550SX-4LP and xfs. The xen domains are of course located on xfs partit...
2005 Aug 18
1
xfs module not loading
I'm trying to add XFS and ReiserFS to CentOS, integrating with Kickstart. I think I'm fairly close. I've added xfs.ko and reiserfs.ko to modules.cgz in initrd. Several of my partitions now specify --fstype=xfs. I can see tty5 mkfs.xfs is creating the XFS file systems. The system currently installs completel...
2016 Jan 18
1
[PATCH] xfs: Add support for v3 directories
On Mon, January 18, 2016 10:51 am, Gene Cumm wrote: > On Mon, Dec 14, 2015 at 7:54 PM, Paulo Alcantara <pcacjr at gmail.com> wrote: >> Besides supporting newer version of xfs file system, this patch also >> does some code refactoring and fix completely broken listing and >> searching on v2-3 node directories. >> >> Cc: Gene Cumm <gene.cumm at gmail.com> >> Cc: H. Peter Anvin <hpa at zytor.com> >> Cc: Raphael S. Carvalho &l...
2015 Jul 18
1
[PATCH 1/2] xfs: rename xfs_is_valid_magicnum to xfs_is_valid_sb
xfs_is_valid_magicnum is not actually a generic function that checks for magic numbers, instead it checks only for superblock's one. Signed-off-by: Paulo Alcantara <pcacjr at zytor.com> --- core/fs/xfs/xfs.c | 13 +++++-------- core/fs/xfs/xfs.h | 19 ++++++++++--------- 2 files changed, 15...
2014 Oct 30
3
kernel BUG at drivers/block/virtio_blk.c:172
...commit a7ca10f263d7e673c74d8e0946d6b9993405cc9c This is my virtual machine running on RHEL7 guest qemu-kvm-1.5.3-60.el7.x86_64 The last upstream kernel (3.17.0-rc4) worked well. I'll try to bisect, but meanwhile this is a backtrace I got very early in the boot. The root fs on that guest is xfs and I am using raw disk image and virtio driver. Let me know if you need more information. Thanks! -Lukas [ 2.806242] ------------[ cut here ]------------ [ 2.807018] kernel BUG at drivers/block/virtio_blk.c:172! [ 2.807018] invalid opcode: 0000 [#1] SMP [ 2.807018] Modules linked i...
2014 Oct 30
3
kernel BUG at drivers/block/virtio_blk.c:172
...commit a7ca10f263d7e673c74d8e0946d6b9993405cc9c This is my virtual machine running on RHEL7 guest qemu-kvm-1.5.3-60.el7.x86_64 The last upstream kernel (3.17.0-rc4) worked well. I'll try to bisect, but meanwhile this is a backtrace I got very early in the boot. The root fs on that guest is xfs and I am using raw disk image and virtio driver. Let me know if you need more information. Thanks! -Lukas [ 2.806242] ------------[ cut here ]------------ [ 2.807018] kernel BUG at drivers/block/virtio_blk.c:172! [ 2.807018] invalid opcode: 0000 [#1] SMP [ 2.807018] Modules linked i...
2014 Nov 07
2
kernel BUG at drivers/block/virtio_blk.c:172!
In the latest Fedora rawhide kernel in the repos, I'm seeing the following oops when mounting xfs. rc2-ish kernels seem to be fine: [ 64.669633] ------------[ cut here ]------------ [ 64.670008] kernel BUG at drivers/block/virtio_blk.c:172! [ 64.670008] invalid opcode: 0000 [#1] SMP [ 64.670008] Modules linked in: xfs libcrc32c snd_hda_codec_generic snd_hda_intel snd_hda_controller sn...
2014 Nov 07
2
kernel BUG at drivers/block/virtio_blk.c:172!
In the latest Fedora rawhide kernel in the repos, I'm seeing the following oops when mounting xfs. rc2-ish kernels seem to be fine: [ 64.669633] ------------[ cut here ]------------ [ 64.670008] kernel BUG at drivers/block/virtio_blk.c:172! [ 64.670008] invalid opcode: 0000 [#1] SMP [ 64.670008] Modules linked in: xfs libcrc32c snd_hda_codec_generic snd_hda_intel snd_hda_controller sn...
2007 Jul 21
3
NFS filesystem recommendations please (and problems with XFS)
...new mail server into our environment consisting of three machines - two Dell Opterons that will act as load balanced Postfix servers, and a 1.5TB RAID10 NFS server. All three machines are running CentOS 4.5. Since the NFS is going to be used for only mail, I was kicking around the idea to use XFS. I have CentOS installed on an ext3 partition, and with the leftover space on the NFS I created an XFS partition. I tried to implement XFS into the kernel, and was coming across some issues. Even after installing xfprogs and xfsprogs-devel, and issuing the command: yum --enable-plusrepos ins...
2007 Oct 11
4
Can't get XFS enabled on Centos 5.0
I anm trying to enable XFS with no success. I followed the instructions provided in http://wiki.centos.org/Repositories/CentOSPlus I installed the new kernel. Example: 2.6.18-8.1.14.el5.centos.plus I also installed these packages as described in a post I found yum install --enablerepo=centosplus xfsprogs xfsprogs-devel lsm...