All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Salmon, Rene" <Rene.Salmon@bp.com>
To: xfs@oss.sgi.com
Subject: sunit not working
Date: Mon, 11 Jun 2007 18:55:34 -0500	[thread overview]
Message-ID: <1181606134.7873.72.camel@holwrs01> (raw)

Hi list,

I have a HW raid 5 array with chunck size 256KB and stripe size 2560KB.
Basically a 10+1+1 array. 10 drives, one parity, one spare.

I am trying to create an xfs file system with the appropriate sunit and
width.



# mkfs.xfs -d sunit=512,swidth=5120 -f /dev/mapper/mpath9 
meta-data=/dev/mapper/mpath9     isize=256    agcount=32,
agsize=56652352 blks
         =                       sectsz=512   attr=0
data     =                       bsize=4096   blocks=1812874752,
imaxpct=25
         =                       sunit=64     swidth=640 blks,
unwritten=1
naming   =version 2              bsize=4096  
log      =internal log           bsize=4096   blocks=32768, version=1
         =                       sectsz=512   sunit=0 blks
realtime =none                   extsz=65536  blocks=0, rtextents=0



As you can see the sunit gets set to 64 upon creation and not 512 like I
asked.  Also if it try to give it some mount options it does the same
thing.

sgi210a:~ # mount -o sunit=512,swidth=5120 /dev/mapper/mpath9 /mnt/   
sgi210a:~ # xfs_info /mnt/
meta-data=/dev/mapper/mpath9     isize=256    agcount=32,
agsize=56652352 blks
         =                       sectsz=512   attr=0
data     =                       bsize=4096   blocks=1812874752,
imaxpct=25
         =                       sunit=64     swidth=640 blks,
unwritten=1
naming   =version 2              bsize=4096  
log      =internal               bsize=4096   blocks=32768, version=1
         =                       sectsz=512   sunit=0 blks
realtime =none                   extsz=65536  blocks=0, rtextents=0
sgi210a:~ # 




Any ideas?

Last I tried to subscribe to the list by sending email to
ecartis@oss.sgi.com a couple of times but was unsuccessful should I send
email elsewhere to subscribe?



thank you 
Rene

             reply	other threads:[~2007-06-12  0:22 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-11 23:55 Salmon, Rene [this message]
2007-06-12  0:34 ` sunit not working Nathan Scott
2007-06-12 13:12   ` salmr0
2007-06-12 23:21     ` Nathan Scott
2007-06-13 18:46       ` Salmon, Rene
2007-06-13 19:03         ` Sebastian Brings
2007-06-13 22:31         ` David Chinner
2007-06-12 23:28     ` David Chinner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1181606134.7873.72.camel@holwrs01 \
    --to=rene.salmon@bp.com \
    --cc=xfs@oss.sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.