xenserver / status-report

Program that gathers data for xenserver host diagnostics
GNU Lesser General Public License v2.1
1 stars 9 forks source link

CP-47521: Remove last forgotten leftover of the StorageLink code #96

Closed bernhardkaindl closed 7 months ago

bernhardkaindl commented 7 months ago

CP-47521: Remove last trace of the StorageLink code (was forgotten to remove in #95):

$ git switch master
$ git pull
$ grep CSL xen-bugtool
CSL = '/opt/Citrix/StorageLink/bin/csl'

Remove it:

--- a/xen-bugtool
+++ b/xen-bugtool
@@ -255,7 +255,6 @@ BIOSDEVNAME = 'biosdevname'
 BRCTL = 'brctl'
 CHKCONFIG = 'chkconfig'
 CHRONYC = 'chronyc'
-CSL = '/opt/Citrix/StorageLink/bin/csl'
 DCBTOOL = 'dcbtool'
 DF = 'df'
 DU = 'du'
codecov[bot] commented 7 months ago

Codecov Report

Merging #96 (d470f90) into master (d0e569d) will increase coverage by 2%. Report is 11 commits behind head on master. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #96 +/- ## ===================================== + Coverage 88% 91% +2% ===================================== Files 18 19 +1 Lines 2196 2177 -19 ===================================== + Hits 1939 1986 +47 + Misses 257 191 -66 ``` | [Files](https://app.codecov.io/gh/xenserver/status-report/pull/96?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xenserver) | Coverage Δ | | |---|---|---| | [xen-bugtool](https://app.codecov.io/gh/xenserver/status-report/pull/96?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xenserver#diff-eGVuLWJ1Z3Rvb2w=) | `88% <ø> (+3%)` | :arrow_up: | | [Flag](https://app.codecov.io/gh/xenserver/status-report/pull/96/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xenserver) | Coverage Δ | | |---|---|---| | [python2.7](https://app.codecov.io/gh/xenserver/status-report/pull/96/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xenserver) | `89% <ø> (+2%)` | :arrow_up: | | [python3.10.13](https://app.codecov.io/gh/xenserver/status-report/pull/96/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xenserver) | `90% <ø> (+3%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xenserver#carryforward-flags-in-the-pull-request-comment) to find out more.
coveralls commented 7 months ago

Pull Request Test Coverage Report for Build 8378844337

Details


Totals Coverage Status
Change from base Build 8378558900: -0.003%
Covered Lines: 2109
Relevant Lines: 2280

💛 - Coveralls