StorageDSlot

class nla_control.models.StorageDSlot(*args, **kwargs)

Storage D retrieval queue slots.

Variables
  • tape_request (models.ForeignKey) -- Reference to the TapeRequest in the current slot

  • pid (models.IntegerField) -- Process id of the instance of sd_get running for this slot

  • host_ip (models.CharField) -- IP address of host originating the call to sd_get

  • request_dir (models.CharField) -- temporary directory for files retrieved from sd_get call

exception DoesNotExist
exception MultipleObjectsReturned