2.34.
ERROR HANDLING
CHAPTER 2.
API REFERENCE
SR HAS NO PBDS
The SR has no attached PBDs
Signature:
SR_HAS_NO_PBDS(sr)
SR HAS PBD
The SR is still connected to a host via a PBD. It cannot be destroyed.
Signature:
SR_HAS_PBD(sr)
SR NOT EMPTY
The SR operation cannot be performed because the SR is not empty.
No parameters.
SR NOT SHARABLE
The PBD could not be plugged because the SR is in use by another host and is not marked as
sharable.
Signature:
SR_NOT_SHARABLE(sr, host)
SR OPERATION NOT SUPPORTED
The SR backend does not support the operation (check the SR’s allowed operations)
Signature:
SR_OPERATION_NOT_SUPPORTED(sr)
SR UNKNOWN DRIVER
The SR could not be connected because the driver was not recognised.
Signature:
SR_UNKNOWN_DRIVER(driver)
305