cinder.volume.drivers.vmware.exceptions Module¶Exception definitions.
ClusterNotFoundException(message=None, details=None, **kwargs)¶Bases: oslo_vmware.exceptions.VMwareDriverException
Thrown when the given cluster cannot be found.
msg_fmt = u’Compute cluster: %(cluster)s not found.’¶InvalidAdapterTypeException(message=None, details=None, **kwargs)¶Bases: oslo_vmware.exceptions.VMwareDriverException
Thrown when the disk adapter type is invalid.
msg_fmt = u’Invalid disk adapter type: %(invalid_type)s.’¶InvalidDiskTypeException(message=None, details=None, **kwargs)¶Bases: oslo_vmware.exceptions.VMwareDriverException
Thrown when the disk type is invalid.
msg_fmt = u’Invalid disk type: %(disk_type)s.’¶NoValidDatastoreException(message=None, details=None, **kwargs)¶Bases: oslo_vmware.exceptions.VMwareDriverException
Thrown when there are no valid datastores.
msg_fmt = u’There are no valid datastores.’¶NoValidHostException(message=None, details=None, **kwargs)¶Bases: oslo_vmware.exceptions.VMwareDriverException
Thrown when there are no valid ESX hosts.
msg_fmt = u’There are no valid ESX hosts.’¶ProfileNotFoundException(message=None, details=None, **kwargs)¶Bases: oslo_vmware.exceptions.VMwareDriverException
Thrown when the given storage profile cannot be found.
msg_fmt = u’Storage profile: %(storage_profile)s not found.’¶SnapshotNotFoundException(message=None, details=None, **kwargs)¶Bases: oslo_vmware.exceptions.VMwareDriverException
Thrown when the backend snapshot cannot be found.
msg_fmt = u’Snapshot: %(name)s not found.’¶
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.