Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 433820 - sys-block/tgt-1.0.31 version bump
Summary: sys-block/tgt-1.0.31 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Cluster Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-03 17:10 UTC by Michael Davies
Modified: 2015-08-06 02:14 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
tgt 1.0.58 w/ rbd support (tgt-1.0.58-r4.ebuild,1.73 KB, text/plain)
2015-05-11 00:07 UTC, Dyweni
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Davies 2012-09-03 17:10:39 UTC
Hi all,
I had some problems with sys-block/tgt-1.0.24-r1 with linux 3.5.3, but I noticed that version 1.0.31 was available from upstream ( https://github.com/fujita/tgt )

I've been testing and it seems to be working fine so far. There were no issues with updating the ebuild and building the new version. The newer version doesn't exhibit the problems experienced with the version 1.0.24-r1.

I simply had to rename the ebuild to tgt-1.0.31.ebuild, rename the .confd and .initd files to tgtd-1.0.31.confd and tgtd-1.0.31.initd to match, and then update one line in the ebuild: 

#MY_TREE="e039354" replaced by
MY_TREE="93092df"

Hopefully this could get bumped so it can get more testing. 

Thanks,
-Michael
Comment 1 Jan Psota 2014-06-08 07:13:01 UTC
Bump to 1.0.48, please. Tested for dozens of clients - works like magic.
MY_TREE="22d9567"

I removed -${PV} from tgtd.{initd,confd} in ebuild also.
Newest tgt (1.0.48) is in my bleeding-edge overlay.
Comment 2 Thomas Capricelli 2015-04-25 16:41:11 UTC
Upstream is at version 1.0.57, gentoo still is at 1.0.24 which is 3 years old. Please bump .. :-/
The only reports are that it works great. No problem reported so far... is there a unmentionned problem ?

The current ebuild complains about missing CONFIG_SCSI_TGT, which has been removed in the kernel (v3.17, octobre 2014). Which several months ago already ..

I think it's now more about TARGET_CORE and related.

Moreover i can't find any indication that this option was actually needed. The main website mentions that for most operation everything can be done from userspace. So at least there are some use cases where sys-block/tgt can be installed without requiring SCSI_TGT
Comment 3 Dyweni 2015-05-11 00:07:16 UTC
Created attachment 403026 [details]
tgt 1.0.58 w/ rbd support

Here is an ebuild to consider:

- Tgt version 1.0.58
- Removes the CONFIG_SCSI_TGT check
- Add support for Ceph's RBD
Comment 4 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2015-08-06 02:14:44 UTC
Fixed in 1.0.60 (with rbd support).

dyweni: can you tell me the reaoning for changing the make lines? that's the main diff between 1.0.60 and the one.