Hi everyone,

We'd like to know if we can use multiple fileclass on robinhood using changelog 
mode.
The idea of using fileclass is for performance reason.
And the idea of using changelog mode, is for performance too and doing all the 
work localy.
It look like without using the fileclass perfomance of reading the DB will be 
the performance killer and right now, the robinhood is in production, so 
difficult to change this without knowing if it is supported or not.

And be able to sum up space used on each of those classes.


We would like something like this :

fileclass home {
definition {
type == file
and tree == "/lustre/fast/home/"
}
}
fileclass fast_scratch {
definition {
type == file
and tree == "/lustre/fast/scratch/"
}
}
fileclass data {
definition {
type == file
and tree == "/lustre/fast/data/"
}
}
fileclass sw {
definition {
type == file
and tree == "/lustre/fast/sw/"
}
}

Let us know if it is supported on 3.1.6.

Thanks a lot !

Johann

_______________________________________________
robinhood-support mailing list
robinhood-support@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/robinhood-support

Reply via email to