The cinder.volume.driver_utils Module

class VolumeDriverUtils(namespace, db)

Bases: object

get_driver_initiator_data(initiator, ctxt=None)
insert_driver_initiator_data(initiator, key, value, ctxt=None)

Update the initiator data at key with value.

If the key has already been set to something return False, otherwise if saved successfully return True.