Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when I create a partition exception, iptables always "-o eth0" #244

Open
An-egg opened this issue Jul 18, 2023 · 1 comment
Open

when I create a partition exception, iptables always "-o eth0" #244

An-egg opened this issue Jul 18, 2023 · 1 comment

Comments

@An-egg
Copy link

An-egg commented Jul 18, 2023

when I create a partition exception, iptables always "-o eth0"

iptables:
image
yaml:

kind: PhysicalMachineChaos
apiVersion: chaos-mesh.org/v1alpha1
metadata:
  namespace: default
  name: dasdawqesda
spec:
  action: network-partition
  address:
    - http://x.x.x.x:31767
  selector: {}
  mode: all
  uid: xxxxxxxxxxxxxxxxxxxxxxxxxxxx
  network-partition:
    device: br-storage
    ip-address: x.x.x.x,x.x.x.x
    direction: to
    ip-protocol: all

core network.go
image
unuse param device

@Fomalhauthmj
Copy link

I also suffer this problem, maybe we could use network-loss to simulate network-partition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants