bosh-agent icon indicating copy to clipboard operation
bosh-agent copied to clipboard

BOSH Agent runs on each BOSH deployed VM

Results 13 bosh-agent issues
Sort by recently updated
recently updated
newest added

With the move to Ubuntu Noble. sv is no longer used. We use systemd to manage monit. This change moves agent setting from DNSResolverType to a generic ServiceManager. The monit...

GCP repartition the root disks. It doesn't take in account if a system has more then 1 partition. This has been tested with EFI stemcell and non EFI stemcell

as in noble it is easier to create proper firewall rules in nftables see https://github.com/cloudfoundry/bosh-linux-stemcell-builder/commit/e1245f41aa5db4acc6d7e3bc81acab0ebdd8509f i'm also wondering why the bosh-agent feels responsible for setting up iptables for monit. https://github.com/cloudfoundry/bosh-agent/blob/main/platform/net/firewall_provider_linux.go#L77-L101...

https://github.com/cloudfoundry/bosh-agent/pull/315 added the compile command, but we don't have docs that explain how it can be used.

We found that the resolution of the device path by ID times out on ali and aws. This is due to a mismatch in the disk ID and the symlink...

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4. Release notes Sourced from actions/setup-go's releases. v4.0.0 In scope of release we enable cache by default. The action won’t throw an error if the...

dependencies

This patch attempt to introduce BTRFS as a usable filesystem under Linux stemcells as briefly discussed in #299. BTRFS benefited noticeable improvements since Linux 5.17, further reducing the performance gap...

Hi `cloudfoundry/bosh-agent`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis engine natively into GitHub. The result...

this will add the following nftables rules when cgroupv2 are enabled on a linux system ``` socket cgroupv2 level 2 "system.slice/bosh-agent.service" ip daddr 1.2.3.4 tcp dport 1234 log prefix "Matched...

Bosh-agent itself is already running with higher priority than BOSH/monit jobs to mitigate CPU-intensive workloads blocking the agent director communication, see https://github.com/cloudfoundry/bosh-linux-stemcell-builder/commit/00054bd98693465dd75eda1f12a7326fc5191804 . However, as it seems lifecycle hooks like...