FS#59603 - [fio] requires ceph, should be optional

Attached to Project: Community Packages
Opened by Mark Korondi (kmarc) - Friday, 10 August 2018, 11:55 GMT
Last edited by Anatol Pomozov (anatolik) - Thursday, 06 February 2020, 23:35 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Anatol Pomozov (anatolik)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
ceph is a hard dependency for he fio package, although it should be optional

Additional info:
* package version: 3.8-1

Steps to reproduce:


# sudo pacman -S fio
...
Packages (39) ceph-13.2.0-4 python2-asn1crypto-0.24.0-2 python2-backports-1.0-1 python2-backports.functools_lru_cache-1.5-1
...
Total Installed Size: 308.68 MiB

# sudo pacman -Sdd fio
...
Packages (1) fio-3.8-1
...
Total Installed Size: 3.38 MiB

fio is a general IO testing tool, should be able to use without any ceph dependency
This task depends upon

Closed by  Anatol Pomozov (anatolik)
Thursday, 06 February 2020, 23:35 GMT
Reason for closing:  Fixed
Additional comments about closing:  ceph is not a part of the dependency list
Comment by Doug Newgard (Scimmia) - Friday, 10 August 2018, 15:29 GMT
That's not how library linking works.

I'm assuming ceph-libs would do the job, so there could be some validity to this, but the dep can't be removed completely.

Loading...