Thank you for the answers abd the implications with the snapshots.
You all seem to agree that I have to rely on a 3rd party find script
that will crawl the directory.
In my case, I'm talking about a potential hundred TB of scratch data.
The policy would be : all the files not modified since X days will be
deleted (the scratch directory will NOT be wiped out every 15 days, it
would be too easy).
I would like to use the internal "power" of the Isilon cluster to
perform the crawl and the deletion. If I want my "find-rm" script to
scale (sort of...), I'll have to reinvent the wheel by splitting the
removal of files in chunks etc...
The suggestion to move the data somewhere else to use TreeDelete is fine
with me, but I still have to rely on an external script to perform the
move which is not what I want with that amount of data.
Andrew Stack wrote:
> Isilon currently does not have a means of producing a file policy
> that populates a particular directory based on MTime (or any other
> policy means). It's something we have asked for in future releases.
Oups, I didn't see this answer =) So I don't have a lot of options here !