Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jun 2018 16:34:40 -0400
From:      "Kenneth D. Merry" <ken@FreeBSD.ORG>
To:        Dirk-Willem van Gulik <dirkx@webweaving.org>
Cc:        freebsd-scsi@freebsd.org
Subject:   Re: Scalar i40 tapechanger LUN appearing as a second tape drive
Message-ID:  <20180605203439.GF2459@mithlond.kdm.org>
In-Reply-To: <F5121ED7-C6E3-4C01-AF4D-9C2A2EDF5399@webweaving.org>
References:  <47CCCC93-7168-47B8-8C80-248C90F8085C@webweaving.org> <20180515201939.GA35140@mithlond.kdm.org> <3E5345E0-2F97-47A8-8BFB-94523B65B0A4@webweaving.org> <20180516165307.GB35140@mithlond.kdm.org> <64CB99E1-9A12-41EB-9D11-42C1AECED2F0@webweaving.org> <D2BDA422-CBFF-4E1C-8ECE-2740652746EF@webweaving.org> <20180605180718.GA2459@mithlond.kdm.org> <F5121ED7-C6E3-4C01-AF4D-9C2A2EDF5399@webweaving.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jun 05, 2018 at 22:25:20 +0200, Dirk-Willem van Gulik wrote:
> On 5 Jun 2018, at 20:07, Kenneth D. Merry <ken@freebsd.org> wrote:
> > 
> >> Next up - finding out what is wrong with LEOM (and amanda).
> > 
> > You're having problems with Amanda?
> 
> Somehow amtapetype does not detect LEOM on LTO5 with amanda 3.3.9. Which seems a bit silly.
> 

Amanda shouldn't be doing anything unusual in reading the tape, but it's
possible that its detection logic isn't quite right.

For what it's worth, here's what I'm using in my amanda.conf as a tapetype
with an IBM LTO-5 drive on 3.3.9:

define tapetype LTO-5 {
	comment "LTO 5"
	length 2000000 mbytes
	filemark 0 kbytes
	speed 150000 kps
	part_size 150000 mbytes
	part_cache_type disk
	part_cache_dir "/scratch/amanda"
	part_cache_max_size 150000 mbytes
}

Note that the length is intentionally longer than the 1.5TB raw tape
capacity.  With compression, we get at least that or more, and that helps
keep Amanda from thinking it needs too many tapes.

> Checking with 3.5.1 now (as ports stops at 3.3.9); just in case.

I would suggest just use the above tapetype or a derivative and don't worry
about whether amtapetype is doing the right thing.

Ken
-- 
Kenneth Merry
ken@FreeBSD.ORG



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180605203439.GF2459>