mirror of
https://github.com/ceph/ceph
synced 2026-08-01 22:45:39 +00:00
Merge pull request #69684 from ljflores/wip-tracker-76927
qa/tasks: change collectl source to download.ceph.com Reviewed-by: Patrick Donnelly <pdonnell@ibm.com> Reviewed-by: Radosław Zarzyński <Radoslaw.Adam.Zarzynski@ibm.com>
This commit is contained in:
commit
165d47959c
@ -84,7 +84,7 @@ class CBT(Task):
|
||||
cbt_depends += ['pdsh', 'pdsh-rcmd-ssh']
|
||||
|
||||
self.log.info('Installing collectl')
|
||||
collectl_location = "https://sourceforge.net/projects/collectl/files/collectl/collectl-4.3.1/collectl-4.3.1.src.tar.gz/download"
|
||||
collectl_location = "https://download.ceph.com/qa/collectl-4.3.1.src.tar.gz"
|
||||
self.first_mon.run(
|
||||
args=[
|
||||
'sudo', 'mkdir', 'collectl', run.Raw('&&'),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user