Hi Wendy,

We could reproduce and fix your problem.
The fix has just been landed to robinhood master git branch:

https://github.com/cea-hpc/robinhood/commit/c2fc6b3aff268f65324009b541ac7fbbcb3007e4

Best regards,
Thomas

On 02/09/17 18:11, Thomas LEIBOVICI (mail perso) wrote:
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
robinhood-support@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/robinhood-support




------------------------------------------------------------------------
Avast logo <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient>

L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel antivirus Avast. www.avast.com <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient>




------------------------------------------------------------------------------
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
robinhood-support@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/robinhood-support


------------------------------------------------------------------------------
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
robinhood-support@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/robinhood-support

Reply via email to