Re: [Openstack] Enabling volume usage audit - cinder

2016-06-07 Thread Tobias Urdin
You must add a cron job for the cinder-volume-usage-audit, like this. root@cinder:~# cat /etc/cron.d/cinder-volume-usage-audit */30 * * * * root (PYTHONIOENCODING=utf-8 /usr/bin/cinder-volume-usage-audit 1>> /var/log/cinder/cinder-volume-usage-audit-`date +\%Y\%m\%d`.log 2>&1) That will run each

[Openstack] Enabling volume usage audit - cinder

2016-06-07 Thread murali
Hello guys, I am using Devstack Liberty version. I need to use the volume usage audit option which is available in cinder. I can be able to succesfully execute the cinder-volume-usage-audit command in my commandline. I need to make it run periodically. So that I can be able to see that adding