All of lore.kernel.org
 help / color / mirror / Atom feed
* XFS real-time allocator
@ 2013-10-29 14:35 harryxiyou
  2013-10-29 19:55 ` Dave Chinner
  0 siblings, 1 reply; 3+ messages in thread
From: harryxiyou @ 2013-10-29 14:35 UTC (permalink / raw)
  To: xfs

Hi all,

I have created a real-time partition as follows.

root@node2:~# mkfs.xfs -f -r rtdev=/dev/sda3 /dev/sda4

meta-data=/dev/sda4              isize=256    agcount=4, agsize=56122440 blks

         =                       sectsz=512   attr=2, projid32bit=0

data     =                       bsize=4096   blocks=224489757, imaxpct=25

         =                       sunit=0      swidth=0 blks

naming   =version 2              bsize=4096   ascii-ci=0

log      =internal log           bsize=4096   blocks=109614, version=2

         =                       sectsz=512   sunit=0 blks, lazy-count=1

realtime =/dev/sda3              extsz=4096   blocks=14865657,
rtextents=14865657


I wonder how to use its real-time feature. And I should call some interfaces
supported by XFS in the user/kernel-space, right?


-- 
Thanks
Weiwei  Jia (Harry Wei)

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: XFS real-time allocator
  2013-10-29 14:35 XFS real-time allocator harryxiyou
@ 2013-10-29 19:55 ` Dave Chinner
  2013-10-30  1:26   ` harryxiyou
  0 siblings, 1 reply; 3+ messages in thread
From: Dave Chinner @ 2013-10-29 19:55 UTC (permalink / raw)
  To: harryxiyou; +Cc: xfs

On Tue, Oct 29, 2013 at 10:35:06PM +0800, harryxiyou wrote:
> Hi all,
> 
> I have created a real-time partition as follows.
> 
> root@node2:~# mkfs.xfs -f -r rtdev=/dev/sda3 /dev/sda4
> 
> meta-data=/dev/sda4              isize=256    agcount=4, agsize=56122440 blks
> 
>          =                       sectsz=512   attr=2, projid32bit=0
> 
> data     =                       bsize=4096   blocks=224489757, imaxpct=25
> 
>          =                       sunit=0      swidth=0 blks
> 
> naming   =version 2              bsize=4096   ascii-ci=0
> 
> log      =internal log           bsize=4096   blocks=109614, version=2
> 
>          =                       sectsz=512   sunit=0 blks, lazy-count=1
> 
> realtime =/dev/sda3              extsz=4096   blocks=14865657,
> rtextents=14865657
> 
> 
> I wonder how to use its real-time feature. And I should call some interfaces
> supported by XFS in the user/kernel-space, right?

$ man xfsctl

Cheers,

Dave.
-- 
Dave Chinner
david@fromorbit.com

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: XFS real-time allocator
  2013-10-29 19:55 ` Dave Chinner
@ 2013-10-30  1:26   ` harryxiyou
  0 siblings, 0 replies; 3+ messages in thread
From: harryxiyou @ 2013-10-30  1:26 UTC (permalink / raw)
  To: Dave Chinner; +Cc: xfs

On Wed, Oct 30, 2013 at 3:55 AM, Dave Chinner <david@fromorbit.com> wrote:
[...]
>> I wonder how to use its real-time feature. And I should call some interfaces
>> supported by XFS in the user/kernel-space, right?
>
> $ man xfsctl
>


Thanks for your reply ;-)


-- 
Thanks
Weiwei  Jia (Harry Wei)

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-10-30  1:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-29 14:35 XFS real-time allocator harryxiyou
2013-10-29 19:55 ` Dave Chinner
2013-10-30  1:26   ` harryxiyou

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.