Thanks for pointing this out.
We'll try to reproduce it, and see what's going on.

Thomas.

Le 07/02/2017 à 14:46, Wendy Poole wrote:
I am still having problems with status_manager = basic; It never seems to update the column <mypolicy_name>_status. It stays blank.

I am testing on a very small filesystem and I am implementing a very silly policy just to see if I can trigger an update to the column. Here is my policy setup:

define_policy touch_datafs {
     status_manager = basic;
     scope { type == file and status != 'ok' }
     default_action = cmd("touch {fullpath}" }
     default_lru_sort_attr = none;
}

touch_datafs_rules {
      rule_default {
         condition { last_mod < 1hr }
      }
}

touch_datafs_trigger {
      trigger_on = scheduled;
      check_interval = 5min;
}

When I run this policy, the log file reports successful actions with no errors , yet I see no update of "ok' in the touch_datafs_status column. I log directly into mysql and view the column , touch_datafs_status.

Thanks for your time,
Wendy


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot


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




---
L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel 
antivirus Avast.
https://www.avast.com/antivirus
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
robinhood-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/robinhood-support

Reply via email to