Search Criteria
Package Details: targetd 0.10.4-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/targetd.git (read-only, click to copy) |
---|---|
Package Base: | targetd |
Description: | Remote configuration of a LIO-based storage appliance |
Upstream URL: | https://github.com/open-iscsi/targetd |
Licenses: | GPL3 |
Provides: | targetd |
Submitter: | HubbeKing |
Maintainer: | dsonck92 |
Last Packager: | dsonck92 |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-02-03 20:40 (UTC) |
Last Updated: | 2024-06-09 12:59 (UTC) |
Dependencies (13)
- libblockdev
- python-configshell-fb
- python-rtslib-fbAUR
- python-setproctitle
- python-yaml (python-yaml-gitAUR)
- targetcli-fbAUR
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-wheel (make)
- zfs-dkmsAUR (zfs-dkms-gitAUR, zfs-dkms-staging-compat-gitAUR, zfs-dkms-staging-gitAUR) (optional) – ZFS block device support
- zfs-linuxAUR (zfs-linux-gitAUR) (optional) – ZFS block device support
- zfs-linux-ltsAUR (optional) – ZFS block device support
- zfs-utilsAUR (zfs-utils-gitAUR, zfs-linux-gitAUR, zfs-utils-staging-gitAUR) (optional) – ZFS block device support
Latest Comments
edacval commented on 2020-12-05 21:58 (UTC) (edited on 2020-12-05 22:01 (UTC) by edacval)
Patch with some fixes: 1. Fix "Unknown distribution option: 'install_requires'" warning 2. Fix building when "BUILDDIR=" in makepkg.conf is not empty
HubbeKing commented on 2020-12-05 20:23 (UTC)
It builds and installs fine on my system both with makepkg and pikaur.
Your AUR helper may be doing something unexpected, though I'm not quite sure what that might be.
rageltman commented on 2020-12-05 20:12 (UTC)
Looks like this too is missing the service file:
HubbeKing commented on 2020-07-31 19:28 (UTC)
I've added a temporary patch that does much the same thing. Sadly I don't currently have the time to fully test the package, as I am on vacation.
dsonck92 commented on 2020-07-31 19:07 (UTC)
@amiga23, you might want to consider the targetd-git variant I submitted a few days ago. Master is not far ahead of 0.8.12. Once 0.8.13 is out this package could be updated without needing a patch. On the other hand, the only patch necessary is:
amiga23 commented on 2020-07-31 18:58 (UTC)
I've added the backends folder manually and it seems to work. Could you please update the package to include the backends folder?
dsonck92 commented on 2020-07-27 13:12 (UTC)
Just as a heads up as I built the package ahead of time with 0.8.12. Currently, this release does not yet have the right setup.py file to start the daemon. It lacks the
'targetd.backends'
that got introduced with the ZFS support. I've submitted a patch which also got merged in, but that might take some time before it's released.