2 additional cache pool options


Recommended Posts

Currently the methods that govern how file placement / movement happens in relation to the cache are;

9c40b155eeeec43ae8a4a47e0022c1ed.png

 

I would like to request 2 additions

 

> size - Files greater than the indicated size are placed on the specified cache pool

 

< size - Files lower than the indicated size are placed on the specified cache pool

 

use case scenario: like most of of you, having a variety of files of different sizes, it makes a lot of sense to leverage the super fast access times and availability of flash memory.

 

Keeping all files under 2mb or less on exclusively flash memory will serve to increase our arrays significantly. As the cache is outside the array, duplication could be involved too alongside hardlinking but thats additional complexity and I would be happy if just the basic implementation could be looked at.

 

i'm reasonably certain it isn't possible to do this currently, is that the case?

  • Like 1
Link to comment
  • 3 weeks later...

I think the problem with your request is that the system doesn't know how big a file is going to be until it has finished writing it. That's the reason you have to specify for each share the minimum free space as being at least as big as the largest file you intend to store in it, otherwise you risk filling up a disk and the write failing.

  • Upvote 1
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.