Follow these steps on Trilio Vault Appliance
A. Source the openstack credentials for the admin user
B. Activate the virtual env by following command:
source /home/stack/myansible/bin/activate
C. First disable the scheduler of the workload with following command:
workloadmgr --os-project-id <Project-id> workload-modify <workload-id> --jobschedule enabled=false
D. Enable the scheduler again using following command:
workloadmgr --os-project-id <project-id> workload-modify <workload-id> --jobschedule enabled=true \
--jobschedule 'start_time'='5:00 PM' --jobschedule 'interval' : '24 hr' \
--jobschedule 'Number of days to retain Snapshots' \
--jobschedule 'retention_policy_value' : '30' \
--jobschedule 'fullbackup_interval' : '7'