Hi Hadrian,

Do you talk about the output of "rbh-report -i"?

Is the problem about the total number of entries or the volume ?

Do you get the same result with: "rbh-report -i -F"?

Regards,
Thomas

On 04/20/15 23:12, Hadrian Djohari wrote:
Hi,

We have installed Robinhood on a dedicated node that transverse 2 filesystems as tmpfs: a Panasas and a Nexsan (ZFS) storage.

The total from the Nexsan appears to be correct, but the total from the Panasas seems to be higher - as much as 2x the total amount.

Is there a setting that needs to be tweaked for the Panasas?

This is a typical conf file:

General
{
  fs_path = "/mnt/DataX";
  fs_type = panfs;
  check_mounted = TRUE;
}
Log
{
  log_file    = "/var/log/robinhood/abc123_fs.log";
  report_file = "/var/log/robinhood/abc123_reports.log";
  alert_file  = "/var/log/robinhood/abc123_alerts.log";
}

ListManager
{
  MySQL
  {
    server = localhost;
    db = robinhood_abc123;
    user = robinhood;
password_file = /usr/local/robinhood/2.5.2/etc/robinhood.d/.dbpassword;
  }
}

FS_Scan
{
  scan_interval   = 14d;
  nb_threads_scan = 4;

  Ignore
  {
    # ignore ".snapshot" and ".snapdir" directories (don't scan them)
    type == directory
    and
    ( name == ".snapdir" or name == ".snapshot" )
  }
}

Thank you,

--
Hadrian Djohari
HPCC Manager
Case Western Reserve University
(W): 216-368-0395
(M): 216-798-7490


------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF


_______________________________________________
robinhood-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/robinhood-support

------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
robinhood-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/robinhood-support

Reply via email to