Scheduler Service
Bases: cinder.manager.Manager
Chooses a host to create volumes.
Get active pools from scheduler’s cache.
NOTE(dulek): There’s no self._wait_for_scheduler() because get_pools is an RPC call (is blocking for the c-api). Also this is admin-only API extension so it won’t hurt the user much to retry the request manually.
Ensure that the host exists and can accept the volume.
Ensure that the host exists and can accept the volume.
Schedule the modification of a volume’s type.
Parameters: |
|
---|
Process a capability update from a service node.