Fix typo in ssvm check script#8191
Conversation
|
@blueorangutan package |
|
@DaanHoogland a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
Codecov Report
@@ Coverage Diff @@
## 4.18 #8191 +/- ##
============================================
- Coverage 13.07% 13.07% -0.01%
+ Complexity 9111 9110 -1
============================================
Files 2720 2720
Lines 257597 257597
Branches 40160 40160
============================================
- Hits 33680 33671 -9
- Misses 219682 219692 +10
+ Partials 4235 4234 -1 see 1 file with indirect coverage changes 📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
|
Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 7661 |
|
@slavkap I try to validate your PR but don't see the error on 4.18-HEAD |
|
but I got exactly the same output with it so at least no regression: can you expand on why you have this issue @slavkap ? mine seems to silently fail (or not fail at all????) |
|
@DaanHoogland, I'm having this issue when there is a problem with the NFS, and it's not mounted. |
of course :headbang: |
|
[LL]Trillian test result (tid-6887)
|
|
@blueorangutan package |
|
@shwstppr a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
|
Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 7814 |
|
@blueorangutan test |
|
@shwstppr a [SL] Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
[SF] Trillian test result (tid-8388)
|


Description
This PR fixes a typo, which causes an incorrect check for the NFS connection.
Types of changes