cinder.volume.throttling Module¶Volume copy throttling helpers.
BlkioCgroup(bps_limit, cgroup_name)¶Bases: cinder.volume.throttling.Throttle
Throttle disk I/O bandwidth using blkio cgroups.
subcommand(*args, **kwds)¶Throttle(prefix=None)¶Bases: object
Base class for throttling disk I/O bandwidth
DEFAULT = None¶get_default()¶set_default(throttle)¶subcommand(*args, **kwds)¶Sub-command that reads from srcpath and writes to dstpath.
Throttle disk I/O bandwidth used by a sub-command, such as ‘dd’, that reads from srcpath and writes to dstpath. The sub-command must be executed with the generated prefix command.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.