Chris Wedgwood wrote: On Thu, Sep 28, 2006 at 08:23:43PM +1000, Tim Shimmin wrote: I'll have a look soon at passing the mkfs.xfs -s option thru to libxfs which is consistent with the existing code. (
Shailendra Tripathi wrote: Thanks for the reply. The "-s size=4096" helped I was able to create the file system, then mount it and use it. I did however get a warning still about "cannot set blocksiz
We are currently running SLES 10 on this box. I have called IBM and they submitted a bug report to Novell and LTC Bugzilla 28003. Is this all we need to do to get the patch into maybe SLES 10 SP1? th
a software raid 5. I am doing this with a PCI controller with 4 SATA drives attached to it. When I play my music over the network through Samba from the raid volume my audio clien
I am trying to create an xfs file system on and LVM logical volume. the actual physical drive has blocks or sectors of 4096. when I try to make the xfs file system on top of LVM I get this message:
Thanks for the reply. The "-s size=4096" helped I was able to create the file system, then mount it and use it. I did however get a warning still about "cannot set blocksize on block device". Everyt
I don't know much about the LVM code, my guess is that ioctl(... ,BLKBSZSET, ...) is failing, strace would confirm this. What does: blockdev --getbsz /dev/vg_u00/lv_u00 say? If mkfs.xfs is trying to
Thanks for the reply. The "-s size=4096" helped I was able to create the file system, then mount it and use it. I did however get a warning still about "cannot set blocksize on block device". I don't
Thanks for the replies. The block size of my LV is indeed 4096 helix-priv:~ # blockdev --getbsz /dev/vg_u00/lv_u00 4096 I can mount and use the xfs file system no problems. I have even tested extend
Yep, this looks to me like an oversight when the larger-sector-size support was added. Seems like if the device can't be set to a smaller sector size than X, then the tools should run as if a sector
Shailendra Tripathi wrote: Thanks for the reply. The "-s size=4096" helped I was able to create the file system, then mount it and use it. I did however get a warning still about "cannot set blocksiz
Hi Rene, Rene Salmon wrote: Should I report this as a bug? Well I know it now :) but it is good to have a record of it. If so Can someone point me to the bugzilla page or something of the sorts? http
(following up on something mentioned off the list) When you do this change please consider *not* making the code fallback to a different blocksize if the ioctl fails when "-s size=" is given. The log
I am trying to create an xfs file system on and LVM logical volume. the actual physical drive has blocks or sectors of 4096. when I try to make the xfs file system on top of LVM I get this message: