Skip to content

Instantly share code, notes, and snippets.

View rnataraja's full-sized avatar
💭
go func(){}()

Rajesh Nataraja rnataraja

💭
go func(){}()
  • Cisco Systems Inc
  • San Jose
View GitHub Profile
diff --git a/components/engine/vendor/github.com/docker/libnetwork/drivers/macvlan/macvlan_network.go b/components/engine/vendor/github.com/docker/libnetwork/drivers/macvlan/macvlan_network.go
index 914c6cdf64..8e73809cff 100644
--- a/components/engine/vendor/github.com/docker/libnetwork/drivers/macvlan/macvlan_network.go
+++ b/components/engine/vendor/github.com/docker/libnetwork/drivers/macvlan/macvlan_network.go
@@ -64,10 +64,16 @@ func (d *driver) CreateNetwork(nid string, option map[string]interface{}, nInfo
// empty parent and --internal are handled the same. Set here to update k/v
config.Internal = true
}
- err = d.createNetwork(config)
+
@rnataraja
rnataraja / gist:9af4e88aa7cb74970e165ba439930e12
Created September 19, 2018 17:33
orchestrator.nodeMatches SIGSEGV
Sep 19 09:46:22 x.y.com dockerd[1385]: time="2018-09-19T09:46:22.971563148-07:00" level=info msg="Listening for local connections" addr=/var/run/docker/swarm/control.sock module=node node.id=905bdhp0yginvumw9g3tplxei proto=unix
Sep 19 09:46:22 x.y.com dockerd[1385]: time="2018-09-19T09:46:22.975964285-07:00" level=info msg="manager selected by agent for new session: {905bdhp0yginvumw9g3tplxei 172.28.8.120:2377}" module=node/agent node.id=905bdhp0yginvumw9g3tplxei
Sep 19 09:46:22 x.y.com dockerd[1385]: time="2018-09-19T09:46:22.976360300-07:00" level=info msg="waiting 0s before registering session" module=node/agent node.id=905bdhp0yginvumw9g3tplxei
Sep 19 09:46:22 x.y.com dockerd[1385]: time="2018-09-19T09:46:22.976435610-07:00" level=debug msg="(*session).start" module=node/agent node.id=905bdhp0yginvumw9g3tplxei
Sep 19 09:46:23 x.y.com dockerd[1385]: time="2018-09-19T09:46:23.003097149-07:00" level=info msg="50b1b4067b4ddd5d became follower at term 2" module=raft node.id=905bdhp0yginvumw9g3tplxei
Sep 19 09