Files
nova/doc/source/man/nova-volume-usage-audit.rst
Joe Gordon c8b15fc78c Add man pages
Add partially written manpages for:
* nova-all
* nova-api-ec2
* nova-api-metadata
* nova-api-os-compute
* nova-api-os-volume
* nova-api
* nova-cert
* nova-compute
* nova-console
* nova-consoleauth
* nova-dhcpbridge
* nova-network
* nova-novncproxy
* nova-objectstore
* nova-rootwrap
* nova-rpc-zmq-receiver
* nova-scheduler
* nova-volume-usage-audit
* nova-volume
* nova-xvpvncproxy

Change-Id: I3734831ce2f6b5d765e98b3f50fe8c1ad7965685
2012-09-17 12:00:08 -07:00

1.5 KiB

nova-volume-usage-audit

Generate Usage Notifications for Volumes

Author

openstack@lists.launchpad.net

Date

2012-09-27

Copyright

OpenStack LLC

Version

2012.1

Manual section

1

Manual group

cloud computing

SYNOPSIS

nova-volume-usage-audit [options]

DESCRIPTION

Cron script to generate usage notifications for volumes existing during the audit period.

Together with the notifications generated by volumes create/delete/resize, over that time period, this allows an external system consuming usage notification feeds to calculate volume usage for each tenant.

Time periods are specified as 'hour', 'month', 'day' or 'year'

hour = previous hour. If run at 9:07am, will generate usage for 8-9am. month = previous month. If the script is run April 1, it will generate usages for March 1 through March 31. day = previous day. if run on July 4th, it generates usages for July 3rd. year = previous year. If run on Jan 1, it generates usages for Jan 1 through Dec 31 of the previous year.

OPTIONS

General options

FILES

  • /etc/nova/nova.conf

SEE ALSO

BUGS

  • Nova is sourced in Launchpad so you can view current bugs at OpenStack Nova