Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#165] Fix scheduled migration via default cpp REP
Due to some changes in how scheduling data migrations works, the unified storage tiering REP needed to be updated in order to work. The following changes were made: - "policy" was changed to "policy_to_invoke" as expected in the cpp default REP implementation of irods_policy_enqueue_rule - "payload" was changed to "parameters" as expected in the cpp default REP implementation of irods_policy_enqueue_rule - "delay_conditions" was moved inside of the "parameters" JSON struct as expected in the cpp default REP implementation of irods_policy_enqueue_rule This causes everything to align as expected in the new world of policy-composed rule invocation.
- Loading branch information