IBM / LTFS-Data-Management

Apache License 2.0
27 stars 10 forks source link

handling field should be used to detect if a tape is mounted (when performing an inventory) #10

Closed martin-petermann closed 6 years ago

martin-petermann commented 6 years ago

From @martin-petermann on April 24, 2018 12:2

Currently the following is done when doing an inventory of tapes and drives:

if the slot numbers of a tape and a drive are equal
and if the mount_node field of the information provided with the tape is empty
=> perform a mount of that tape on the corresponding drive

With LE version 2.4.0.2 the handling field should be used instead of the mount_node field according to the LTFS development team.

Copied from original issue: martin-petermann/LTFS-Data-Management#10