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

Can't start service due to "could not find an appropriate master ov-000100-bsbmy" #28869

Closed
liubin opened this issue Nov 28, 2016 · 2 comments
Closed

Comments

@liubin
Copy link
Contributor

liubin commented Nov 28, 2016

When create a swarm service ,got this error:

$ docker service create --name nginx --replicas 1 -p 8088:80/tcp nginx:alpine

$ docker inspect --format={{.Status}} a1bkb32wfkfl4x33k1kk5kzt3 
{    2016-11-28 04:53:54.138041187 +0000 UTC failed starting starting container failed: could not add veth pair inside the network sandbox: could not find an appropriate master "ov-000100-bsbmy" for "veth637385d" {92c1bb6c8d0592795f3676f4d2bb037c8be399814ff3631c6549817647e40e62 0 128}}

The error is:

failed starting starting container failed: could not add veth pair inside the network sandbox: could not find an appropriate master "ov-000100-bsbmy" for "veth637385d" 

Docker info

Containers: 17
 Running: 12
 Paused: 0
 Stopped: 5
Images: 20
Server Version: 1.12.1
Storage Driver: aufs
 Root Dir: /var/lib/docker/aufs
 Backing Filesystem: extfs
 Dirs: 429
 Dirperm1 Supported: false
Logging Driver: fluentd
Cgroup Driver: cgroupfs
Plugins:
 Volume: local
 Network: host null bridge overlay
Swarm: active
 NodeID: 0txjocz57yj3dd724dz5ztl1h
 Is Manager: true
 ClusterID: 8aigy5h614j4rg094uua22aqs
 Managers: 2
 Nodes: 2
 Orchestration:
  Task History Retention Limit: 5
 Raft:
  Snapshot Interval: 10000
  Heartbeat Tick: 1
  Election Tick: 3
 Dispatcher:
  Heartbeat Period: 5 seconds
 CA Configuration:
  Expiry Duration: 3 months
 Node Address: 10.44.20.127
Runtimes: runc
Default Runtime: runc
Security Options: apparmor
Kernel Version: 3.13.0-86-generic
Operating System: Ubuntu 14.04.4 LTS
OSType: linux
Architecture: x86_64
CPUs: 1
Total Memory: 1.954 GiB
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): false
Registry: https://index.docker.io/v1/
WARNING: No swap limit support
Insecure Registries:
 127.0.0.0/8

Docker version:

Client:
 Version:      1.12.1
 API version:  1.24
 Go version:   go1.6.3
 Git commit:   23cf638
 Built:        Thu Aug 18 05:22:43 2016
 OS/Arch:      linux/amd64

Server:
 Version:      1.12.1
 API version:  1.24
 Go version:   go1.6.3
 Git commit:   23cf638
 Built:        Thu Aug 18 05:22:43 2016
 OS/Arch:      linux/amd64

@liubin
Copy link
Contributor Author

liubin commented Nov 28, 2016

May be like #25039 , I'll try it.

@liubin
Copy link
Contributor Author

liubin commented Nov 28, 2016

The same as #25039 , update kernel to 3.19.0-75-generic the service has started.

@liubin liubin closed this as completed Nov 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants