I am attempting to implement XFS on a new system. System: Supermicro SC846 TQ-R900B - rack-mountable SUPERMICRO X7DWN+ - motherboard 3ware 9650SE-24M8 - storage controller 10 Hitachi DeskStar 7K1000 - hard drive - 1 TB 8GB Ram 2 Intel Quad-Core Xeon E5420 / 2.5 GHz processor Installed Centos 5.1 X86 64 from DVD. System on /dev/sda1 ? 250GB ext3 (raid 5). /home will be on /dev/sdb1 ? over 7TB XFS. Kernel version issue --------------------------------- [root at csfs50 work]# yum install kmod-xfs.x86_64 Loading "installonlyn" plugin Setting up Install Process Setting up repositories Reading repository metadata in from local files Parsing package install arguments Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Downloading header for kmod-xfs to pack into transaction set. kmod-xfs-0.4-1.2.6.18_53. 100% |=========================| 2.8 kB 00:00 ---> Package kmod-xfs.x86_64 0:0.4-1.2.6.18_53.1.19.el5 set to be installed --> Running transaction check --> Processing Dependency: kernel-x86_64 = 2.6.18-53.1.19.el5 for package: kmod-xfs --> Restarting Dependency Resolution with new changes. --> Populating transaction set with selected packages. Please wait. ---> Downloading header for kernel to pack into transaction set. kernel-2.6.18-53.1.19.el5 100% |=========================| 256 kB 00:00 ---> Package kernel.x86_64 0:2.6.18-53.1.19.el5 set to be installed --> Running transaction check Dependencies Resolved ============================================================================ Package Arch Version Repository Size ============================================================================Installing: kmod-xfs x86_64 0.4-1.2.6.18_53.1.19.el5 extras 253 k Installing for dependencies: kernel x86_64 2.6.18-53.1.19.el5 updates 15 M Transaction Summary ============================================================================Install 2 Package(s) Update 0 Package(s) Remove 0 Package(s) Total download size: 16 M Is this ok [y/N]: y Downloading Packages: (1/2): kmod-xfs-0.4-1.2.6 100% |=========================| 253 kB 00:00 (2/2): kernel-2.6.18-53.1 100% |=========================| 15 MB 00:02 Running Transaction Test Finished Transaction Test Transaction Check Error: package kernel-2.6.18-53.1.21.el5 (which is newer than kernel-2.6.18-53.1.19.el5) is already installed Error Summary -------------
mslist at opcenter.net wrote:> I am attempting to implement XFS on a new system. > > System: > Supermicro SC846 TQ-R900B - rack-mountable > SUPERMICRO X7DWN+ - motherboard > 3ware 9650SE-24M8 - storage controller > 10 Hitachi DeskStar 7K1000 - hard drive - 1 TB > 8GB Ram > 2 Intel Quad-Core Xeon E5420 / 2.5 GHz processor > > Installed Centos 5.1 X86 64 from DVD. System on /dev/sda1 ? 250GB ext3 > (raid 5). /home will be on /dev/sdb1 ? over 7TB XFS. > > Kernel version issue > > --------------------------------- > > [root at csfs50 work]# yum install kmod-xfs.x86_64 > Loading "installonlyn" plugin > Setting up Install Process > Setting up repositories > Reading repository metadata in from local files > Parsing package install arguments > Resolving Dependencies > --> Populating transaction set with selected packages. Please wait. > ---> Downloading header for kmod-xfs to pack into transaction set. > kmod-xfs-0.4-1.2.6.18_53. 100% |=========================| 2.8 kB 00:00 > ---> Package kmod-xfs.x86_64 0:0.4-1.2.6.18_53.1.19.el5 set to be installed > --> Running transaction check > --> Processing Dependency: kernel-x86_64 = 2.6.18-53.1.19.el5 for > package: kmod-xfs > --> Restarting Dependency Resolution with new changes. > --> Populating transaction set with selected packages. Please wait. > ---> Downloading header for kernel to pack into transaction set. > kernel-2.6.18-53.1.19.el5 100% |=========================| 256 kB 00:00 > ---> Package kernel.x86_64 0:2.6.18-53.1.19.el5 set to be installed > --> Running transaction check > > Dependencies Resolved > > ============================================================================= > > Package Arch Version Repository Size > ============================================================================= > > Installing: > kmod-xfs x86_64 0.4-1.2.6.18_53.1.19.el5 > extras 253 k > Installing for dependencies: > kernel x86_64 2.6.18-53.1.19.el5 > updates 15 M > > Transaction Summary > ============================================================================= > > Install 2 Package(s) > Update 0 Package(s) > Remove 0 Package(s) > > Total download size: 16 M > Is this ok [y/N]: y > Downloading Packages: > (1/2): kmod-xfs-0.4-1.2.6 100% |=========================| 253 kB 00:00 > (2/2): kernel-2.6.18-53.1 100% |=========================| 15 MB 00:02 > Running Transaction Test > Finished Transaction Test > > > Transaction Check Error: > package kernel-2.6.18-53.1.21.el5 (which is newer than > kernel-2.6.18-53.1.19.el5) is already installedThe problem is that the extras and centosplus items are on hold while work on CentOS-5.2. I have not built the centosplus kernel for 2.6.18-53.1.21.el5 as we are using the builders for 5.2 and kernels take forever to build in the builders as the debuginfo files are hundreds of MBs in size each. I also normally build all the extras kmods while I build the centosplus kernel, so they were also not yet done ... however I did go ahead and build the new kmods for drbd82, xfs, and kvm for the new 2.6.18-53.1.21.el5 kernel and those have now been pushed to the extras directory. They should be synced to the external public mirrors in a couple hours, and should be on mirror.centos.org now here: http://mirror.centos.org/centos/5.1/extras/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 252 bytes Desc: OpenPGP digital signature URL: <http://lists.centos.org/pipermail/centos/attachments/20080531/39e420ab/attachment-0005.sig>
On Sat, May 31, 2008 at 1:16 PM, Johnny Hughes <johnny at centos.org> wrote:> I also normally build all the extras kmods while I build the centosplus > kernel, so they were also not yet done ... however I did go ahead and buildI dont intend to blame anybody but kmod_xfs was a couple of days late for previous kernel update and I broke an xfs partition, as recorded in list archives. In that thread, I was told to expect such things and test better because xfs was not in official brunch neither in rhel nor in centos.
Continuing to get XFS to work Instaled # yum instal kmod-xfs.x86_64 # yum install xfsprogs.x86_64 # yum install xfsdump.x86_64 # yum install xfsprogs.x86_64 Rebooted # fdisk /dev/sdb Created the partition. fdisk reported Disk /dev/sdb: 7731.4 GB, 7731478004224 bytes 255 heads, 63 sectors/track, 939965 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Fdisk will only allowed 267349 (2TB) for the partition. # df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 223G 5.9G 206G 3% / tmpfs 2.0G 0 2.0G 0% /dev/shm /dev/sdb1 2.0T 1.1M 2.0T 1% /home How can I create a partition grater then 2TB. Also I have noticed that the GUI utilities do not recanisr the partition at all. Is there anything else that I need to install? Mike