Uh oh!
There was an error while loading. Please reload this page.
cleanup processed files in VR - #7632
Conversation
Codecov Report
@@ Coverage Diff @@## 4.18 #7632 +/- ##
============================================
- Coverage 13.05% 13.02% -0.04% + Complexity 9083 9032 -51
============================================
Files 2720 2720 Lines 257370 257067 -303 Branches 40124 40087 -37 ============================================
- Hits 33612 33476 -136 + Misses 219537 219387 -150 + Partials 4221 4204 -17
... and 29 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
| import com.cloud.agent.api.routing.NetworkElementCommand; | ||
| public class CleanProcessedCacheCommand extends NetworkElementCommand { |
There was a problem hiding this comment.
nts: does this mean the answer should also inherit (from NetworkElementAnswer for instance)
4792a6c to
1563e28Compare1563e28 to
28db7f8Compare28db7f8 to
38089c7CompareDaanHoogland
commented
Aug 7, 2023
@blueorangutan package |
blueorangutan
commented
Aug 7, 2023
@DaanHoogland a [SF] 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. |
blueorangutan
commented
Aug 7, 2023
Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 6690 |
DaanHoogland
commented
Aug 7, 2023
@blueorangutan test keepEnv |
blueorangutan
commented
Aug 7, 2023
@DaanHoogland a [SF] Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
blueorangutan
commented
Aug 7, 2023
[SF] Trillian test result (tid-7316)
|
DaanHoogland
commented
Aug 10, 2023
vpc creation failes after these changes: needs work |
38089c7 to
38c6f03Compareweizhouapache
commented
Aug 21, 2023
@DaanHoogland |
DaanHoogland
commented
Aug 23, 2023
let's push this forward then (marking 4.18.2 for now and we can discuss if it is still applicable) |
38c6f03 to
555e054CompareDaanHoogland
commented
Oct 2, 2023
@blueorangutan LLpackage |
blueorangutan
commented
Oct 2, 2023
@DaanHoogland a [LL] 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. |
blueorangutan
commented
Oct 2, 2023
Packaging result [LL]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 6191 |
DaanHoogland
commented
Oct 3, 2023
@blueorangutan LLtest matrix |
blueorangutan
commented
Oct 3, 2023
@DaanHoogland a [LL] Trillian-Jenkins matrix job (centos7 mgmt + xenserver71, rocky8 mgmt + vmware67u3, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests |
blueorangutan
commented
Oct 3, 2023
[LL] Trillian Build Failed (tid-6763) |
DaanHoogland
commented
Oct 6, 2023
no interest |
Description
When a PR is long running, the directory /var/cache/cloud/processed filles up and might glock the filesystem, rendring the VR unusable.
This PR implements a mech for cleaning that directory on demand.
(to be triggered yet, by API/schedule/configurable timer???)
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?