* df -i reports '-' inodes available on reiser4
@ 2005-03-03 12:45 "Branko F. Gračnar"
2005-03-03 13:40 ` Marcel Hilzinger
2005-03-03 13:56 ` Vladimir Saveliev
0 siblings, 2 replies; 3+ messages in thread
From: "Branko F. Gračnar" @ 2005-03-03 12:45 UTC (permalink / raw)
To: reiserfs-list
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
We're evaluating reiser4 filesystem for our storage server, which will
run on linux 2.6.x.
However, according to our tests it performs very well. Becouse our
storage server will be responsible to server very *huge* amount of small
files, we need to investigate the following issue:
Command df -i reports '-' as number of used and total inodes available
on filesystem.
Is this a bug, or a feature? Or i missed out some documentation which i
should read before i formatted storage volume?
Best regards,
- --
Branko F. Gracnar
Sistemska administracija / razvoj
Noviforum d.o.o., Stegne 31, SI-1000 Ljubljana
Tel > 00 386 1 500 8528 ,
Fax > 00 386 1 519 73 88
e-mail > bfg@noviforum.si
www.noviforum.si, www.najdi.si
-----BEGIN PGP SIGNATURE-----
iD8DBQFCJwcAN7LHXgqRB4IRAvUXAJ4+JsaB3jvFYhHYngSHR9niSowskQCfRG45
6dnzCV/hfkFhzI39VGpqKro=
=4Dqi
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: df -i reports '-' inodes available on reiser4
2005-03-03 12:45 df -i reports '-' inodes available on reiser4 "Branko F. Gračnar"
@ 2005-03-03 13:40 ` Marcel Hilzinger
2005-03-03 13:56 ` Vladimir Saveliev
1 sibling, 0 replies; 3+ messages in thread
From: Marcel Hilzinger @ 2005-03-03 13:40 UTC (permalink / raw)
To: reiserfs-list; +Cc: Branko F. Gračnar
Am Donnerstag, 3. März 2005 13:45 schrieb "Branko F. Graènar":
> Hello,
>
> We're evaluating reiser4 filesystem for our storage server, which will
> run on linux 2.6.x.
>
> However, according to our tests it performs very well. Becouse our
> storage server will be responsible to server very *huge* amount of small
> files, we need to investigate the following issue:
>
> Command df -i reports '-' as number of used and total inodes available
> on filesystem.
>
> Is this a bug, or a feature? Or i missed out some documentation which i
> should read before i formatted storage volume?
There is a long thread on this, which starts with a mail from Miguel on
13.05.2004 at 09:34 (acording to my mailer).
If you are interested in, I can send it to you by mail.
--
Üdvözlettel -- Mit freundlichen Grüssen,
Marcel Hilzinger
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: df -i reports '-' inodes available on reiser4
2005-03-03 12:45 df -i reports '-' inodes available on reiser4 "Branko F. Gračnar"
2005-03-03 13:40 ` Marcel Hilzinger
@ 2005-03-03 13:56 ` Vladimir Saveliev
1 sibling, 0 replies; 3+ messages in thread
From: Vladimir Saveliev @ 2005-03-03 13:56 UTC (permalink / raw)
To: "Branko F. Gračnar"; +Cc: reiserfs-list
Hello
On Thu, 2005-03-03 at 15:45, "Branko F. Graènar" wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hello,
>
> We're evaluating reiser4 filesystem for our storage server, which will
> run on linux 2.6.x.
>
> However, according to our tests it performs very well. Becouse our
> storage server will be responsible to server very *huge* amount of small
> files, we need to investigate the following issue:
>
> Command df -i reports '-' as number of used and total inodes available
> on filesystem.
>
> Is this a bug, or a feature?
Those numbers are intentionally left to be 0.
There is a following comment in the code:
/* FIXME: Seems that various df implementations are way unhappy by such
big numbers.
So we will leave those as zeroes.
statfs->f_files = oids_used(super) + oids_free(super);
statfs->f_ffree = oids_free(super);
*/
I think we should just uncomment these lines in
fs/reiser4/vfs_ops.c:reiser4_statfs().
> Or i missed out some documentation which i
> should read before i formatted storage volume?
>
>
> Best regards,
>
> - --
>
> Branko F. Gracnar
> Sistemska administracija / razvoj
> Noviforum d.o.o., Stegne 31, SI-1000 Ljubljana
> Tel > 00 386 1 500 8528 ,
> Fax > 00 386 1 519 73 88
> e-mail > bfg@noviforum.si
> www.noviforum.si, www.najdi.si
>
> -----BEGIN PGP SIGNATURE-----
>
> iD8DBQFCJwcAN7LHXgqRB4IRAvUXAJ4+JsaB3jvFYhHYngSHR9niSowskQCfRG45
> 6dnzCV/hfkFhzI39VGpqKro=
> =4Dqi
> -----END PGP SIGNATURE-----
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-03-03 13:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-03 12:45 df -i reports '-' inodes available on reiser4 "Branko F. Gračnar"
2005-03-03 13:40 ` Marcel Hilzinger
2005-03-03 13:56 ` Vladimir Saveliev
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.