>From documentation

The following example defines a simple "restripe" policy for Lustre:

 define_policy restripe {
     status_manager = basic;
     scope { type == file and status != 'ok' }
     default_action = cmd("lfs migrate -c {new_stripe} {fullpath}");
     default_lru_sort_attr = last_access;
 }

In this example:

   - *basic* is a simple status manager provided by robinhood. It
   implements a set of 3 status: '' (not set), 'ok' (policy action successful)
   and 'failed' (policy action failed).


I implemented this in a policy and it successfully restripes the files yet
it doesn't update the column in my database called - restripe_status. The
column is blank. So is there another piece to the steps that I am missing ?


Thanks,

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

Reply via email to