Open see-quick opened 10 months ago
We suppose the kernel module ebtables
should be load automatically, could you provide us more information about your OS like which linux distro.
In the other hand, we could execute modprobe ebtables
before during injecting httpchaos in chaos-daemon. Would you like to help us to fix it?
We suppose the kernel module
ebtables
should be load automatically, could you provide us more information about your OS like which linux distro.
❯ oc rsh -n chaos-mesh chaos-daemon-r7w95
# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
In the other hand, we could execute
modprobe ebtables
before during injecting httpchaos in chaos-daemon. Would you like to help us to fix it?
It would be great to do so. Because now I have to iterate over each Daemon instance and do that (i.e. modprobe ebtables
) in my auxiliary script to fix it :)
Bug Report
When playing with ChaosMesh I discovered a very hidden problem within HttpChaos. With the following chaos experiment:
I saw the following problem inside the Daemon instance:
The important part is
Solution
So I
rsh
to the daemon and triedand afterwards I have
which resulted in positive behavior and such problem was resolved i.e.,
So I think the correct behaviour should be that inside Daemon instances is executed such command during installation (i.e.,
modprobe ebtables
) :)Output of chaosctl