Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

Inodes disk are always full #163

Open
sielaq opened this issue Sep 24, 2019 · 0 comments
Open

Inodes disk are always full #163

sielaq opened this issue Sep 24, 2019 · 0 comments

Comments

@sielaq
Copy link

sielaq commented Sep 24, 2019

Thank you for an awesome idea - that project!

Context

  • svfs version : 0.9.1
  • storage provider : swift (Open Stack)

Steps to reproduce this issue :

mount -t svfs \
      -o mode=510 \
      -o attr \
      -o container=foo \
      swift \
      /var/spool/foo

# df -i
Filesystem      Inodes  IUsed   IFree IUse% Mounted on
swift             3000   3000       0  100% /var/spool/foo

Results you expected :

mount -t svfs \
      -o mode=510 \
      -o attr \
      -o container=foo \
      -o maxObjects=6000 \
      swift \
      /var/spool/foo

# df -i
Filesystem      Inodes  IUsed   IFree IUse% Mounted on
swift             6000   3000   3000  50% /var/spool/foo

Additional information :

It would be useful to have mount option about how many objects can be created.
So the inodes are not being shown as "always full" (100%).
Because a typical heath checks automatically detects that as a critical issue.

If there is any option for inodes steering kindly please point me to.

Could it be that some quota option on Swift is not set,
so the default max objects (max inodes) is a current number of objects created ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant